Home
last modified time | relevance | path

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

12

/external/llvm-project/libcxx/benchmarks/
DCartesianBenchmarks.h21 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/
DEnumDumper.cpp39 while (auto EnumValue = EnumValues->getNext()) { in start() local
/external/llvm-project/llvm/tools/llvm-pdbutil/
DPrettyEnumDumper.cpp53 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/rust/crates/protobuf/src/well_known_types/
Dtype_pb.rs1130 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/
DEnumValue.php16 class EnumValue extends \Google\Protobuf\Internal\Message class
/external/protobuf/javanano/src/test/java/com/google/protobuf/nano/
Dmap_test.proto43 enum EnumValue { enum
/external/angle/src/common/
Dgen_packed_gl_enums.py15 EnumValue = namedtuple('EnumValue', ['name', 'gl_name', 'value']) variable
/external/skia/src/sksl/ir/
DSkSLEnum.h86 static SKSL_INT EnumValue(const Symbol* symbol) { in EnumValue() function
/external/shaderc/spirv-headers/tools/buildHeaders/
DjsonToSpirv.h176 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/
Dunittest_issues.proto75 DeprecatedEnum EnumValue = 5 [deprecated = true]; field
/external/protobuf/csharp/protos/
Dunittest_issues.proto74 DeprecatedEnum EnumValue = 5 [deprecated = true]; field
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/
DjsonToSpirv.h196 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/
DjsonToSpirv.h191 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/
DjsonToSpirv.h193 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/
Dmap_lite_test.proto43 enum EnumValue { enum
Dmap_test.proto42 enum EnumValue { enum
Dmap_for_proto2_lite_test.proto40 enum EnumValue { enum
Dmap_for_proto2_test.proto42 enum EnumValue { enum
/external/llvm-project/clang/test/Index/Core/
Dindex-dependent-source.cpp38 enum Enum { EnumValue }; enumerator
/external/protobuf/php/tests/
Dwell_known_test.php14 use Google\Protobuf\EnumValue; alias
/external/protobuf/src/google/protobuf/
Dtype.proto157 message EnumValue { message
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DType.cs1137 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/
Ddump_format_style.py79 class EnumValue: class
/external/llvm-project/clang/docs/tools/
Ddump_format_style.py94 class EnumValue(object): class

12