Home
last modified time | relevance | path

Searched defs:M_Submessage (Results 1 – 2 of 2) sorted by relevance

/external/golang-protobuf/protoc-gen-go/testdata/import_public/sub/
Da.pb.go280 type M_Submessage struct { struct
284 SubmessageOneofField isM_Submessage_SubmessageOneofField `protobuf_oneof:"submessage_oneof_field"`
285 XXX_NoUnkeyedLiteral struct{} `json:"-"`
286 XXX_unrecognized []byte `json:"-"`
287 XXX_sizecache int32 `json:"-"`
290 func (m *M_Submessage) Reset() { *m = M_Submessage{} }
291 func (m *M_Submessage) String() string { return proto.CompactTextString(m) }
292 func (*M_Submessage) ProtoMessage() {}
293 func (*M_Submessage) Descriptor() ([]byte, []int) {
297 func (m *M_Submessage) XXX_Unmarshal(b []byte) error {
[all …]
/external/golang-protobuf/protoc-gen-go/testdata/import_public/
Da.pb.go35 type M_Submessage = sub.M_Submessage talias