Home
last modified time | relevance | path

Searched defs:map_field (Results 1 – 19 of 19) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmap_field_test.cc175 MapFieldType* map_field = Arena::CreateMessage<MapFieldType>(&arena); in TEST_F() local
189 MapFieldBaseStub* map_field = in TEST_F() local
229 void AddOneStillClean(MapFieldType* map_field) { in AddOneStillClean()
237 void MakeMapDirty(MapFieldType* map_field) { in MakeMapDirty()
243 void MakeRepeatedDirty(MapFieldType* map_field) { in MakeRepeatedDirty()
254 void Expect(MapFieldType* map_field, State state, int map_size, in Expect()
Dmap_field_lite.h141 T* map_field; member
151 EnumParseWrapper<T, Metadata> InitEnumParseWrapper(T* map_field, in InitEnumParseWrapper()
Dreflection_ops.cc200 const MapFieldBase* map_field = in IsInitialized() local
252 const MapFieldBase* map_field = in DiscardUnknownFields() local
Ddynamic_message.h162 const RepeatedPtrField<Message>& map_field = in Sort() local
Dmap_unittest.proto89 map<int32, TestRequired> map_field = 1; field
Dmap_lite_unittest.proto86 map<int32, TestRequiredLite> map_field = 1; field
Dwire_format.cc897 const MapFieldBase* map_field = in SerializeFieldWithCachedSizes() local
1235 const MapFieldBase* map_field = in FieldDataOnlyByteSize() local
Dgenerated_message_table_driven.h224 bool ParseMap(io::CodedInputStream* input, void* map_field) { in ParseMap()
Dmap_test.cc2637 const FieldDescriptor* map_field = in TEST() local
2658 const FieldDescriptor* map_field = in TEST() local
3289 RepeatedPtrField<Message>* map_field = in TEST() local
Dtext_format.cc2095 const RepeatedPtrField<Message>& map_field = in SortMap() local
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dmap_initialization_order_test.proto52 map<string, bool> map_field = 1; field
Dtest_bad_identifiers.proto173 map<int32, int32> map_field = 1; field
/external/protobuf/php/ext/google/protobuf/
Dtype_check.c540 zval* map_field; in check_map_field() local
543 zval map_field; in check_map_field() local
Dmap.c204 PHP_PROTO_OBJECT_FREE_START(Map, map_field) in PHP_PROTO_OBJECT_FREE_START() argument
563 Map *map_field = intern->self; in PHP_METHOD() local
575 Map *map_field = intern->self; in PHP_METHOD() local
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dtest_objects.proto165 map<string, MsgWithRequired> map_field = 2; field
/external/python/apitools/apitools/base/py/
Dencoding_test.py149 map_field = messages.MessageField(NestedMapMessage, 1, repeated=True) variable in RepeatedNestedMapMessage
/external/protobuf/src/google/protobuf/compiler/
Dparser.cc932 MapField map_field; in ParseMessageFieldNoLabel() local
1098 void Parser::GenerateMapEntry(const MapField& map_field, in GenerateMapEntry()
/external/golang-protobuf/proto/test_proto/
Dtest.proto300 map<int32, int32> map_field = 2; field
/external/protobuf/ruby/ext/google/protobuf_c/
Ddefs.c1759 VALUE map_field = rb_class_new_instance(0, NULL, cFieldDescriptor); in MessageBuilderContext_map() local