Home
last modified time | relevance | path

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

12

/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/
Dparser.h504 struct MapField { struct
514 MapField() : is_map_field(false) {} in MapField() function
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/
Dparser.h504 struct MapField { struct
514 MapField() : is_map_field(false) {} in MapField() function
/external/protobuf/src/google/protobuf/compiler/
Dparser.h504 struct MapField { struct
514 MapField() : is_map_field(false) {} in MapField() argument
/external/cronet/stable/third_party/protobuf/php/ext/google/protobuf/
Dmap.c55 } MapField; typedef
266 PHP_METHOD(MapField, __construct) { in PHP_METHOD() argument
318 PHP_METHOD(MapField, offsetExists) { in PHP_METHOD() argument
343 PHP_METHOD(MapField, offsetGet) { in PHP_METHOD() argument
376 PHP_METHOD(MapField, offsetSet) { in PHP_METHOD() argument
402 PHP_METHOD(MapField, offsetUnset) { in PHP_METHOD() argument
425 PHP_METHOD(MapField, count) { in PHP_METHOD() argument
444 PHP_METHOD(MapField, getIterator) { in PHP_METHOD() argument
/external/protobuf/php/ext/google/protobuf/
Dmap.c55 } MapField; typedef
266 PHP_METHOD(MapField, __construct) { in PHP_METHOD() argument
318 PHP_METHOD(MapField, offsetExists) { in PHP_METHOD() argument
343 PHP_METHOD(MapField, offsetGet) { in PHP_METHOD() argument
376 PHP_METHOD(MapField, offsetSet) { in PHP_METHOD() argument
402 PHP_METHOD(MapField, offsetUnset) { in PHP_METHOD() argument
425 PHP_METHOD(MapField, count) { in PHP_METHOD() argument
444 PHP_METHOD(MapField, getIterator) { in PHP_METHOD() argument
/external/cronet/tot/third_party/protobuf/php/ext/google/protobuf/
Dmap.c55 } MapField; typedef
266 PHP_METHOD(MapField, __construct) { in PHP_METHOD() argument
318 PHP_METHOD(MapField, offsetExists) { in PHP_METHOD() argument
343 PHP_METHOD(MapField, offsetGet) { in PHP_METHOD() argument
376 PHP_METHOD(MapField, offsetSet) { in PHP_METHOD() argument
402 PHP_METHOD(MapField, offsetUnset) { in PHP_METHOD() argument
425 PHP_METHOD(MapField, count) { in PHP_METHOD() argument
444 PHP_METHOD(MapField, getIterator) { in PHP_METHOD() argument
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dmap_entry.h56 class MapField; variable
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dmap_entry.h56 class MapField; variable
/external/protobuf/src/google/protobuf/
Dmap_entry.h56 class MapField; variable
/external/protobuf/php/tests/
DMapFieldTest.php7 use Google\Protobuf\Internal\MapField; alias
DGeneratedServiceTest.php7 use Google\Protobuf\Internal\MapField; alias
DDescriptorsTest.php8 use Google\Protobuf\Internal\MapField; alias
/external/cronet/tot/third_party/protobuf/php/tests/
DMapFieldTest.php7 use Google\Protobuf\Internal\MapField; alias
DGeneratedServiceTest.php7 use Google\Protobuf\Internal\MapField; alias
DDescriptorsTest.php8 use Google\Protobuf\Internal\MapField; alias
/external/cronet/stable/third_party/protobuf/php/tests/
DMapFieldTest.php7 use Google\Protobuf\Internal\MapField; alias
DGeneratedServiceTest.php7 use Google\Protobuf\Internal\MapField; alias
DDescriptorsTest.php8 use Google\Protobuf\Internal\MapField; alias
/external/cronet/tot/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMapField.php46 class MapField implements \ArrayAccess, \IteratorAggregate, \Countable class
/external/protobuf/php/src/Google/Protobuf/Internal/
DMapField.php46 class MapField implements \ArrayAccess, \IteratorAggregate, \Countable class
/external/cronet/stable/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMapField.php46 class MapField implements \ArrayAccess, \IteratorAggregate, \Countable class
/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/
Dmod.rs59 pub struct MapField<'a> { struct
72 Map(MapField<'a>), argument
954 fn write_merge_from_map_case_block(&self, map: &MapField, w: &mut CodeWriter) { in write_merge_from_map_case_block()
955 let MapField { key, value, .. } = map; in write_merge_from_map_case_block() localVariable
/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/cronet/stable/third_party/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/cronet/tot/third_party/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

12