Home
last modified time | relevance | path

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

/frameworks/compile/mclinker/include/mcld/Fragment/
DFragmentGraph.h82 struct PtrCompare struct
98 typedef HashEntry<const Fragment*, FGNode*, PtrCompare> FragHashEntryType; argument
/frameworks/compile/mclinker/unittests/
DHashTableTest.cpp49 struct PtrCompare struct
51 bool operator()(const int* X, const int* Y) const in operator ()()