Home
last modified time | relevance | path

Searched defs:ForeignMessage (Results 1 – 25 of 42) sorted by relevance

12

/aosp_15_r20/external/golang-protobuf/internal/testprotos/test3/
H A Dtest.pb.go940 type ForeignMessage struct { struct
941 state protoimpl.MessageState
942 sizeCache protoimpl.SizeCache
943 unknownFields protoimpl.UnknownFields
945 C int32 `protobuf:"varint,1,opt,name=c,proto3" json:"c,omitempty"`
946 D int32 `protobuf:"varint,2,opt,name=d,proto3" json:"d,omitempty"`
949 func (x *ForeignMessage) Reset() {
958 func (x *ForeignMessage) String() string {
962 func (*ForeignMessage) ProtoMessage() {}
964 func (x *ForeignMessage) ProtoReflect() protoreflect.Message {
[all …]
H A Dtest.proto64 optional ForeignMessage optional_foreign_message = 19; field
123 message ForeignMessage { message
H A Dtest_extension.proto48 optional ForeignMessage optional_optional_foreign_message = 2016; field
/aosp_15_r20/external/golang-protobuf/internal/testprotos/conformance/
H A Dtest_messages_proto3.pb.go1597 type ForeignMessage struct { struct
1598 state protoimpl.MessageState
1599 sizeCache protoimpl.SizeCache
1600 unknownFields protoimpl.UnknownFields
1602 C int32 `protobuf:"varint,1,opt,name=c,proto3" json:"c,omitempty"`
1605 func (x *ForeignMessage) Reset() {
1614 func (x *ForeignMessage) String() string {
1618 func (*ForeignMessage) ProtoMessage() {}
1620 func (x *ForeignMessage) ProtoReflect() protoreflect.Message {
1633 func (*ForeignMessage) Descriptor() ([]byte, []int) {
[all …]
/aosp_15_r20/external/golang-protobuf/internal/testprotos/test/
H A Dtest.pb.go1201 type ForeignMessage struct { struct
1202 state protoimpl.MessageState
1203 sizeCache protoimpl.SizeCache
1204 unknownFields protoimpl.UnknownFields
1206 C *int32 `protobuf:"varint,1,opt,name=c" json:"c,omitempty"`
1207 D *int32 `protobuf:"varint,2,opt,name=d" json:"d,omitempty"`
1210 func (x *ForeignMessage) Reset() {
1219 func (x *ForeignMessage) String() string {
1223 func (*ForeignMessage) ProtoMessage() {}
1225 func (x *ForeignMessage) ProtoReflect() protoreflect.Message {
[all …]
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/TestProtos/
H A DForeignMessagePartial.cs38 public partial class ForeignMessage : ICustomDiagnosticMessage class
/aosp_15_r20/external/cronet/third_party/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DForeignMessagePartial.cs38 public partial class ForeignMessage : ICustomDiagnosticMessage class
H A DTestMessagesProto3.cs5680 public sealed partial class ForeignMessage : pb::IMessage<ForeignMessage> class
5705 public ForeignMessage() { in ForeignMessage() method in ProtobufTestMessages.Proto3.ForeignMessage
5713 public ForeignMessage(ForeignMessage other) : this() { in ForeignMessage() method in ProtobufTestMessages.Proto3.ForeignMessage
/aosp_15_r20/external/protobuf/csharp/compatibility_tests/v3.0.0/src/Google.Protobuf.Test/TestProtos/
H A DForeignMessagePartial.cs38 public partial class ForeignMessage : ICustomDiagnosticMessage class
/aosp_15_r20/external/protobuf/csharp/src/Google.Protobuf.Test.TestProtos/
H A DForeignMessagePartial.cs38 public partial class ForeignMessage : ICustomDiagnosticMessage class
H A DTestMessagesProto3.cs5680 public sealed partial class ForeignMessage : pb::IMessage<ForeignMessage> class
5705 public ForeignMessage() { in ForeignMessage() method in ProtobufTestMessages.Proto3.ForeignMessage
5713 public ForeignMessage(ForeignMessage other) : this() { in ForeignMessage() method in ProtobufTestMessages.Proto3.ForeignMessage
/aosp_15_r20/external/protobuf/python/google/protobuf/pyext/
H A Dpython.proto56 message ForeignMessage { message
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
H A Dpython.proto56 message ForeignMessage { message
/aosp_15_r20/external/protobuf/python/google/protobuf/internal/
H A Dmore_extensions.proto52 message ForeignMessage { message
/aosp_15_r20/external/cronet/third_party/protobuf/python/google/protobuf/internal/
H A Dmore_extensions.proto52 message ForeignMessage { message
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/
H A Dunittest_no_field_presence.proto130 message ForeignMessage { message
H A Dunittest_proto3_lite.proto192 message ForeignMessage { message
H A Dunittest_proto3_arena_lite.proto193 message ForeignMessage { message
H A Dunittest_proto3.proto195 message ForeignMessage { message
H A Dunittest_proto3_arena.proto213 message ForeignMessage { message
/aosp_15_r20/external/protobuf/src/google/protobuf/
H A Dunittest_no_field_presence.proto130 message ForeignMessage { message
H A Dunittest_proto3_arena_lite.proto193 message ForeignMessage { message
H A Dunittest_proto3_lite.proto192 message ForeignMessage { message
H A Dunittest_proto3.proto195 message ForeignMessage { message
/aosp_15_r20/external/tensorflow/tensorflow/tools/proto_text/
H A Dtest.proto99 message ForeignMessage { message

12