Home
last modified time | relevance | path

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

/aosp_15_r20/external/openscreen/util/
H A Dsaturate_cast_unittest.cc34 for (const ValuePair& value_pair : kValuePairs) { in TEST() local
54 for (const ValuePair& value_pair : kValuePairs) { in TEST() local
77 for (const ValuePair& value_pair : kValuePairs) { in TEST() local
97 for (const ValuePair& value_pair : kValuePairs) { in TEST() local
115 for (const ValuePair& value_pair : kValuePairs) { in TEST() local
135 for (const ValuePair& value_pair : kValuePairs) { in TEST() local
153 for (const ValuePair& value_pair : kValuePairs) { in TEST() local
173 for (const ValuePair& value_pair : kValuePairs) { in TEST() local
202 for (const ValuePair& value_pair : kValuePairs) { in TEST() local
231 for (const ValuePair& value_pair : kValuePairs) { in TEST() local
[all …]
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Delement_map.hpp42 within(const typename Type::element_type& value_pair, const Type& super) in within()
54 contains(const Type& super, const typename Type::element_type& value_pair) in contains()
80 add(Type& object, const typename Type::value_type& value_pair) in add()
90 const typename Type::value_type& value_pair) in add()
103 erase(Type& object, const typename Type::element_type& value_pair) in erase()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dmap.hpp290 map& add(const value_type& value_pair) in add()
297 iterator add(iterator prior, const value_type& value_pair) in add()
307 map& subtract(const element_type& value_pair) in subtract()
323 std::pair<iterator,bool> insert(const value_type& value_pair) in insert()
331 iterator insert(iterator prior, const value_type& value_pair) in insert()
Dsplit_interval_map.hpp78 explicit split_interval_map(const value_type& value_pair): base_type() in split_interval_map()
Dinterval_map.hpp92 explicit interval_map(const value_type& value_pair): base_type() in interval_map()