Home
last modified time | relevance | path

Searched defs:EnumDescriptor (Results 1 – 25 of 202) sorted by relevance

123456789

/external/rust/android-crates-io/extra_versions/crates/protobuf/src/reflect/
Denums.rs36 pub struct EnumDescriptor { struct
37 proto: &'static EnumDescriptorProto, argument
44 impl EnumDescriptor { implementation
51 pub fn for_type<E: ProtobufEnum>() -> &'static EnumDescriptor { in for_type()
62 pub fn new(rust_name: &'static str, file: &'static FileDescriptorProto) -> EnumDescriptor { in new()
/external/rust/android-crates-io/crates/protobuf/src/reflect/enums/
Dmod.rs48 pub(crate) fn new(enum_descriptor: EnumDescriptor, index: usize) -> EnumValueDescriptor { in new()
76 pub fn enum_descriptor(&self) -> &EnumDescriptor { in enum_descriptor()
105 pub struct EnumDescriptor { struct
110 impl fmt::Display for EnumDescriptor { argument
116 impl fmt::Debug for EnumDescriptor { implementation
124 impl EnumDescriptor { impl
125 pub(crate) fn new(file_descriptor: FileDescriptor, index: usize) -> EnumDescriptor { in new()
166 pub fn for_type<E: EnumFull>() -> EnumDescriptor { in for_type()
/external/golang-protobuf/internal/impl/
Dlegacy_export.go23 func (Export) LegacyEnumName(ed protoreflect.EnumDescriptor) string {
39 func (Export) UnmarshalJSONEnum(ed protoreflect.EnumDescriptor, b []byte) (protoreflect.EnumNumber,…
/external/starlark-go/lib/proto/
Dproto.go1097 type EnumDescriptor struct { struct
1107 func (e EnumDescriptor) Type() string { return "proto.EnumDescriptor" }
1108 func (e EnumDescriptor) Truth() starlark.Bool { return true }
1109 func (e EnumDescriptor) Freeze() {} // immutable
1110 func (e EnumDescriptor) Hash() (h uint32, err error) { return 0, nil } // TODO(adonovan): number?
1111 func (e EnumDescriptor) Attr(name string) (starlark.Value, error) {
1117 func (e EnumDescriptor) AttrNames() []string {
1126 func (e EnumDescriptor) Name() string { return string(e.Desc.Name()) } // for Callable
1130 …nternal(_ *starlark.Thread, args starlark.Tuple, kwargs []starlark.Tuple) (starlark.Value, error) {
1143 func enumValueOf(enum protoreflect.EnumDescriptor, x starlark.Value) (protoreflect.EnumValueDescrip…
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message4/
Dbenchmark_message4_3.pb.go95 func (UnusedEnum) EnumDescriptor() ([]byte, []int) { func
169 func (Enum2593) EnumDescriptor() ([]byte, []int) { func
228 func (Enum2834) EnumDescriptor() ([]byte, []int) { func
323 func (Enum2806) EnumDescriptor() ([]byte, []int) { func
736 func (Enum2851) EnumDescriptor() ([]byte, []int) { func
822 func (Enum2602) EnumDescriptor() ([]byte, []int) { func
956 func (Enum3071) EnumDescriptor() ([]byte, []int) { func
1042 func (Enum3805) EnumDescriptor() ([]byte, []int) { func
1152 func (Enum3783) EnumDescriptor() ([]byte, []int) { func
1256 func (Enum3851) EnumDescriptor() ([]byte, []int) { func
[all …]
/external/golang-protobuf/cmd/protoc-gen-go/testdata/proto2/
Denum.pb.go72 func (EnumType1) EnumDescriptor() ([]byte, []int) { func
128 func (EnumType2) EnumDescriptor() ([]byte, []int) { func
183 func (EnumContainerMessage1_NestedEnumType1A) EnumDescriptor() ([]byte, []int) { func
236 func (EnumContainerMessage1_NestedEnumType1B) EnumDescriptor() ([]byte, []int) { func
291 func (EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2A) EnumDescriptor() ([]byte, []int… func
344 func (EnumContainerMessage1_EnumContainerMessage2_NestedEnumType2B) EnumDescriptor() ([]byte, []int… func
/external/tink/go/proto/common_go_proto/
Dcommon.pb.go92 func (EllipticCurveType) EnumDescriptor() ([]byte, []int) { func
146 func (EcPointFormat) EnumDescriptor() ([]byte, []int) { func
205 func (HashType) EnumDescriptor() ([]byte, []int) { func
/external/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumDescriptor.cs42 public sealed class EnumDescriptor : DescriptorBase class
49 …internal EnumDescriptor(EnumDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, … in EnumDescriptor() method in Google.Protobuf.Reflection.EnumDescriptor
/external/cronet/tot/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumDescriptor.cs42 public sealed class EnumDescriptor : DescriptorBase class
49 …internal EnumDescriptor(EnumDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, … in EnumDescriptor() method in Google.Protobuf.Reflection.EnumDescriptor
/external/cronet/stable/third_party/protobuf/csharp/src/Google.Protobuf/Reflection/
DEnumDescriptor.cs42 public sealed class EnumDescriptor : DescriptorBase class
49 …internal EnumDescriptor(EnumDescriptorProto proto, FileDescriptor file, MessageDescriptor parent, … in EnumDescriptor() method in Google.Protobuf.Reflection.EnumDescriptor
/external/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_names.h51 class EnumDescriptor; variable
/external/protobuf/src/google/protobuf/compiler/cpp/
Dnames.h43 class EnumDescriptor; variable
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dnames.h43 class EnumDescriptor; variable
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_names.h51 class EnumDescriptor; variable
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dnames.h43 class EnumDescriptor; variable
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_names.h51 class EnumDescriptor; variable
/external/cronet/stable/third_party/protobuf/src/google/protobuf/compiler/java/
Dnames.h47 class EnumDescriptor; variable
/external/cronet/tot/third_party/protobuf/src/google/protobuf/compiler/java/
Dnames.h47 class EnumDescriptor; variable
/external/protobuf/src/google/protobuf/compiler/java/
Dnames.h47 class EnumDescriptor; variable
/external/golang-protobuf/internal/testprotos/benchmarks/datasets/google_message3/
Dbenchmark_message3_8.pb.go95 func (Enum720) EnumDescriptor() ([]byte, []int) { func
697 func (Enum3476) EnumDescriptor() ([]byte, []int) { func
783 func (Enum3805) EnumDescriptor() ([]byte, []int) { func
893 func (Enum3783) EnumDescriptor() ([]byte, []int) { func
997 func (Enum3851) EnumDescriptor() ([]byte, []int) { func
1053 func (UnusedEnum) EnumDescriptor() ([]byte, []int) { func
1118 func (Enum4146) EnumDescriptor() ([]byte, []int) { func
1174 func (Enum4160) EnumDescriptor() ([]byte, []int) { func
1245 func (Enum4152) EnumDescriptor() ([]byte, []int) { func
1361 func (Enum6025) EnumDescriptor() ([]byte, []int) { func
[all …]
/external/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.h45 class EnumDescriptor; variable
/external/cronet/stable/third_party/protobuf/src/google/protobuf/
Dgenerated_enum_reflection.h58 class EnumDescriptor; variable
/external/cronet/stable/third_party/protobuf/python/google/protobuf/pyext/
Ddescriptor_containers.h45 class EnumDescriptor; variable
/external/protobuf/src/google/protobuf/
Dgenerated_enum_reflection.h58 class EnumDescriptor; variable
/external/cronet/tot/third_party/protobuf/src/google/protobuf/
Dgenerated_enum_reflection.h58 class EnumDescriptor; variable

123456789