Searched refs:litPair (Results 1 – 1 of 1) sorted by relevance
218 for (auto &litPair : literalBuffers) { in ExpandLiteral() local219 if (litPair.first == bufferIdx) { in ExpandLiteral()220 return ConvertLiteralToString(litPair.second); in ExpandLiteral()230 for (auto &litPair : literalBuffers) { in GetLiteralMethods() local231 if (litPair.first != bufferIdx) { in GetLiteralMethods()234 for (auto &literal : litPair.second) { in GetLiteralMethods()