Home
last modified time | relevance | path

Searched defs:EnumValue (Results 1 – 25 of 28) sorted by relevance

12

/external/llvm/tools/llvm-pdbdump/
DEnumDumper.cpp39 while (auto EnumValue = EnumValues->getNext()) { in start() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-pdbutil/
DPrettyEnumDumper.cpp42 while (auto EnumValue = EnumValues->getNext()) { in start() local
/external/libcxx/benchmarks/
DCartesianBenchmarks.hpp22 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/
Dutility.h60 class EnumValue; variable
/external/protobuf/java/core/src/test/proto/com/google/protobuf/
Dmap_test.proto43 enum EnumValue { enum
Dmap_for_proto2_test.proto43 enum EnumValue { enum
Dmap_for_proto2_lite_test.proto41 enum EnumValue { enum
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dmap_test.proto43 enum EnumValue { enum
/external/deqp-deps/SPIRV-Headers/tools/buildHeaders/
DjsonToSpirv.h169 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function
170EnumValue(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/
DjsonToSpirv.h169 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function
170EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, const std::str… in EnumValue() function
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h169 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function
170EnumValue(unsigned int the_value, const std::string& the_name, EnumCaps&& the_caps, const std::str… in EnumValue() function
/external/protobuf/csharp/protos/
Dunittest_issues.proto75 DeprecatedEnum EnumValue = 5 [deprecated = true]; field
/external/protobuf/src/google/protobuf/
Dtype.proto156 message EnumValue { message
Dtype.pb.cc2528 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/
DType.cs1040 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/
Ddump_format_style.py79 class EnumValue: class
/external/swiftshader/third_party/LLVM/utils/TableGen/
DCodeGenRegisters.h37 unsigned EnumValue; member
/external/guice/core/test/com/google/inject/
DTypeConversionTest.java47 @interface EnumValue {} annotation in TypeConversionTest
/external/swiftshader/third_party/llvm-7.0/llvm/utils/TableGen/
DCodeGenRegisters.h72 const unsigned EnumValue; variable
153 unsigned EnumValue; member
/external/llvm/utils/TableGen/
DCodeGenRegisters.h61 const unsigned EnumValue; variable
128 unsigned EnumValue; member
/external/tensorflow/tensorflow/contrib/proto/python/kernel_tests/
Dtest_example.proto143 message EnumValue { message
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dp5.cpp176EnumValue = static_cast<Types>(0) // expected-error{{enumerator value contains unexpanded paramete… enumerator
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/parse/
Dast.py155 class EnumValue(Definition): class
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs625 public global::UnitTest.Issues.TestProtos.DeprecatedEnum EnumValue { property in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
/external/libchrome/mojo/public/tools/bindings/pylib/mojom/generate/
Dmodule.py253 class EnumValue(NamedValue): class

12