Searched refs:GetHashString (Results 1 – 4 of 4) sorted by relevance
79 ss << Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) << std::endl; in DumpModuleInfo()93 if (Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) != it->second) { in ValidateModuleInfo()105 ss << Helpers::GetHashString(jsonFileContent) << std::endl; in DumpJsonContentRecInfo()119 if (Helpers::GetHashString(jsonFileContent) != it->second) { in ValidateJsonContentRecInfo()176 auto classHash = Helpers::GetHashString(literalStr); in GenerateFunctionAndClassHash()190 auto funcHash = Helpers::GetHashString(ss.str()); in GenerateFunctionAndClassHash()
103 static std::string GetHashString(std::string str);
725 std::string Helpers::GetHashString(std::string str) in GetHashString() function in panda::es2panda::util::Helpers
370 …ss << ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER << util::Helpers::GetHashString(funcContentNa… in BuildFunction()