HomeSort by relevance Sort by last modified time
    Searched refs:MapField (Results 1 - 25 of 30) sorted by null

1 2

  /external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
MapUnittestProto3.cs 223 private static readonly pbc::MapField<int, int>.Codec _map_mapInt32Int32_codec
224 = new pbc::MapField<int, int>.Codec(pb::FieldCodec.ForInt32(8), pb::FieldCodec.ForInt32(16), 10);
225 private readonly pbc::MapField<int, int> mapInt32Int32_ = new pbc::MapField<int, int>();
226 public pbc::MapField<int, int> MapInt32Int32 {
232 private static readonly pbc::MapField<long, long>.Codec _map_mapInt64Int64_codec
233 = new pbc::MapField<long, long>.Codec(pb::FieldCodec.ForInt64(8), pb::FieldCodec.ForInt64(16), 18);
234 private readonly pbc::MapField<long, long> mapInt64Int64_ = new pbc::MapField<long, long>();
235 public pbc::MapField<long, long> MapInt64Int64
    [all...]
UnittestWellKnownTypes.cs     [all...]
  /external/protobuf/src/google/protobuf/
map_field_inl.h 169 MapField<Key, T, kKeyFieldType, kValueFieldType, default_enum_value>::MapField()
176 MapField<Key, T, kKeyFieldType, kValueFieldType, default_enum_value>::MapField(
187 MapField<Key, T, kKeyFieldType, kValueFieldType, default_enum_value>::MapField(
195 MapField<Key, T, kKeyFieldType, kValueFieldType, default_enum_value>::MapField(
206 MapField<Key, T, kKeyFieldType, kValueFieldType,
207 default_enum_value>::~MapField() {}
    [all...]
map_field.h 140 // MapEntry can only be created from MapField. To create MapEntry, MapField
218 class MapField : public TypeDefinedMapFieldBase<Key, T>,
244 MapField();
245 explicit MapField(Arena* arena);
246 // MapField doesn't own the default_entry, which means default_entry must
247 // outlive the lifetime of MapField.
248 MapField(const Message* default_entry);
250 MapField(Arena* arena, const Message* default_entry);
251 ~MapField();
    [all...]
map_entry.h 50 class MapField;
290 friend class internal::MapField;
map_field_test.cc 104 typedef MapField<int32, int32, WireFormatLite::TYPE_INT32,
211 typedef MapField<int32, int32, WireFormatLite::TYPE_INT32,
dynamic_message.cc 95 using internal::MapField;
struct.pb.h 146 ::google::protobuf::internal::MapField<
map.h 74 class MapField;
411 friend class internal::MapField;
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
map_field_inl.h 169 MapField<Key, T, kKeyFieldType, kValueFieldType, default_enum_value>::MapField()
176 MapField<Key, T, kKeyFieldType, kValueFieldType, default_enum_value>::MapField(
187 MapField<Key, T, kKeyFieldType, kValueFieldType, default_enum_value>::MapField(
195 MapField<Key, T, kKeyFieldType, kValueFieldType, default_enum_value>::MapField(
206 MapField<Key, T, kKeyFieldType, kValueFieldType,
207 default_enum_value>::~MapField() {}
    [all...]
map_field.h 140 // MapEntry can only be created from MapField. To create MapEntry, MapField
218 class MapField : public TypeDefinedMapFieldBase<Key, T>,
244 MapField();
245 explicit MapField(Arena* arena);
246 // MapField doesn't own the default_entry, which means default_entry must
247 // outlive the lifetime of MapField.
248 MapField(const Message* default_entry);
250 MapField(Arena* arena, const Message* default_entry);
251 ~MapField();
    [all...]
map_entry.h 50 class MapField;
290 friend class internal::MapField;
struct.pb.h 146 ::google::protobuf::internal::MapField<
map.h 74 class MapField;
411 friend class internal::MapField;
    [all...]
  /external/protobuf/java/core/src/main/java/com/google/protobuf/
MapField.java 56 public class MapField<K, V> implements MutabilityOracle {
116 private MapField(
127 private MapField(
135 /** Returns an immutable empty MapField. */
136 public static <K, V> MapField<K, V> emptyMapField(
138 return new MapField<K, V>(
143 /** Creates a new mutable empty MapField. */
144 public static <K, V> MapField<K, V> newMapField(MapEntry<K, V> defaultEntry) {
145 return new MapField<K, V>(
177 /** Returns the content of this MapField as a read-only Map. *
    [all...]
GeneratedMessage.java 716 protected MapField internalGetMapField(int fieldNumber) {
725 protected MapField internalGetMutableMapField(int fieldNumber) {
    [all...]
  /external/protobuf/csharp/src/Google.Protobuf.Conformance/
Conformance.cs     [all...]
  /external/protobuf/src/google/protobuf/compiler/
parser.h 479 struct MapField {
489 MapField() : is_map_field(false) {}
492 void GenerateMapEntry(const MapField& map_field, FieldDescriptorProto* field,
parser.cc 817 MapField map_field;
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/compiler/
parser.h 479 struct MapField {
489 MapField() : is_map_field(false) {}
492 void GenerateMapEntry(const MapField& map_field, FieldDescriptorProto* field,
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Struct.cs 108 private static readonly pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>.Codec _map_fields_codec
109 = new pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>.Codec(pb::FieldCodec.ForString(10), pb::FieldCodec.ForMessage(18, global::Google.Protobuf.WellKnownTypes.Value.Parser), 10);
110 private readonly pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value> fields_ = new pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value>();
114 public pbc::MapField<string, global::Google.Protobuf.WellKnownTypes.Value> Fields {
  /external/protobuf/csharp/src/Google.Protobuf/Reflection/
FieldDescriptor.cs 98 // a MapField, but that feels a tad nasty.
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.0/
protobuf-java-3.0.0.jar 
  /prebuilts/tools/common/m2/repository/com/google/protobuf/protobuf-java/3.0.2/
protobuf-java-3.0.2.jar 
  /external/protobuf/csharp/src/Google.Protobuf/
CodedOutputStream.cs 55 /// and <c>MapField&lt;TKey, TValue&gt;</c> to serialize such fields.

Completed in 322 milliseconds

1 2