Home
last modified time | relevance | path

Searched defs:map_key (Results 1 – 14 of 14) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_field_inl.h211 default_enum_value>::ContainsMapKey(const MapKey& map_key) const { in ContainsMapKey()
222 default_enum_value>::InsertOrLookupMapValue(const MapKey& map_key, in InsertOrLookupMapValue()
243 default_enum_value>::DeleteMapValue(const MapKey& map_key) { in DeleteMapValue()
Dmap_field.cc228 bool DynamicMapField::InsertOrLookupMapValue(const MapKey& map_key, in InsertOrLookupMapValue()
246 bool DynamicMapField::DeleteMapValue(const MapKey& map_key) { in DeleteMapValue()
378 const MapKey& map_key = it->first; in SyncRepeatedFieldWithMapNoLock() local
460 MapKey map_key; in SyncMapWithRepeatedFieldNoLock() local
Dmap_test_util.cc551 MapKey map_key; in SetMapFieldsViaMapReflection() local
733 Message* message, const std::string& field_name, const MapKey& map_key, in GetMapValueViaMapReflection()
786 MapKey map_key; in ModifyMapFieldsViaReflection() local
978 MapKey map_key; in ExpectMapFieldsSetViaReflection() local
Dmap_field_test.cc76 bool InsertOrLookupMapValue(const MapKey& map_key, in InsertOrLookupMapValue()
80 bool DeleteMapValue(const MapKey& map_key) override { return false; } in DeleteMapValue()
Dmap_test.cc2787 MapKey map_key; in TEST_F() local
/external/protobuf/python/google/protobuf/pyext/
Dmap_container.cc359 MapKey map_key; in Contains() local
416 MapKey map_key; in ScalarMapGetItem() local
437 MapKey map_key; in ScalarMapSetItem() local
691 MapKey map_key; in MessageMapSetItem() local
733 MapKey map_key; in MessageMapGetItem() local
/external/libwebsockets/lib/cose/
Dprivate-lib-cose.h95 cose_param_t map_key; /* parsing temp before val */ member
/external/protobuf/src/google/protobuf/util/internal/
Dprotostream_objectwriter.cc481 StringPiece map_key) { in InsertMapKeyIfNotPresent()
Dprotostream_objectsource.cc288 std::string map_key; in RenderMap() local
/external/kernel-headers/original/uapi/sound/
Dsfnt_info.h186 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member
/external/mesa3d/src/intel/tools/
Daubinator_viewer.cpp327 map_key(int k) in map_key() function
/external/iproute2/lib/
Dbpf.c987 uint32_t map_key; in bpf_graft_map() local
/external/libbpf/src/
Dlibbpf.c10781 int map_key; member
10841 int cpu, int map_key) in perf_buffer__open_cpu_buf()
11063 int cpu, map_key; in __perf_buffer__new() local
/external/rust/crates/hashbrown/src/
Dmap.rs3458 fn map_key<'new>(v: HashMap<&'static str, u8>) -> HashMap<&'new str, u8> { in assert_covariance() function