HomeSort by relevance Sort by last modified time
    Searched refs:enum_field (Results 1 - 7 of 7) sorted by null

  /development/vndk/tools/header-checker/tests/input/
example1.h 17 enum {A, B} enum_field; member in struct:Hello
  /external/protobuf/python/google/protobuf/internal/
descriptor_test.py 750 enum_field = nested_type.field.add()
751 enum_field.number = 2
752 enum_field.name = 'bar_field'
753 enum_field.label = descriptor.FieldDescriptor.LABEL_REQUIRED
754 enum_field.type = descriptor.FieldDescriptor.TYPE_ENUM
755 enum_field.type_name = 'Foo2.Sub.FOO'
784 enum_field = message_type.field.add()
785 enum_field.number = 2
786 enum_field.name = 'bar_field'
787 enum_field.label = descriptor.FieldDescriptor.LABEL_REQUIRE
    [all...]
  /frameworks/base/tools/stats_log_api_gen/
test.proto 54 optional AnEnum enum_field = 12;
  /external/protobuf/src/google/protobuf/
lite_unittest.cc 704 EXPECT_EQ(v1_message.enum_field(), protobuf_unittest::V1_FIRST);
713 EXPECT_EQ(v2_message.enum_field(), same_v2_message.enum_field());
descriptor_unittest.cc 2244 FieldDescriptorProto* enum_field = local
    [all...]
  /art/runtime/dex/
dex_file_annotations.cc 567 ArtField* enum_field = Runtime::Current()->GetClassLinker()->ResolveField( local
572 if (enum_field == nullptr) {
575 Handle<mirror::Class> field_class(hs.NewHandle(enum_field->GetDeclaringClass()));
577 element_object = enum_field->GetObject(field_class.Get());
    [all...]
  /development/vndk/tools/header-checker/header-abi-util/src/
ir_representation_protobuf.cpp     [all...]

Completed in 1725 milliseconds