Searched defs:with_lookup_by_first (Results 1 – 2 of 2) sorted by relevance
| /external/sdv/vsomeip/third_party/boost/container/test/ |
| D | flat_map_test.cpp | 564 struct with_lookup_by_first struct 566 typedef void is_transparent; 567 inline bool operator()(std::pair<int, int> a, std::pair<int, int> b) const in operator ()() 571 inline bool operator()(std::pair<int, int> a, int first) const in operator ()() 575 inline bool operator()(int first, std::pair<int, int> b) const in operator ()()
|
| D | flat_set_test.cpp | 579 struct with_lookup_by_first struct 581 typedef void is_transparent; 582 inline bool operator()(std::pair<int, int> a, std::pair<int, int> b) const in operator ()() 586 inline bool operator()(std::pair<int, int> a, int first) const in operator ()() 590 inline bool operator()(int first, std::pair<int, int> b) const in operator ()()
|