Home
last modified time | relevance | path

Searched defs:MapField (Results 1 - 6 of 6) sorted by relevance

/third_party/protobuf/php/src/Google/Protobuf/Internal/
H A DMapField.php44 class MapField implements \ArrayAccess, \IteratorAggregate, \Countable class
/third_party/protobuf/src/google/protobuf/compiler/
H A Dparser.h501 struct MapField { struct in google::protobuf::compiler::Parser
511 MapField() : is_map_field(false) {} in MapField() function
/third_party/protobuf/php/ext/google/protobuf/
H A Dmap.c56 } MapField; typedef
[all...]
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
H A 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
[all...]
/third_party/protobuf/csharp/src/Google.Protobuf/Collections/
H A DMapField.cs71 public sealed class MapField<TKey, TValue> : IDeepCloneable<MapField<TKey, TValue>>, IDictionary<TKey, TValue>, IEquatable<MapField<TKey, TValue>>, IDictionary class
760 MapView( MapField<TKey, TValue> parent, Func<KeyValuePair<TKey, TValue>, T> projection, Func<T, bool> containsCheck) MapView() argument
/third_party/protobuf/src/google/protobuf/
H A Dmap_field.h429 class MapField : public TypeDefinedMapFieldBase<Key, T> { class
454 MapField() {} in MapField() function in google::protobuf::internal::MapField
455 explicit MapField(Arena* arena) in MapField() function in google::protobuf::internal::MapField
526 AllAreInitialized( const MapField<Derived, Key, T, key_wire_type, value_wire_type, default_enum_value>& field) AllAreInitialized() argument
[all...]

Completed in 6 milliseconds