/external/llvm/tools/llvm-pdbdump/ |
D | EnumDumper.cpp | 39 while (auto EnumValue = EnumValues->getNext()) { in start() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/ |
D | PrettyEnumDumper.cpp | 42 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/protobuf/src/google/protobuf/util/internal/ |
D | utility.h | 60 class EnumValue; variable
|
/external/protobuf/java/core/src/test/proto/com/google/protobuf/ |
D | map_test.proto | 43 enum EnumValue { enum
|
D | map_for_proto2_test.proto | 43 enum EnumValue { enum
|
D | map_for_proto2_lite_test.proto | 41 enum EnumValue { enum
|
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/ |
D | map_test.proto | 43 enum EnumValue { enum
|
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 169 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function 170 …EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, const std::str… in EnumValue() function
|
/external/swiftshader/third_party/SPIRV-Headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 169 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function 170 …EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, const std::str… in EnumValue() function
|
/external/shaderc/spirv-headers/tools/buildHeaders/ |
D | jsonToSpirv.h | 169 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function 170 …EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, const std::str… in EnumValue() function
|
/external/protobuf/csharp/protos/ |
D | unittest_issues.proto | 75 DeprecatedEnum EnumValue = 5 [deprecated = true]; field
|
/external/protobuf/src/google/protobuf/ |
D | type.proto | 156 message EnumValue { message
|
D | type.pb.cc | 2528 EnumValue::EnumValue() in EnumValue() function in google::protobuf::EnumValue 2538 EnumValue::EnumValue(const EnumValue& from) in EnumValue() function in google::protobuf::EnumValue
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Type.cs | 1040 public sealed partial class EnumValue : pb::IMessage<EnumValue> { class 1052 public EnumValue() { in EnumValue() method in Google.Protobuf.WellKnownTypes.EnumValue 1058 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/swiftshader/third_party/LLVM/utils/TableGen/ |
D | CodeGenRegisters.h | 37 unsigned EnumValue; member
|
/external/guice/core/test/com/google/inject/ |
D | TypeConversionTest.java | 47 @interface EnumValue {} annotation in TypeConversionTest
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 72 const unsigned EnumValue; variable 153 unsigned EnumValue; member
|
/external/llvm/utils/TableGen/ |
D | CodeGenRegisters.h | 61 const unsigned EnumValue; variable 128 unsigned EnumValue; member
|
/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/ |
D | test_example.proto | 143 message EnumValue { message
|
/external/clang/test/CXX/temp/temp.decls/temp.variadic/ |
D | p5.cpp | 176 …EnumValue = static_cast<Types>(0) // expected-error{{enumerator value contains unexpanded paramete… enumerator
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/ |
D | ast.py | 155 class EnumValue(Definition): class
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestIssues.cs | 625 public global::UnitTest.Issues.TestProtos.DeprecatedEnum EnumValue { property in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
|
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/ |
D | module.py | 253 class EnumValue(NamedValue): class
|