Home
last modified time | relevance | path

Searched defs:MapField (Results 1 – 17 of 17) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/
Dparser.h500 struct MapField { struct
510 MapField() : is_map_field(false) {} in MapField() argument
/external/protobuf/php/ext/google/protobuf/
Dmap.c391 PHP_METHOD(MapField, __construct) { in PHP_METHOD() argument
421 PHP_METHOD(MapField, offsetExists) { in PHP_METHOD() argument
444 PHP_METHOD(MapField, offsetGet) { in PHP_METHOD() argument
454 PHP_METHOD(MapField, offsetSet) { in PHP_METHOD() argument
463 PHP_METHOD(MapField, offsetUnset) { in PHP_METHOD() argument
472 PHP_METHOD(MapField, count) { in PHP_METHOD() argument
482 PHP_METHOD(MapField, getIterator) { in PHP_METHOD() argument
/external/protobuf/src/google/protobuf/
Dmap_entry.h56 class MapField; variable
Dmap_field.h245 MapField() {} in MapField() function
246 explicit MapField(Arena* arena) in MapField() function
Dmap.h78 class MapField; variable
/external/protobuf/php/tests/
Dmap_field_test.php6 use Google\Protobuf\Internal\MapField; alias
Dgenerated_service_test.php7 use Google\Protobuf\Internal\MapField; alias
Ddescriptors_test.php10 use Google\Protobuf\Internal\MapField; alias
Dgenerated_class_test.php9 use Google\Protobuf\Internal\MapField; alias
/external/protobuf/php/src/Google/Protobuf/Internal/
DMapField.php44 class MapField implements \ArrayAccess, \IteratorAggregate, \Countable class
DGPBUtil.php39 use Google\Protobuf\Internal\MapField; alias
/external/protobuf/java/core/src/main/java/com/google/protobuf/
DMapField.java56 public class MapField<K, V> implements MutabilityOracle { class
128 private MapField(Converter<K, V> converter, StorageMode mode, Map<K, V> mapData) { in MapField() method in MapField
136 private MapField(MapEntry<K, V> defaultEntry, StorageMode mode, Map<K, V> mapData) { in MapField() method in MapField
/external/rust/crates/protobuf-codegen/src/field/
Dmod.rs191 pub struct MapField<'a> { struct
204 Map(MapField<'a>), argument
577 fn map(&self) -> &MapField { in map()
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto169 message MapField {} message
/external/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs69 …public sealed class MapField<TKey, TValue> : IDeepCloneable<MapField<TKey, TValue>>, IDictionary<T… class
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.pb.go1005MapField map[string]*MsgWithRequired `protobuf:"bytes,2,rep,name=map_field,json=mapFie… member
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go2069MapField map[int32]int32 `protobuf:"bytes,2,rep,name=map_field,json=mapField" json:"ma… member