Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/associative/map/
Dcompare.pass.cpp21 struct Key { struct
22 template <typename T> Key(const T&) {} in Key() argument
23 bool operator< (const Key&) const { return false; } in operator <() argument
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/containers/unord/unord.map/
Dcompare.pass.cpp21 struct Key { struct
22 template <typename T> Key(const T&) {} in Key() argument
23 bool operator== (const Key&) const { return true; } in operator ==() argument
/ndk/tests/device/test-stlport/unit/
Dfind_test.cpp51 struct Key struct
53 int data;
58 bool operator == (int d) const in operator ==()
Dmap_test.cpp303 struct Key struct
305 Key() : m_data(0) {} in Key() function
306 explicit Key(int data) : m_data(data) {} in Key() argument
313 bool operator () (Key lhs, Key rhs) const in operator ()() argument
Dset_test.cpp360 struct Key struct
362 Key() : m_data(0) {} in Key() argument
363 explicit Key(int data) : m_data(data) {} in Key() function
370 bool operator () (Key lhs, Key rhs) const in operator ()() argument
Dunordered_test.cpp514 struct Key struct
516 Key() : m_data(0) {} in Key() argument
517 explicit Key(int data) : m_data(data) {} in Key() function
522 bool operator==(const Key&) const; argument
/ndk/tests/device/test-gnustl-full/unit/
Dfind_test.cpp51 struct Key struct
53 int data;
58 bool operator == (int d) const in operator ==()
Dmap_test.cpp303 struct Key struct
305 Key() : m_data(0) {} in Key() argument
306 explicit Key(int data) : m_data(data) {} in Key() argument
313 bool operator () (Key lhs, Key rhs) const in operator ()() argument
Dset_test.cpp360 struct Key struct
362 Key() : m_data(0) {} in Key() argument
363 explicit Key(int data) : m_data(data) {} in Key() argument
370 bool operator () (Key lhs, Key rhs) const in operator ()() argument
Dunordered_test.cpp514 struct Key struct
516 Key() : m_data(0) {} in Key() function
517 explicit Key(int data) : m_data(data) {} in Key() function
522 bool operator==(const Key&) const; argument