Home
last modified time | relevance | path

Searched defs:MapKey (Results 1 – 25 of 31) sorted by relevance

12

/external/golang-protobuf/reflect/protoreflect/
Dvalue.go241 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
Dvalue_union.go371 func (v Value) MapKey() MapKey { func
402 type MapKey value type
/external/golang-protobuf/testing/prototest/
Dmessage.go426 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/
DMapKey.java4 interface MapKey {} interface
/external/dagger2/java/dagger/
DMapKey.java108 public @interface MapKey { annotation
/external/guice/core/src/com/google/inject/multibindings/
DMapKey.java53 public @interface MapKey { annotation
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dmap_field.h83 MapKey() : type_() {} in MapKey() function
84 MapKey(const MapKey& other) : type_() { CopyFrom(other); } in MapKey() function
Dwire_format.h62 class MapKey; // map_field.h variable
Dgenerated_message_reflection.h59 class MapKey; variable
/external/protobuf/src/google/protobuf/
Dmap_field.h83 MapKey() : type_() {} in MapKey() function
84 MapKey(const MapKey& other) : type_() { CopyFrom(other); } in MapKey() function
Dwire_format.h62 class MapKey; // map_field.h variable
Dgenerated_message_reflection.h59 class MapKey; variable
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dmap_field.h83 MapKey() : type_() {} in MapKey() function
84 MapKey(const MapKey& other) : type_() { CopyFrom(other); } in MapKey() function
Dwire_format.h62 class MapKey; // map_field.h variable
Dgenerated_message_reflection.h59 class MapKey; variable
Dmessage.h149 class MapKey; variable
/external/jackson-databind/src/test/java/com/fasterxml/jackson/databind/jsontype/deftyping/
DTestDefaultForMaps.java17 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/
DMsgPackDocument.cpp115 DocNode MapKey; member
206 DocNode MapKey = !Stack.empty() && !Stack.back().MapKey.isEmpty() in readFromBlob() local
/external/golang-protobuf/reflect/protopath/
Dstep.go120 func MapIndex(k protoreflect.MapKey) Step {
/external/golang-protobuf/internal/impl/
Dlegacy_extension.go166 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/
Dde.rs2145 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/
Dde.rs2151 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/
Dde.rs2145 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/
Dde.rs2268 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/
Dde.rs2268 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

12