/external/golang-protobuf/reflect/protoreflect/ |
D | value.go | 241 Range(f func(MapKey, Value) bool) 244 Has(MapKey) bool argument 250 Clear(MapKey) argument 254 Get(MapKey) Value argument 262 Set(MapKey, Value) argument 268 Mutable(MapKey) Value argument
|
D | value_union.go | 371 func (v Value) MapKey() MapKey { func 402 type MapKey value type
|
/external/golang-protobuf/testing/prototest/ |
D | message.go | 426 func (m testMap) Get(k protoreflect.MapKey) protoreflect.Value { return m[k.Interface()] } 427 func (m testMap) Set(k protoreflect.MapKey, v protoreflect.Value) { m[k.Interface()] = v } 428 func (m testMap) Has(k protoreflect.MapKey) bool { return m.Get(k).IsValid() } 429 func (m testMap) Clear(k protoreflect.MapKey) { delete(m, k.Interface()) } 430 func (m testMap) Mutable(k protoreflect.MapKey) protoreflect.Value { panic("unimplemented") } 433 func (m testMap) Range(f func(protoreflect.MapKey, protoreflect.Value) bool) {
|
/external/nullaway/nullaway/src/main/java/com/uber/nullaway/dataflow/ |
D | MapKey.java | 4 interface MapKey {} interface
|
/external/dagger2/java/dagger/ |
D | MapKey.java | 108 public @interface MapKey { annotation
|
/external/guice/core/src/com/google/inject/multibindings/ |
D | MapKey.java | 53 public @interface MapKey { annotation
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | map_field.h | 83 MapKey() : type_() {} in MapKey() function 84 MapKey(const MapKey& other) : type_() { CopyFrom(other); } in MapKey() function
|
D | wire_format.h | 62 class MapKey; // map_field.h variable
|
D | generated_message_reflection.h | 59 class MapKey; variable
|
/external/protobuf/src/google/protobuf/ |
D | map_field.h | 83 MapKey() : type_() {} in MapKey() function 84 MapKey(const MapKey& other) : type_() { CopyFrom(other); } in MapKey() function
|
D | wire_format.h | 62 class MapKey; // map_field.h variable
|
D | generated_message_reflection.h | 59 class MapKey; variable
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | map_field.h | 83 MapKey() : type_() {} in MapKey() function 84 MapKey(const MapKey& other) : type_() { CopyFrom(other); } in MapKey() function
|
D | wire_format.h | 62 class MapKey; // map_field.h variable
|
D | generated_message_reflection.h | 59 class MapKey; variable
|
D | message.h | 149 class MapKey; variable
|
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/deftyping/ |
D | TestDefaultForMaps.java | 17 static class MapKey { class in TestDefaultForMaps 20 public MapKey(String k) { key = k; } in MapKey() method in TestDefaultForMaps.MapKey
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/BinaryFormat/ |
D | MsgPackDocument.cpp | 115 DocNode MapKey; member 206 DocNode MapKey = !Stack.empty() && !Stack.back().MapKey.isEmpty() in readFromBlob() local
|
/external/golang-protobuf/reflect/protopath/ |
D | step.go | 120 func MapIndex(k protoreflect.MapKey) Step {
|
/external/golang-protobuf/internal/impl/ |
D | legacy_extension.go | 166 func (x placeholderExtension) MapKey() protoreflect.FieldDescriptor { return nil } func
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/src/ |
D | de.rs | 2145 struct MapKey<'a, R: 'a> { struct 2146 de: &'a mut Deserializer<R>, 2183 impl<'de, 'a, R> MapKey<'a, R> implementation 2190 impl<'de, 'a, R> de::Deserializer<'de> for MapKey<'a, R> implementation
|
/external/rust/android-crates-io/crates/serde_json/src/ |
D | de.rs | 2151 struct MapKey<'a, R: 'a> { struct 2152 de: &'a mut Deserializer<R>, 2189 impl<'de, 'a, R> MapKey<'a, R> implementation 2196 impl<'de, 'a, R> de::Deserializer<'de> for MapKey<'a, R> implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.133/src/ |
D | de.rs | 2145 struct MapKey<'a, R: 'a> { struct 2146 de: &'a mut Deserializer<R>, 2183 impl<'de, 'a, R> MapKey<'a, R> implementation 2190 impl<'de, 'a, R> de::Deserializer<'de> for MapKey<'a, R> implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.3/src/ |
D | de.rs | 2268 struct MapKey<'a, R: 'a> { struct 2269 de: &'a mut Deserializer<R>, 2306 impl<'de, 'a, R> MapKey<'a, R> impl 2313 impl<'de, 'a, R> de::Deserializer<'de> for MapKey<'a, R> implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/serde_json_lenient-0.2.3/src/ |
D | de.rs | 2268 struct MapKey<'a, R: 'a> { struct 2269 de: &'a mut Deserializer<R>, 2306 impl<'de, 'a, R> MapKey<'a, R> impl 2313 impl<'de, 'a, R> de::Deserializer<'de> for MapKey<'a, R> implementation
|