Searched refs:placeholderType (Results 1 – 1 of 1) sorted by relevance
154 std::string placeholderType = matches[MATCHE_INDEX_PLACEHOLDER_TYPE]; in parseArgs() local169 paramsWithNum.push_back({paramIndex, placeholderType}); in parseArgs()172 paramsWithOutNum.push_back({paramIndex, placeholderType}); in parseArgs()346 std::string placeholderType = matches[MATCHE_INDEX_PLACEHOLDER_TYPE]; in ReplacePlaceholderWithParams() local347 … if (!GetReplaceStr(jsParams[paramIndex], placeholderType, precision, resConfig, replaceStr)) { in ReplacePlaceholderWithParams()