Searched defs:map_key (Results 1 – 14 of 14) sorted by relevance
/external/protobuf/src/google/protobuf/ |
D | map_field_inl.h | 211 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()
|
D | map_field.cc | 228 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
|
D | map_test_util.cc | 551 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
|
D | map_field_test.cc | 76 bool InsertOrLookupMapValue(const MapKey& map_key, in InsertOrLookupMapValue() 80 bool DeleteMapValue(const MapKey& map_key) override { return false; } in DeleteMapValue()
|
D | map_test.cc | 2787 MapKey map_key; in TEST_F() local
|
/external/protobuf/python/google/protobuf/pyext/ |
D | map_container.cc | 359 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/ |
D | private-lib-cose.h | 95 cose_param_t map_key; /* parsing temp before val */ member
|
/external/protobuf/src/google/protobuf/util/internal/ |
D | protostream_objectwriter.cc | 481 StringPiece map_key) { in InsertMapKeyIfNotPresent()
|
D | protostream_objectsource.cc | 288 std::string map_key; in RenderMap() local
|
/external/kernel-headers/original/uapi/sound/ |
D | sfnt_info.h | 186 int map_bank, map_instr, map_key; /* key = -1 means all keys */ member
|
/external/mesa3d/src/intel/tools/ |
D | aubinator_viewer.cpp | 327 map_key(int k) in map_key() function
|
/external/iproute2/lib/ |
D | bpf.c | 987 uint32_t map_key; in bpf_graft_map() local
|
/external/libbpf/src/ |
D | libbpf.c | 10781 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/ |
D | map.rs | 3458 fn map_key<'new>(v: HashMap<&'static str, u8>) -> HashMap<&'new str, u8> { in assert_covariance() function
|