/external/protobuf/src/google/protobuf/util/internal/ |
D | default_value_objectwriter.cc | 328 bool is_map = false; in PopulateChildren() local 340 is_map = IsMap(field, *found_type); in PopulateChildren() 342 if (!is_map) { in PopulateChildren() 353 if (!is_map && in PopulateChildren()
|
/external/protobuf/src/google/protobuf/compiler/objectivec/ |
D | objectivec_extension.cc | 49 if (descriptor->is_map()) { in ExtensionGenerator()
|
D | objectivec_field.cc | 120 if (field->is_map()) { in Make()
|
D | objectivec_helpers.cc | 430 if (field->is_repeated() && !field->is_map()) { in FieldName()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_field.cc | 140 if (field->is_map()) { in MakeGenerator()
|
D | cpp_helpers.cc | 227 if (field->is_map()) { in IsFieldDependent() 540 if (descriptor->field(i)->is_map()) { in HasMapFields()
|
D | cpp_message.cc | 504 !field->is_map()) { in GenerateFieldAccessorDeclarations()
|
/external/tensorflow/tensorflow/tools/proto_text/ |
D | gen_proto_text_functions_lib.cc | 312 if (field.is_map()) { in AppendFieldAppend() 469 if (field->is_map()) { in AppendParseMessageFunction() 514 if (field->is_map()) { in AppendParseMessageFunction()
|
/external/protobuf/src/google/protobuf/compiler/java/ |
D | java_helpers.h | 331 return descriptor->is_map(); in IsMapField()
|
/external/protobuf/src/google/protobuf/compiler/csharp/ |
D | csharp_helpers.cc | 460 if (descriptor->is_map()) { in CreateFieldGenerator()
|
/external/protobuf/src/google/protobuf/ |
D | message.cc | 452 if (field->is_map()) { in RepeatedFieldAccessor()
|
D | dynamic_message.cc | 107 return field->is_map(); in IsMapFieldInApi()
|
D | text_format.cc | 1665 if (field->is_map()) { in PrintField() 1689 ? (field->is_map() in PrintField()
|
D | descriptor.h | 551 bool is_map() const; // shorthand for type() == TYPE_MESSAGE &&
|
D | descriptor.cc | 1677 bool FieldDescriptor::is_map() const { in is_map() function in google::protobuf::FieldDescriptor 2357 if (is_map()) { in DebugString() 2367 if (print_label_flag == PRINT_LABEL && !is_map()) { in DebugString() 5313 if (field->is_map()) { in ValidateFieldOptions()
|
D | generated_message_reflection.cc | 57 return field->is_map(); in IsMapFieldInApi()
|
D | descriptor_unittest.cc | 855 EXPECT_TRUE(map_->is_map()); in TEST_F() 856 EXPECT_FALSE(baz_->is_map()); in TEST_F()
|
/external/protobuf/src/google/protobuf/compiler/ruby/ |
D | ruby_generator.cc | 118 if (field->is_map()) { in GenerateField()
|
/external/protobuf/python/google/protobuf/pyext/ |
D | message.cc | 446 if (descriptor->is_map()) { in VisitCompositeField() 1068 if (descriptor->is_map()) { in CheckAndGetInteger() 2657 if (field_descriptor->is_map()) { in CheckAndGetInteger()
|
/external/protobuf/php/ext/google/protobuf/ |
D | upb.c | 9660 bool is_map; member 10336 inner->is_map = false; in start_stringval() 10523 inner->is_map = false; in handle_mapentry() 10553 if (p->top->is_map) { in end_membername() 10615 inner->is_map = true; in start_subobject() 10634 inner->is_map = false; in start_subobject() 10649 if (p->top->is_map) { in end_subobject() 10683 inner->is_map = false; in start_array() 10701 if (!p->top->is_map) { in start_object() 10707 if (!p->top->is_map) { in end_object() [all …]
|
/external/protobuf/ruby/ext/google/protobuf_c/ |
D | upb.c | 10336 bool is_map; member 11033 inner->is_map = false; in start_stringval() 11221 inner->is_map = false; in handle_mapentry() 11251 if (p->top->is_map) { in end_membername() 11314 inner->is_map = true; in start_subobject() 11334 inner->is_map = false; in start_subobject() 11349 if (p->top->is_map) { in end_subobject() 11384 inner->is_map = false; in start_array() 11402 if (!p->top->is_map) { in start_object() 11408 if (!p->top->is_map) { in end_object() [all …]
|
/external/protobuf/src/google/protobuf/compiler/js/ |
D | js_generator.cc | 451 bool is_map) { in JSIdent() argument 462 if (is_map) { in JSIdent()
|
/external/protobuf/src/google/protobuf/util/ |
D | message_differencer.cc | 944 if (field->is_map()) return true; in IsTreatedAsSet()
|