Home
last modified time | relevance | path

Searched refs:litPair (Results 1 – 1 of 1) sorted by relevance

/arkcompiler/ets_frontend/es2panda/util/
DpatchFix.cpp218 for (auto &litPair : literalBuffers) { in ExpandLiteral() local
219 if (litPair.first == bufferIdx) { in ExpandLiteral()
220 return ConvertLiteralToString(litPair.second); in ExpandLiteral()
230 for (auto &litPair : literalBuffers) { in GetLiteralMethods() local
231 if (litPair.first != bufferIdx) { in GetLiteralMethods()
234 for (auto &literal : litPair.second) { in GetLiteralMethods()