| /external/golang-protobuf/types/known/typepb/ |
| D | type.pb.go | 580 type EnumValue struct { struct 581 state protoimpl.MessageState 582 sizeCache protoimpl.SizeCache 583 unknownFields protoimpl.UnknownFields 586 Name string `protobuf:"bytes,1,opt,name=name,proto3" json:"name,omitempty"` 588 Number int32 `protobuf:"varint,2,opt,name=number,proto3" json:"number,omitempty"` 590 Options []*Option `protobuf:"bytes,3,rep,name=options,proto3" json:"options,omitempty"` 593 func (x *EnumValue) Reset() { 602 func (x *EnumValue) String() string { 606 func (*EnumValue) ProtoMessage() {} [all …]
|
| /external/rust/crates/drm/src/control/ |
| D | property.rs | 235 pub fn as_enum(&self) -> Option<&'a EnumValue> { in as_enum() 288 pub struct EnumValue(ffi::drm_mode_property_enum); struct 290 impl EnumValue { impl 302 impl From<ffi::drm_mode_property_enum> for EnumValue { implementation 308 impl std::fmt::Debug for EnumValue { implementation 326 pub fn values(&self) -> (&[RawValue], &[EnumValue]) { in values() 332 pub fn get_value_from_raw_value(&self, value: RawValue) -> Option<&EnumValue> { in get_value_from_raw_value()
|
| /external/googleapis/google/cloud/datacatalog/v1beta1/ |
| D | tags.proto | 87 message EnumValue { message 214 message EnumValue { message
|
| /external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1beta1/src/main/proto/google/cloud/datacatalog/v1beta1/ |
| D | tags.proto | 86 message EnumValue { message 190 message EnumValue { message
|
| /external/googleapis/google/cloud/datacatalog/v1/ |
| D | tags.proto | 88 message EnumValue { message 253 message EnumValue { message
|
| /external/google-cloud-java/java-datacatalog/proto-google-cloud-datacatalog-v1/src/main/proto/google/cloud/datacatalog/v1/ |
| D | tags.proto | 88 message EnumValue { message 253 message EnumValue { message
|
| /external/cronet/third_party/libc++/src/benchmarks/ |
| D | CartesianBenchmarks.h | 20 struct EnumValue : std::integral_constant<E, static_cast<E>(I)> { struct 26 return std::make_tuple(EnumValue<D, E, Idxs>{}...); in makeEnumValueTuple() argument
|
| /external/rust/crates/protobuf/src/well_known_types/ |
| D | type_.rs | 939 pub struct EnumValue { struct 945 // @@protoc_insertion_point(field:google.protobuf.EnumValue.number) argument 948 // @@protoc_insertion_point(field:google.protobuf.EnumValue.options) argument 951 // @@protoc_insertion_point(special_field:google.protobuf.EnumValue.special_fields) argument 955 impl<'a> ::std::default::Default for &'a EnumValue { argument 961 impl EnumValue { impl 992 impl crate::Message for EnumValue { implementation 1082 impl crate::MessageFull for EnumValue { implementation 1089 impl ::std::fmt::Display for EnumValue { implementation 1095 impl crate::reflect::ProtobufValue for EnumValue { implementation
|
| /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/2.27.1/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/llvm/tools/llvm-pdbdump/ |
| D | EnumDumper.cpp | 39 while (auto EnumValue = EnumValues->getNext()) { in start() local
|
| /external/golang-protobuf/internal/descopts/ |
| D | options.go | 22 EnumValue pref.ProtoMessage var
|
| /external/cronet/third_party/protobuf/php/src/Google/Protobuf/ |
| D | EnumValue.php | 16 class EnumValue extends \Google\Protobuf\Internal\Message class
|
| /external/protobuf/php/src/Google/Protobuf/ |
| D | EnumValue.php | 16 class EnumValue extends \Google\Protobuf\Internal\Message class
|
| /external/google-cloud-java/java-contentwarehouse/proto-google-cloud-contentwarehouse-v1/src/main/java/com/google/cloud/contentwarehouse/v1/ |
| D | EnumValue.java | 30 public final class EnumValue extends com.google.protobuf.GeneratedMessageV3 class 36 private EnumValue(com.google.protobuf.GeneratedMessageV3.Builder<?> builder) { in EnumValue() method in EnumValue 40 private EnumValue() { in EnumValue() method in EnumValue
|
| /external/golang-protobuf/compiler/protogen/ |
| D | protogen.go | 537 type EnumValue struct { struct 538 Desc protoreflect.EnumValueDescriptor 540 GoIdent GoIdent // name of the generated Go declaration 542 Parent *Enum // enum in which this value is declared 544 Location Location // location of this enum value 545 Comments CommentSet // comments associated with this enum value
|
| /external/googleapis/google/api/expr/v1alpha1/ |
| D | value.proto | 76 message EnumValue { message
|
| /external/googleapis/google/api/expr/v1beta1/ |
| D | value.proto | 75 message EnumValue { message
|
| /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/mesa3d/src/intel/dev/ |
| D | intel_device_info.py | 38 class EnumValue: class
|
| /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/rust/crates/protobuf-parse/src/pure/ |
| D | model.rs | 303 pub(crate) struct EnumValue { struct 318 pub values: Vec<EnumValue>, argument
|
| /external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/ |
| D | unittest_issues.proto | 75 DeprecatedEnum EnumValue = 5 [deprecated = true]; field
|
| /external/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/ |
| D | unittest_issues.proto | 75 DeprecatedEnum EnumValue = 5 [deprecated = true]; field
|