Searched defs:KeyCmpPtr (Results 1 – 4 of 4) sorted by relevance
/ndk/tests/device/test-stlport/unit/ |
D | map_test.cpp | 323 struct KeyCmpPtr struct 325 bool operator () (Key const volatile *lhs, Key const volatile *rhs) const in operator ()() 328 bool operator () (Key const volatile *lhs, int rhs) const in operator ()() 331 bool operator () (int lhs, Key const volatile *rhs) const in operator ()()
|
D | set_test.cpp | 380 struct KeyCmpPtr struct 382 bool operator () (Key const volatile *lhs, Key const volatile *rhs) const in operator ()() 385 bool operator () (Key const volatile *lhs, int rhs) const in operator ()() 388 bool operator () (int lhs, Key const volatile *rhs) const in operator ()()
|
/ndk/tests/device/test-gnustl-full/unit/ |
D | map_test.cpp | 323 struct KeyCmpPtr struct 325 bool operator () (Key const volatile *lhs, Key const volatile *rhs) const in operator ()() 328 bool operator () (Key const volatile *lhs, int rhs) const in operator ()() 331 bool operator () (int lhs, Key const volatile *rhs) const in operator ()()
|
D | set_test.cpp | 380 struct KeyCmpPtr struct 382 bool operator () (Key const volatile *lhs, Key const volatile *rhs) const in operator ()() 385 bool operator () (Key const volatile *lhs, int rhs) const in operator ()() 388 bool operator () (int lhs, Key const volatile *rhs) const in operator ()()
|