Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/
Dparser.h501 struct MapField { struct
511 MapField() : is_map_field(false) {} in MapField() argument
/third_party/protobuf/php/ext/google/protobuf/
Dmap.c56 } MapField; typedef
198 PHP_METHOD(MapField, __construct) { in PHP_METHOD() argument
249 PHP_METHOD(MapField, offsetExists) { in PHP_METHOD() argument
274 PHP_METHOD(MapField, offsetGet) { in PHP_METHOD() argument
307 PHP_METHOD(MapField, offsetSet) { in PHP_METHOD() argument
333 PHP_METHOD(MapField, offsetUnset) { in PHP_METHOD() argument
356 PHP_METHOD(MapField, count) { in PHP_METHOD() argument
375 PHP_METHOD(MapField, getIterator) { in PHP_METHOD() argument
/third_party/protobuf/src/google/protobuf/
Dmap_entry.h55 class MapField; variable
Dmap_field.h454 MapField() {} in MapField() function
455 explicit MapField(Arena* arena) in MapField() function
Dmap.h85 class MapField; variable
/third_party/protobuf/php/tests/
DMapFieldTest.php6 use Google\Protobuf\Internal\MapField; alias
DGeneratedServiceTest.php7 use Google\Protobuf\Internal\MapField; alias
DDescriptorsTest.php10 use Google\Protobuf\Internal\MapField; alias
DGeneratedClassTest.php9 use Google\Protobuf\Internal\MapField; alias
/third_party/protobuf/php/src/Google/Protobuf/Internal/
DMapField.php44 class MapField implements \ArrayAccess, \IteratorAggregate, \Countable class
DGPBUtil.php39 use Google\Protobuf\Internal\MapField; alias
/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
/third_party/protobuf/java/core/src/test/proto/com/google/protobuf/
Dtest_bad_identifiers.proto169 message MapField {} message
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
DMapField.cs71 …public sealed class MapField<TKey, TValue> : IDeepCloneable<MapField<TKey, TValue>>, IDictionary<T… class