Searched refs:GetHashString (Results 1 – 4 of 4) sorted by relevance
79 ss << Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) << std::endl; in DumpModuleInfo()93 …if (!IsHotReload() && Helpers::GetHashString(ConvertLiteralToString(moduleBuffer)) != it->second) { in ValidateModuleInfo()105 ss << Helpers::GetHashString(jsonFileContent) << std::endl; in DumpJsonContentRecInfo()119 if (!IsHotReload() && Helpers::GetHashString(jsonFileContent) != it->second) { in ValidateJsonContentRecInfo()197 auto classHash = Helpers::GetHashString(literalStr); in GenerateFunctionAndClassHash()211 auto funcHash = Helpers::GetHashString(ss.str()); in GenerateFunctionAndClassHash()
162 static std::string GetHashString(const std::string &str);
875 std::string Helpers::GetHashString(const std::string &str) in GetHashString() function in panda::es2panda::util::Helpers
401 …ss << ANONYMOUS_SPECIAL_DUPLICATE_FUNCTION_SPECIFIER << util::Helpers::GetHashString(funcContentNa… in LegacyBuildFunction()