Home
last modified time | relevance | path

Searched defs:key_value_pair (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/utility/test/
Dinitialized_test.cpp21 template <class T> class key_value_pair class
28 key_value_pair() { } in key_value_pair() function in __anon3f9a337c0111::key_value_pair
31 explicit key_value_pair(const std::string& key) in key_value_pair() function in __anon3f9a337c0111::key_value_pair
38 key_value_pair(const std::string& key, const T& value) in key_value_pair() function in __anon3f9a337c0111::key_value_pair
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/
Dinterval_base_map.hpp308 SubType& add(const element_type& key_value_pair) in add()
332 SubType& subtract(const element_type& key_value_pair) in subtract()
349 SubType& insert(const element_type& key_value_pair) in insert()
369 SubType& set(const element_type& key_value_pair) in set()
385 SubType& erase(const element_type& key_value_pair) in erase()
426 SubType& flip(const element_type& key_value_pair) in flip()
Dmap.hpp189 explicit map(const element_type& key_value_pair): base_type::map() in map()
348 map& set(const element_type& key_value_pair) in set()
355 size_type erase(const element_type& key_value_pair) in erase()
/aosp_15_r20/external/webrtc/sdk/android/native_api/jni/
H A Djava_types.h306 const auto key_value_pair = convert(env, e); in NativeToJavaMap() local
317 const auto key_value_pair = std::make_pair( in NativeToJavaStringMap() local
/aosp_15_r20/external/XNNPACK/tools/
H A Dxngen16 def key_value_pair(line): function
H A Dxngen.py16 def key_value_pair(line): function
/aosp_15_r20/external/cronet/net/test/embedded_test_server/
H A Dhttp_response.cc56 void RawHttpResponse::AddHeader(const std::string& key_value_pair) { in AddHeader()
/aosp_15_r20/external/pigweed/pw_protobuf/
H A Dcodegen_decoder_test.cc276 KeyValuePair::StreamDecoder key_value_pair = in TEST() local
310 KeyValuePair::StreamDecoder key_value_pair = in TEST() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/test/
Dtest_icl_map.hpp38 map_element_type key_value_pair(MK_v(6), MK_u(3)); in icl_map_contains_4_bicremental_types() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/detail/
Dinterval_map_algo.hpp130 const typename IntervalMapT::element_type& key_value_pair) in contains()
/aosp_15_r20/external/libtextclassifier/native/utils/intents/
H A Djni.cc272 for (const auto& key_value_pair : values) { in AsNamedVariantArray() local
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/simulator/
H A Dquic_endpoint_base.cc201 for (auto& key_value_pair : mapping_) { in SetTxPort() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dmetric_table_report.cc115 for (auto& key_value_pair : category_map) { in MakeCategories() local
/aosp_15_r20/system/update_engine/common/
H A Dsubprocess_unittest.cc104 auto key_value_pair = in ExpectedEnvVars() local
/aosp_15_r20/external/cronet/base/win/
H A Dmap.h211 auto key_value_pair = in ConvertMapToVectorIterator() local
/aosp_15_r20/external/cronet/net/base/
H A Durl_util.cc101 std::string key_value_pair; in AppendOrReplaceQueryParameter() local
/aosp_15_r20/frameworks/native/libs/binder/
H A DPersistableBundle.cpp65 for (const auto& key_value_pair : map) { in getKeys() local
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/icl/include/boost/icl/concept/
Dinterval_map.hpp43 contains(const Type& super, const typename Type::element_type& key_value_pair) in contains()
/aosp_15_r20/system/update_engine/aosp/
H A Dupdate_attempter_android.cc124 for (const string& key_value_pair : key_value_pair_headers) { in ParseKeyValuePairHeaders() local