/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/compiler/ |
H A D | parser.h | 504 struct MapField { struct 514 MapField() : is_map_field(false) {} in MapField() argument
|
/aosp_15_r20/external/protobuf/src/google/protobuf/compiler/ |
H A D | parser.h | 504 struct MapField { struct 514 MapField() : is_map_field(false) {} in MapField() argument
|
/aosp_15_r20/external/protobuf/php/ext/google/protobuf/ |
H A D | map.c | 55 } 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
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/ext/google/protobuf/ |
H A D | map.c | 55 } 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
|
/aosp_15_r20/external/rust/android-crates-io/crates/protobuf-codegen/src/gen/field/ |
D | mod.rs | 59 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
|
D | accessor.rs | 66 let MapField { .. } = map_field; in accessor_fn_map() localVariable
|
/aosp_15_r20/external/cronet/third_party/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MapField.java | 56 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
|
/aosp_15_r20/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
H A D | MapField.java | 56 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
|
/aosp_15_r20/external/rust/android-crates-io/extra_versions/crates/protobuf-codegen/src/field/ |
D | mod.rs | 190 pub struct MapField<'a> { struct 203 Map(MapField<'a>), argument 576 fn map(&self) -> &MapField { in map()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | map_entry.h | 56 class MapField; variable
|
H A D | map.h | 92 class MapField; variable
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | map_entry.h | 56 class MapField; variable
|
H A D | map.h | 92 class MapField; variable
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/tests/ |
H A D | MapFieldTest.php | 7 use Google\Protobuf\Internal\MapField; alias
|
H A D | GeneratedServiceTest.php | 7 use Google\Protobuf\Internal\MapField; alias
|
H A D | DescriptorsTest.php | 8 use Google\Protobuf\Internal\MapField; alias
|
H A D | GeneratedClassTest.php | 7 use Google\Protobuf\Internal\MapField; alias
|
/aosp_15_r20/external/protobuf/php/tests/ |
H A D | MapFieldTest.php | 7 use Google\Protobuf\Internal\MapField; alias
|
H A D | GeneratedServiceTest.php | 7 use Google\Protobuf\Internal\MapField; alias
|
H A D | DescriptorsTest.php | 8 use Google\Protobuf\Internal\MapField; alias
|
H A D | GeneratedClassTest.php | 7 use Google\Protobuf\Internal\MapField; alias
|
/aosp_15_r20/external/cronet/third_party/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MapField.php | 46 class MapField implements \ArrayAccess, \IteratorAggregate, \Countable class
|
H A D | GPBUtil.php | 39 use Google\Protobuf\Internal\MapField; alias
|
/aosp_15_r20/external/protobuf/php/src/Google/Protobuf/Internal/ |
H A D | MapField.php | 46 class MapField implements \ArrayAccess, \IteratorAggregate, \Countable class
|
H A D | GPBUtil.php | 39 use Google\Protobuf\Internal\MapField; alias
|