Home
last modified time | relevance | path

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

/art/runtime/
Dstring_reference.h43 struct StringReferenceComparator { struct
44 bool operator()(const StringReference& a, const StringReference& b) { in operator()