Home
last modified time | relevance | path

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

1234

/external/golang-protobuf/types/known/typepb/
Dtype.pb.go580 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/
Dproperty.rs235 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/
Dtags.proto87 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/
Dtags.proto86 message EnumValue { message
190 message EnumValue { message
/external/googleapis/google/cloud/datacatalog/v1/
Dtags.proto88 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/
Dtags.proto88 message EnumValue { message
253 message EnumValue { message
/external/cronet/third_party/libc++/src/benchmarks/
DCartesianBenchmarks.h20 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/
Dtype_.rs939 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/
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/2.27.1/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/llvm/tools/llvm-pdbdump/
DEnumDumper.cpp39 while (auto EnumValue = EnumValues->getNext()) { in start() local
/external/golang-protobuf/internal/descopts/
Doptions.go22 EnumValue pref.ProtoMessage var
/external/cronet/third_party/protobuf/php/src/Google/Protobuf/
DEnumValue.php16 class EnumValue extends \Google\Protobuf\Internal\Message class
/external/protobuf/php/src/Google/Protobuf/
DEnumValue.php16 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/
DEnumValue.java30 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/
Dprotogen.go537 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/
Dvalue.proto76 message EnumValue { message
/external/googleapis/google/api/expr/v1beta1/
Dvalue.proto75 message EnumValue { message
/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/mesa3d/src/intel/dev/
Dintel_device_info.py38 class EnumValue: class
/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/rust/crates/protobuf-parse/src/pure/
Dmodel.rs303 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/
Dunittest_issues.proto75 DeprecatedEnum EnumValue = 5 [deprecated = true]; field
/external/protobuf/csharp/compatibility_tests/v3.0.0/protos/csharp/protos/
Dunittest_issues.proto75 DeprecatedEnum EnumValue = 5 [deprecated = true]; field

1234