Home
last modified time | relevance | path

Searched refs:ComparableValue (Results 1 – 2 of 2) sorted by relevance

/external/webrtc/webrtc/system_wrappers/source/
Dstl_util_unittest.cc22 class ComparableValue { class
24 explicit ComparableValue(int value) : value_(value) {} in ComparableValue() function in __anonf9bb08e70111::ComparableValue
26 bool operator==(const ComparableValue& rhs) const { in operator ==()
30 bool operator<(const ComparableValue& rhs) const { in operator <()
53 std::set<ComparableValue> set; in TEST()
54 set.insert(ComparableValue(24)); in TEST()
55 set.insert(ComparableValue(1)); in TEST()
56 set.insert(ComparableValue(12)); in TEST()
/external/libchrome/base/
Dstl_util_unittest.cc15 class ComparableValue { class
17 explicit ComparableValue(int value) : value_(value) {} in ComparableValue() function in __anoncff81e220111::ComparableValue
19 bool operator==(const ComparableValue& rhs) const { in operator ==()
23 bool operator<(const ComparableValue& rhs) const { in operator <()
46 std::set<ComparableValue> set; in TEST()
47 set.insert(ComparableValue(24)); in TEST()
48 set.insert(ComparableValue(1)); in TEST()
49 set.insert(ComparableValue(12)); in TEST()