Home
last modified time | relevance | path

Searched defs:enum_value (Results 1 – 25 of 145) sorted by relevance

123456

/aosp_15_r20/external/flatbuffers/tests/monster_test_suffix/ext_only/
H A Dmonster_test_generated.hpp270 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 Dmonster_test_suffix.hpp270 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 Dcolor_space.cc19 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 Dpreserve_unknown_enum_test.cc193 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 Dunittest_drop_unknown_fields.proto45 NestedEnum enum_value = 2; field
56 NestedEnum enum_value = 2; field
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dpreserve_unknown_enum_test.cc193 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 Dunittest_drop_unknown_fields.proto45 NestedEnum enum_value = 2; field
56 NestedEnum enum_value = 2; field
/aosp_15_r20/external/tensorflow/tensorflow/lite/schema/builtin_ops_list/
H A Dgenerator.cc79 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 DDrmProperty.h102 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 Dgenerator.cc115 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 Dutility.cc199 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 Dutility.cc199 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 Drepeated_scalar_container.cc159 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 Drepeated_scalar_container.cc159 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/
Dtest_util.py299 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 Dprotozero_to_text.cc124 int32_t enum_value, in PrintEnumField()
478 std::string ProtozeroEnumToText(const std::string& type, int32_t enum_value) { in ProtozeroEnumToText()
H A Dprotozero_to_text.h70 std::string ProtozeroEnumToText(const std::string& type, Enum enum_value) { in ProtozeroEnumToText()
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/proto/
H A Dtest_example.proto56 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/
Dbpf_core_read.h271 #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 Dbpf_core_read.h271 #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 Dfield_instance.h307 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/
Dencoding_test.py199 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 Dproto3.proto41 NestedEnum enum_value = 1; field
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/util/internal/testdata/
H A Dproto3.proto41 NestedEnum enum_value = 1; field
/aosp_15_r20/packages/modules/StatsD/statsd/tools/localtools/test/data/
Datoms.proto39 optional android.tests.enum.DemoEnumValues enum_value = 2; field

123456