Lines Matching full:second
96 if (std::to_string(hash) != it->second) { in ValidateModuleInfo()
124 if (std::to_string(hash) != it->second) { in ValidateJsonContentRecInfo()
214 return ConvertLiteralToString(litPair.second); in ExpandLiteral()
228 for (auto &literal : litPair.second) { in GetLiteralMethods()
281 for (const auto &lexenv : functionIter->second.lexenv) { in GetSlotIdFromSymbolTable()
282 if (lexenv.second.first == variableName) { in GetSlotIdFromSymbolTable()
324 for (auto &func: cls.second) { in HandleModifiedClasses()
456 auto &lexInfo = lexenvIter->second; in CompareLexenv()
457 …if (std::string(variable.second.first) != lexInfo.first || variable.second.second != lexInfo.secon… in CompareLexenv()
476 if (classIter->second != std::to_string(hashList[i].second)) { in CompareClassHash()
514 auto &bytecodeInfo = originFunction->second; in HandleFunction()
528 auto funcHash = std::to_string(hashList.back().second); in HandleFunction()
547 ss << hashList.back().second << SymbolTable::SECOND_LEVEL_SEPERATOR; in DumpFunctionInfo()
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()
559 << variable.second.second << SymbolTable::SECOND_LEVEL_SEPERATOR; in DumpFunctionInfo()