Lines Matching full:first
213 if (litPair.first == bufferIdx) { in ExpandLiteral()
225 if (litPair.first != bufferIdx) { in GetLiteralMethods()
282 if (lexenv.second.first == variableName) { in GetSlotIdFromSymbolTable()
283 return lexenv.first; in GetSlotIdFromSymbolTable()
326 modifiedClassNames_.insert(cls.first); in HandleModifiedClasses()
447 auto varSlot = variable.first; in CompareLexenv()
457 …if (std::string(variable.second.first) != lexInfo.first || variable.second.second != lexInfo.secon… in CompareLexenv()
473 auto &className = hashList[i].first; in CompareClassHash()
478 … std::cerr << "[Patch] Found class " << hashList[i].first << " changed, not supported! If " << in CompareClassHash()
479 … hashList[i].first << " is not changed and you are changing UI Component, please only " << in CompareClassHash()
483 …std::cerr << "[Patch] Found class " << hashList[i].first << " changed, not supported!" << std::end… in CompareClassHash()
551 ss << hashList[i].first << SymbolTable::SECOND_LEVEL_SEPERATOR << hashList[i].second << in DumpFunctionInfo()
557 ss << variable.second.first << SymbolTable::SECOND_LEVEL_SEPERATOR in DumpFunctionInfo()
558 << variable.first << SymbolTable::SECOND_LEVEL_SEPERATOR in DumpFunctionInfo()