Home
last modified time | relevance | path

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

123

/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/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 { implementation
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/cronet/buildtools/third_party/libc++/trunk/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/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/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/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/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/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/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
/external/golang-protobuf/internal/filedesc/
Ddesc.go128 EnumValue struct { struct
129 Base
130 L1 EnumValueL1
159 func (ed *EnumValue) Options() protoreflect.ProtoMessage {
165 func (ed *EnumValue) Number() protoreflect.EnumNumber { return ed.L1.Number }
166 func (ed *EnumValue) Format(s fmt.State, r rune) { descfmt.FormatDesc(s, r, ed) }
167 func (ed *EnumValue) ProtoType(protoreflect.EnumValueDescriptor) {}
/external/deqp-deps/SPIRV-Headers/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.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/cronet/third_party/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_test.proto42 enum EnumValue { enum
/external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/
DjsonToSpirv.h199 EnumValue() : value(0), desc(nullptr) {} in EnumValue() function
200 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_test.proto42 enum EnumValue { enum
Dmap_lite_test.proto43 enum EnumValue { enum

123