Home
last modified time | relevance | path

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

/tools/dexter/slicer/export/slicer/
Ddex_ir.h330 const char* GetKey(const String* string) const { return string->c_str(); } in GetKey() function
337 std::string GetKey(const Proto* proto) const { return proto->Signature(); } in GetKey() function
350 MethodKey GetKey(const EncodedMethod* method) const;
Dhash_table.h132 auto key = hasher_.GetKey(value); in Insert()
176 assert(Lookup(hasher_.GetKey(value)) == nullptr); in Insert()
/tools/dexter/slicer/
Ddex_ir.cc57 MethodKey MethodsHasher::GetKey(const EncodedMethod* method) const { in GetKey() function in ir::MethodsHasher