| /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/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 { 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/ |
| D | CartesianBenchmarks.h | 21 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/ |
| 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/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/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/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/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/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
|
| /external/golang-protobuf/internal/filedesc/ |
| D | desc.go | 128 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/ |
| D | jsonToSpirv.h | 196 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/ |
| D | jsonToSpirv.h | 196 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/ |
| D | map_lite_test.proto | 43 enum EnumValue { enum
|
| D | map_test.proto | 42 enum EnumValue { enum
|
| D | map_for_proto2_test.proto | 42 enum EnumValue { enum
|
| /external/angle/third_party/vulkan-deps/spirv-headers/src/tools/buildHeaders/ |
| D | jsonToSpirv.h | 199 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/ |
| D | map_test.proto | 42 enum EnumValue { enum
|
| D | map_lite_test.proto | 43 enum EnumValue { enum
|