/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/ |
H A D | monster_test_generated.hpp | 270 static const Any enum_value = Any_NONE; member 274 static const Any enum_value = Any_Monster; member 278 static const Any enum_value = Any_TestSimpleTableWithEnum; member 282 static const Any enum_value = Any_MyGame_Example2_Monster; member 286 static const Any enum_value = Any_NONE; member 290 static const Any enum_value = Any_Monster; member 294 static const Any enum_value = Any_TestSimpleTableWithEnum; member 298 static const Any enum_value = Any_MyGame_Example2_Monster; member 426 static const AnyUniqueAliases enum_value = AnyUniqueAliases_NONE; member 430 static const AnyUniqueAliases enum_value = AnyUniqueAliases_M; member [all …]
|
/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ |
H A D | monster_test_suffix.hpp | 270 static const Any enum_value = Any_NONE; member 274 static const Any enum_value = Any_Monster; member 278 static const Any enum_value = Any_TestSimpleTableWithEnum; member 282 static const Any enum_value = Any_MyGame_Example2_Monster; member 286 static const Any enum_value = Any_NONE; member 290 static const Any enum_value = Any_Monster; member 294 static const Any enum_value = Any_TestSimpleTableWithEnum; member 298 static const Any enum_value = Any_MyGame_Example2_Monster; member 426 static const AnyUniqueAliases enum_value = AnyUniqueAliases_NONE; member 430 static const AnyUniqueAliases enum_value = AnyUniqueAliases_M; member [all …]
|
/aosp_15_r20/external/webrtc/api/video/ |
H A D | color_space.cc | 19 bool SetFromUint8(uint8_t enum_value, uint64_t enum_bitmask, T* out) { in SetFromUint8() 54 bool SetChromaSitingFromUint8(uint8_t enum_value, in SetChromaSitingFromUint8() 127 bool ColorSpace::set_primaries_from_uint8(uint8_t enum_value) { in set_primaries_from_uint8() 138 bool ColorSpace::set_transfer_from_uint8(uint8_t enum_value) { in set_transfer_from_uint8() 154 bool ColorSpace::set_matrix_from_uint8(uint8_t enum_value) { in set_matrix_from_uint8() 166 bool ColorSpace::set_range_from_uint8(uint8_t enum_value) { in set_range_from_uint8() 174 bool ColorSpace::set_chroma_siting_horizontal_from_uint8(uint8_t enum_value) { in set_chroma_siting_horizontal_from_uint8() 178 bool ColorSpace::set_chroma_siting_vertical_from_uint8(uint8_t enum_value) { in set_chroma_siting_vertical_from_uint8()
|
/aosp_15_r20/external/protobuf/src/google/protobuf/ |
H A D | preserve_unknown_enum_test.cc | 193 const EnumValueDescriptor* enum_value = r->GetEnum(message, field); in TEST() local 233 const EnumValueDescriptor* enum_value = r->GetEnum(message, singular_field); in TEST() local 246 const EnumValueDescriptor* enum_value = in TEST() local
|
H A D | unittest_drop_unknown_fields.proto | 45 NestedEnum enum_value = 2; field 56 NestedEnum enum_value = 2; field
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/ |
H A D | preserve_unknown_enum_test.cc | 193 const EnumValueDescriptor* enum_value = r->GetEnum(message, field); in TEST() local 233 const EnumValueDescriptor* enum_value = r->GetEnum(message, singular_field); in TEST() local 246 const EnumValueDescriptor* enum_value = in TEST() local
|
H A D | unittest_drop_unknown_fields.proto | 45 NestedEnum enum_value = 2; field 56 NestedEnum enum_value = 2; field
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/schema/builtin_ops_list/ |
H A D | generator.cc | 79 for (auto enum_value : EnumValuesBuiltinOperator()) { in GenerateHeader() local 87 for (auto enum_value : EnumValuesBuiltinOperator()) { in GenerateHeader() local
|
/aosp_15_r20/external/drm_hwcomposer/drm/ |
H A D | DrmProperty.h | 102 uint64_t enum_value = UINT64_MAX; variable 116 uint64_t enum_value = UINT64_MAX; variable
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/schema/builtin_ops_header/ |
H A D | generator.cc | 115 for (auto enum_value : EnumValuesBuiltinOperator()) { in GenerateHeader() local 124 for (auto enum_value : EnumValuesBuiltinOperator()) { in GenerateHeader() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/ |
H A D | utility.cc | 199 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameOrNull() local 212 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNumberOrNull() local 225 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameWithoutUnderscoreOrNull() local
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/ |
H A D | utility.cc | 199 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameOrNull() local 212 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNumberOrNull() local 225 const google::protobuf::EnumValue& enum_value = enum_type->enumvalue(i); in FindEnumValueByNameWithoutUnderscoreOrNull() local
|
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_scalar_container.cc | 159 const EnumValueDescriptor* enum_value = in AssignItem() local 246 const EnumValueDescriptor* enum_value = in Item() local 383 const EnumValueDescriptor* enum_value = in Append() local
|
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/ |
H A D | repeated_scalar_container.cc | 159 const EnumValueDescriptor* enum_value = in AssignItem() local 246 const EnumValueDescriptor* enum_value = in Item() local 383 const EnumValueDescriptor* enum_value = in Append() local
|
/aosp_15_r20/external/python/apitools/apitools/base/protorpclite/ |
D | test_util.py | 299 enum_value = messages.EnumField(SimpleEnum, 10) variable in OptionalMessage 334 enum_value = messages.EnumField(SimpleEnum, variable in RepeatedMessage
|
/aosp_15_r20/external/perfetto/src/trace_processor/util/ |
H A D | protozero_to_text.cc | 124 int32_t enum_value, in PrintEnumField() 478 std::string ProtozeroEnumToText(const std::string& type, int32_t enum_value) { in ProtozeroEnumToText()
|
H A D | protozero_to_text.h | 70 std::string ProtozeroEnumToText(const std::string& type, Enum enum_value) { in ProtozeroEnumToText()
|
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/proto/ |
H A D | test_example.proto | 56 repeated Color enum_value = 35; field 103 repeated Color enum_value = 35; field
|
/aosp_15_r20/out/soong/.intermediates/external/libbpf/libbpf_headers/gen/bpf/ |
D | bpf_core_read.h | 271 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument 274 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument 287 #define bpf_core_enum_value(enum_type, enum_value) \ argument 290 #define bpf_core_enum_value(enum_type, enum_value) \ argument
|
/aosp_15_r20/external/libbpf/src/ |
H A D | bpf_core_read.h | 271 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument 274 #define bpf_core_enum_value_exists(enum_type, enum_value) \ argument 287 #define bpf_core_enum_value(enum_type, enum_value) \ argument 290 #define bpf_core_enum_value(enum_type, enum_value) \ argument
|
/aosp_15_r20/external/libprotobuf-mutator/src/ |
H A D | field_instance.h | 307 const protobuf::EnumValueDescriptor* enum_value = in Store() local 381 const protobuf::EnumValueDescriptor* enum_value = in PushBackRepeated() local
|
/aosp_15_r20/external/python/apitools/apitools/base/py/ |
D | encoding_test.py | 199 enum_value = 1 variable in MessageWithRemappings.SomeEnum 212 enum_value = 1 variable in MessageWithPackageAndRemappings.SomeEnum
|
/aosp_15_r20/external/protobuf/src/google/protobuf/util/internal/testdata/ |
H A D | proto3.proto | 41 NestedEnum enum_value = 1; field
|
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/testdata/ |
H A D | proto3.proto | 41 NestedEnum enum_value = 1; field
|
/aosp_15_r20/packages/modules/StatsD/statsd/tools/localtools/test/data/ |
D | atoms.proto | 39 optional android.tests.enum.DemoEnumValues enum_value = 2; field
|