Home
last modified time | relevance | path

Searched defs:IntHash (Results 1 – 1 of 1) sorted by relevance

/aosp12/frameworks/compile/mclinker/unittests/
H A DHashTableTest.cpp52 struct IntHash { struct
53 size_t operator()(int pKey) const { return pKey; } in operator ()()