| /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 | 370 func (v Value) MapKey() MapKey { func 400 type MapKey value type
|
| D | type.go | 352 MapKey() FieldDescriptor methodSpec
|
| /external/golang-protobuf/testing/prototest/ |
| D | message.go | 427 func (m testMap) Get(k pref.MapKey) pref.Value { return m[k.Interface()] } 428 func (m testMap) Set(k pref.MapKey, v pref.Value) { m[k.Interface()] = v } 429 func (m testMap) Has(k pref.MapKey) bool { return m.Get(k).IsValid() } 430 func (m testMap) Clear(k pref.MapKey) { delete(m, k.Interface()) } 431 func (m testMap) Mutable(k pref.MapKey) pref.Value { panic("unimplemented") } 434 func (m testMap) Range(f func(pref.MapKey, pref.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/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/golang-protobuf/reflect/protopath/ |
| D | step.go | 120 func MapIndex(k protoreflect.MapKey) Step {
|
| /external/protobuf/src/google/protobuf/ |
| D | map_field.h | 58 class MapKey; variable
|
| D | message.h | 147 class MapKey; variable
|
| D | generated_message_reflection.h | 64 class MapKey; variable
|
| /external/golang-protobuf/internal/impl/ |
| D | legacy_extension.go | 166 func (x placeholderExtension) MapKey() pref.FieldDescriptor { return nil } func
|
| /external/rust/crates/serde_json/src/ |
| D | de.rs | 2122 struct MapKey<'a, R: 'a> { struct 2144 impl<'de, 'a, R> de::Deserializer<'de> for MapKey<'a, R> argument
|
| /external/golang-protobuf/internal/filedesc/ |
| D | desc.go | 295 func (fd *Field) MapKey() pref.FieldDescriptor { func 399 func (xd *Extension) MapKey() pref.FieldDescriptor { return nil } func
|