/external/webrtc/api/video/ |
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()
|
/external/flatbuffers/tests/monster_test_suffix/ext_only/ |
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 …]
|
/external/flatbuffers/tests/monster_test_suffix/ |
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 …]
|
/external/tensorflow/tensorflow/lite/schema/builtin_ops_list/ |
D | generator.cc | 79 for (auto enum_value : EnumValuesBuiltinOperator()) { in GenerateHeader() local 87 for (auto enum_value : EnumValuesBuiltinOperator()) { in GenerateHeader() local
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/ |
D | unittest_drop_unknown_fields.proto | 45 NestedEnum enum_value = 2; field 56 NestedEnum enum_value = 2; field
|
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
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/ |
D | unittest_drop_unknown_fields.proto | 45 NestedEnum enum_value = 2; field 56 NestedEnum enum_value = 2; field
|
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
|
/external/protobuf/src/google/protobuf/ |
D | unittest_drop_unknown_fields.proto | 45 NestedEnum enum_value = 2; field 56 NestedEnum enum_value = 2; field
|
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
|
/external/tensorflow/tensorflow/lite/schema/builtin_ops_header/ |
D | generator.cc | 115 for (auto enum_value : EnumValuesBuiltinOperator()) { in GenerateHeader() local 124 for (auto enum_value : EnumValuesBuiltinOperator()) { in GenerateHeader() local
|
/external/drm_hwcomposer/drm/ |
D | DrmProperty.h | 122 uint64_t enum_value = UINT64_MAX; variable 136 uint64_t enum_value = UINT64_MAX; variable
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/testdata/ |
D | proto3.proto | 41 NestedEnum enum_value = 1; field
|
D | default_value_test.proto | 52 EnumDefault enum_value = 18; field
|
/external/protobuf/src/google/protobuf/util/internal/testdata/ |
D | proto3.proto | 41 NestedEnum enum_value = 1; field
|
D | default_value_test.proto | 52 EnumDefault enum_value = 18; field
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/testdata/ |
D | proto3.proto | 41 NestedEnum enum_value = 1; field
|
D | default_value_test.proto | 52 EnumDefault enum_value = 18; field
|
/external/flatbuffers/tests/ |
D | union_underlying_type_test_generated.h | 81 static const ABC enum_value = ABC::NONE; member
|
/external/flatbuffers/tests/namespace_test/ |
D | namespace_test1_generated.h | 65 static const UnionInNestedNS enum_value = UnionInNestedNS_NONE; member
|
/external/cronet/tot/third_party/protobuf/src/google/protobuf/util/internal/ |
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
|
/external/protobuf/src/google/protobuf/util/internal/ |
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
|
/external/cronet/stable/third_party/protobuf/src/google/protobuf/util/internal/ |
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
|
/external/googleapis/google/api/expr/v1beta1/ |
D | value.proto | 58 EnumValue enum_value = 9; field
|
/external/googleapis/google/api/expr/v1alpha1/ |
D | value.proto | 59 EnumValue enum_value = 9; field
|