Home
last modified time | relevance | path

Searched defs:EnumOnlyProto3 (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/golang-protobuf/internal/testprotos/conformance/
H A Dtest_messages_proto3.pb.go1682 type EnumOnlyProto3 struct { struct
1683 state protoimpl.MessageState
1684 sizeCache protoimpl.SizeCache
1685 unknownFields protoimpl.UnknownFields
1688 func (x *EnumOnlyProto3) Reset() {
1697 func (x *EnumOnlyProto3) String() string {
1701 func (*EnumOnlyProto3) ProtoMessage() {}
1703 func (x *EnumOnlyProto3) ProtoReflect() protoreflect.Message {
1716 func (*EnumOnlyProto3) Descriptor() ([]byte, []int) {
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs6021 public sealed partial class EnumOnlyProto3 : pb::IMessage<EnumOnlyProto3> class
6046 public EnumOnlyProto3() { in EnumOnlyProto3() method in ProtobufTestMessages.Proto3.EnumOnlyProto3
6054 public EnumOnlyProto3(EnumOnlyProto3 other) : this() { in EnumOnlyProto3() method in ProtobufTestMessages.Proto3.EnumOnlyProto3
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DTestMessagesProto3.cs6021 public sealed partial class EnumOnlyProto3 : pb::IMessage<EnumOnlyProto3> class
6046 public EnumOnlyProto3() { in EnumOnlyProto3() method in ProtobufTestMessages.Proto3.EnumOnlyProto3
6054 public EnumOnlyProto3(EnumOnlyProto3 other) : this() { in EnumOnlyProto3() method in ProtobufTestMessages.Proto3.EnumOnlyProto3
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dtest_messages_proto3.proto283 message EnumOnlyProto3 { message
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dtest_messages_proto3.proto283 message EnumOnlyProto3 { message
/aosp_15_r20/external/kotlinx.serialization/formats/protobuf/testProto/
H A Dtest_messages_proto3.proto284 message EnumOnlyProto3 { message