| /external/protobuf/src/google/protobuf/ |
| D | map_field_test.cc | 175 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()
|
| D | map_field_lite.h | 141 T* map_field; member 151 EnumParseWrapper<T, Metadata> InitEnumParseWrapper(T* map_field, in InitEnumParseWrapper()
|
| D | reflection_ops.cc | 200 const MapFieldBase* map_field = in IsInitialized() local 252 const MapFieldBase* map_field = in DiscardUnknownFields() local
|
| D | dynamic_message.h | 162 const RepeatedPtrField<Message>& map_field = in Sort() local
|
| D | map_unittest.proto | 89 map<int32, TestRequired> map_field = 1; field
|
| D | map_lite_unittest.proto | 86 map<int32, TestRequiredLite> map_field = 1; field
|
| D | wire_format.cc | 897 const MapFieldBase* map_field = in SerializeFieldWithCachedSizes() local 1235 const MapFieldBase* map_field = in FieldDataOnlyByteSize() local
|
| D | generated_message_table_driven.h | 224 bool ParseMap(io::CodedInputStream* input, void* map_field) { in ParseMap()
|
| D | map_test.cc | 2637 const FieldDescriptor* map_field = in TEST() local 2658 const FieldDescriptor* map_field = in TEST() local 3289 RepeatedPtrField<Message>* map_field = in TEST() local
|
| D | text_format.cc | 2095 const RepeatedPtrField<Message>& map_field = in SortMap() local
|
| /external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
| D | map_initialization_order_test.proto | 52 map<string, bool> map_field = 1; field
|
| D | test_bad_identifiers.proto | 173 map<int32, int32> map_field = 1; field
|
| /external/protobuf/php/ext/google/protobuf/ |
| D | type_check.c | 540 zval* map_field; in check_map_field() local 543 zval map_field; in check_map_field() local
|
| D | map.c | 204 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/ |
| D | test_objects.proto | 165 map<string, MsgWithRequired> map_field = 2; field
|
| /external/python/apitools/apitools/base/py/ |
| D | encoding_test.py | 149 map_field = messages.MessageField(NestedMapMessage, 1, repeated=True) variable in RepeatedNestedMapMessage
|
| /external/protobuf/src/google/protobuf/compiler/ |
| D | parser.cc | 932 MapField map_field; in ParseMessageFieldNoLabel() local 1098 void Parser::GenerateMapEntry(const MapField& map_field, in GenerateMapEntry()
|
| /external/golang-protobuf/proto/test_proto/ |
| D | test.proto | 300 map<int32, int32> map_field = 2; field
|
| /external/protobuf/ruby/ext/google/protobuf_c/ |
| D | defs.c | 1759 VALUE map_field = rb_class_new_instance(0, NULL, cFieldDescriptor); in MessageBuilderContext_map() local
|