/external/llvm-project/libcxx/benchmarks/ |
D | CartesianBenchmarks.h | 21 struct EnumValue : std::integral_constant<E, static_cast<E>(I)> { struct 27 return std::make_tuple(EnumValue<D, E, Idxs>{}...); in makeEnumValueTuple() argument
|
/external/llvm/tools/llvm-pdbdump/ |
D | EnumDumper.cpp | 39 while (auto EnumValue = EnumValues->getNext()) { in start() local
|
/external/llvm-project/llvm/tools/llvm-pdbutil/ |
D | PrettyEnumDumper.cpp | 53 while (auto EnumValue = EnumValues->getNext()) { in start() local
|
/external/libcxx/benchmarks/ |
D | CartesianBenchmarks.hpp | 22 struct EnumValue : std::integral_constant<E, static_cast<E>(I)> { struct 23 static std::string name() { return std::string("_") + D::Names[I]; } in name()
|
/external/rust/crates/protobuf/src/well_known_types/ |
D | type_pb.rs | 1130 pub fn get_enumvalue(&self) -> &[EnumValue] { in get_enumvalue() 1138 pub fn set_enumvalue(&mut self, v: crate::RepeatedField<EnumValue>) { in set_enumvalue() 1143 pub fn mut_enumvalue(&mut self) -> &mut crate::RepeatedField<EnumValue> { in mut_enumvalue() 1148 pub fn take_enumvalue(&mut self) -> crate::RepeatedField<EnumValue> { in take_enumvalue() 1424 pub struct EnumValue { struct 1436 impl<'a> ::std::default::Default for &'a EnumValue { argument 1442 impl EnumValue { implementation 1514 impl crate::Message for EnumValue { implementation 1647 impl crate::Clear for EnumValue { implementation 1656 impl ::std::fmt::Debug for EnumValue { implementation [all …]
|
/external/protobuf/php/src/Google/Protobuf/ |
D | EnumValue.php | 16 class EnumValue extends \Google\Protobuf\Internal\Message class
|
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
D | map_test.proto | 43 enum EnumValue { enum
|
/external/angle/src/common/ |
D | gen_packed_gl_enums.py | 15 EnumValue = namedtuple('EnumValue', ['name', 'gl_name', 'value']) variable
|
/external/skia/src/sksl/ir/ |
D | SkSLEnum.h | 86 static SKSL_INT EnumValue(const Symbol* symbol) { in EnumValue() function
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 176 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function 177 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function
|
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/ |
D | unittest_issues.proto | 75 DeprecatedEnum EnumValue = 5 [deprecated = true]; field
|
/external/protobuf/csharp/protos/ |
D | unittest_issues.proto | 74 DeprecatedEnum EnumValue = 5 [deprecated = true]; field
|
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/ |
D | jsonToSpirv.h | 196 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function 197 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 191 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function 192 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 193 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function 194 EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, in EnumValue() function
|
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | map_lite_test.proto | 43 enum EnumValue { enum
|
D | map_test.proto | 42 enum EnumValue { enum
|
D | map_for_proto2_lite_test.proto | 40 enum EnumValue { enum
|
D | map_for_proto2_test.proto | 42 enum EnumValue { enum
|
/external/llvm-project/clang/test/Index/Core/ |
D | index-dependent-source.cpp | 38 enum Enum { EnumValue }; enumerator
|
/external/protobuf/php/tests/ |
D | well_known_test.php | 14 use Google\Protobuf\EnumValue; alias
|
/external/protobuf/src/google/protobuf/ |
D | type.proto | 157 message EnumValue { message
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Type.cs | 1137 public sealed partial class EnumValue : pb::IMessage<EnumValue> { class 1154 public EnumValue() { in EnumValue() method in Google.Protobuf.WellKnownTypes.EnumValue 1161 public EnumValue(EnumValue other) : this() { in EnumValue() method in Google.Protobuf.WellKnownTypes.EnumValue
|
/external/clang/docs/tools/ |
D | dump_format_style.py | 79 class EnumValue: class
|
/external/llvm-project/clang/docs/tools/ |
D | dump_format_style.py | 94 class EnumValue(object): class
|