Searched defs:MapField (Results 1 - 6 of 6) sorted by relevance
| /third_party/protobuf/php/src/Google/Protobuf/Internal/ |
| H A D | MapField.php | 44 class MapField implements \ArrayAccess, \IteratorAggregate, \Countable class
|
| /third_party/protobuf/src/google/protobuf/compiler/ |
| H A D | parser.h | 501 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 D | map.c | 56 } MapField; typedef [all...] |
| /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 [all...] |
| /third_party/protobuf/csharp/src/Google.Protobuf/Collections/ |
| H A D | MapField.cs | 71 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 D | map_field.h | 429 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