Home
last modified time | relevance | path

Searched refs:OtherMessage (Results 1 – 16 of 16) sorted by relevance

/external/golang-protobuf/proto/
Dclone_test.go52 Others: []*pb.OtherMessage{
146 Others: []*pb.OtherMessage{
158 Others: []*pb.OtherMessage{
175 Others: []*pb.OtherMessage{
205 src: &pb.OtherMessage{Value: []byte("foo")},
206 dst: &pb.OtherMessage{Value: []byte("bar")},
207 want: &pb.OtherMessage{Value: []byte("foo")},
385 Others: []*pb.OtherMessage{},
389 Others: []*pb.OtherMessage{},
Dequal_test.go143 {"bytes", &pb.OtherMessage{Value: []byte("foo")}, &pb.OtherMessage{Value: []byte("foo")}, true},
144 {"bytes, empty", &pb.OtherMessage{Value: []byte{}}, &pb.OtherMessage{Value: []byte{}}, true},
145 {"bytes, empty vs nil", &pb.OtherMessage{Value: []byte{}}, &pb.OtherMessage{Value: nil}, false},
Dsize_test.go75 *pb.OtherMessage anonMember
90 {"empty", &pb.OtherMessage{}},
175 {"custom message with embedding", &messageWithEmbedding{&pb.OtherMessage{}}},
Dextensions_test.go521 msg1 := new(pb.OtherMessage)
532 msg2 := new(pb.OtherMessage)
599 msg := new(pb.OtherMessage)
612 msg2 := new(pb.OtherMessage)
Dall_test.go371 value := &OtherMessage{Key: Int64(1)}
372 msg := &MyMessage{Count: Int32(1), Others: []*OtherMessage{value}}
1415 m := &OtherMessage{
1421 expected := &OtherMessage{
1518 pb := new(OtherMessage)
1743 a := &OtherMessage{
1754 b := &OtherMessage{
1765 want := &OtherMessage{
1774 got := new(OtherMessage)
Dtext_parser_test.go545 Others: []*OtherMessage{
Dtext_test.go81 Others: []*pb.OtherMessage{
/external/flatbuffers/tests/prototest/
Dtest_include.golden35 n:proto.test.ProtoMessage_.OtherMessage;
44 table OtherMessage {
55 t:proto.test.ProtoMessage_.OtherMessage;
Dtest.golden37 n:proto.test.ProtoMessage_.OtherMessage;
46 table OtherMessage {
57 t:proto.test.ProtoMessage_.OtherMessage;
Dtest_union_include.golden22 proto.test.ProtoMessage_.OtherMessage,
47 n:proto.test.ProtoMessage_.OtherMessage;
56 table OtherMessage {
Dtest_union.golden20 proto.test.ProtoMessage_.OtherMessage,
49 n:proto.test.ProtoMessage_.OtherMessage;
58 table OtherMessage {
Dtest_suffix.golden37 n:proto.test.test_namespace_suffix.ProtoMessage_.OtherMessage;
46 table OtherMessage {
57 t:proto.test.test_namespace_suffix.ProtoMessage_.OtherMessage;
Dtest_union_suffix.golden20 proto.test.test_namespace_suffix.ProtoMessage_.OtherMessage,
49 n:proto.test.test_namespace_suffix.ProtoMessage_.OtherMessage;
58 table OtherMessage {
Dtest.proto26 message OtherMessage { message
48 optional OtherMessage n = 12;
57 OtherMessage t = 18;
/external/golang-protobuf/proto/test_proto/
Dtest.pb.go1780 type OtherMessage struct { struct
1791 func (m *OtherMessage) Reset() { *m = OtherMessage{} } argument
1792 func (m *OtherMessage) String() string { return proto.CompactTextString(m) } argument
1793 func (*OtherMessage) ProtoMessage() {} argument
1794 func (*OtherMessage) Descriptor() ([]byte, []int) { argument
1802 func (*OtherMessage) ExtensionRangeArray() []proto.ExtensionRange { argument
1806 func (m *OtherMessage) XXX_Unmarshal(b []byte) error { argument
1809 func (m *OtherMessage) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) { argument
1812 func (m *OtherMessage) XXX_Merge(src proto.Message) { argument
1815 func (m *OtherMessage) XXX_Size() int { argument
[all …]
Dtest.proto250 message OtherMessage { message
269 repeated OtherMessage others = 6;
314 extend OtherMessage {