Home
last modified time | relevance | path

Searched refs:ProtosHasher (Results 1 – 2 of 2) sorted by relevance

/tools/dexter/slicer/
Ddex_ir.cc49 uint32_t ProtosHasher::Hash(const std::string& proto_key) const { in Hash()
53 bool ProtosHasher::Compare(const std::string& proto_key, const Proto* proto) const { in Compare()
/tools/dexter/slicer/export/slicer/
Ddex_ir.h336 struct ProtosHasher { struct
356 using PrototypesLookup = slicer::HashTable<const std::string&, Proto, ProtosHasher>; argument