Home
last modified time | relevance | path

Searched refs:OldMessage (Results 1 – 4 of 4) sorted by relevance

/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1540 type OldMessage struct { struct
1548 func (m *OldMessage) Reset() { *m = OldMessage{} } argument
1549 func (m *OldMessage) String() string { return proto.CompactTextString(m) } argument
1550 func (*OldMessage) ProtoMessage() {} argument
1551 func (*OldMessage) Descriptor() ([]byte, []int) { argument
1555 func (m *OldMessage) XXX_Unmarshal(b []byte) error { argument
1558 func (m *OldMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
1561 func (m *OldMessage) XXX_Merge(src proto.Message) { argument
1564 func (m *OldMessage) XXX_Size() int { argument
1567 func (m *OldMessage) XXX_DiscardUnknown() { argument
[all …]
Dtest.proto220 message OldMessage { message
229 // NewMessage is wire compatible with OldMessage;
238 // This is an int32 in OldMessage.
/external/golang-protobuf/proto/
Dsize_test.go125 {"nested", &pb.OldMessage{Nested: &pb.OldMessage_Nested{Name: String("whatever")}}},
Dall_test.go1010 om := new(OldMessage)
1014 exp := &OldMessage{
1026 om = Clone(om).(*OldMessage)
1047 om := &OldMessage{