/external/golang-protobuf/proto/ |
D | clone_test.go | 52 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{},
|
D | equal_test.go | 143 {"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},
|
D | size_test.go | 75 *pb.OtherMessage anonMember 90 {"empty", &pb.OtherMessage{}}, 175 {"custom message with embedding", &messageWithEmbedding{&pb.OtherMessage{}}},
|
D | extensions_test.go | 521 msg1 := new(pb.OtherMessage) 532 msg2 := new(pb.OtherMessage) 599 msg := new(pb.OtherMessage) 612 msg2 := new(pb.OtherMessage)
|
D | all_test.go | 371 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)
|
D | text_parser_test.go | 545 Others: []*OtherMessage{
|
D | text_test.go | 81 Others: []*pb.OtherMessage{
|
/external/flatbuffers/tests/prototest/ |
D | test_include.golden | 35 n:proto.test.ProtoMessage_.OtherMessage; 44 table OtherMessage { 55 t:proto.test.ProtoMessage_.OtherMessage;
|
D | test.golden | 37 n:proto.test.ProtoMessage_.OtherMessage; 46 table OtherMessage { 57 t:proto.test.ProtoMessage_.OtherMessage;
|
D | test_union_include.golden | 22 proto.test.ProtoMessage_.OtherMessage, 47 n:proto.test.ProtoMessage_.OtherMessage; 56 table OtherMessage {
|
D | test_union.golden | 20 proto.test.ProtoMessage_.OtherMessage, 49 n:proto.test.ProtoMessage_.OtherMessage; 58 table OtherMessage {
|
D | test_suffix.golden | 37 n:proto.test.test_namespace_suffix.ProtoMessage_.OtherMessage; 46 table OtherMessage { 57 t:proto.test.test_namespace_suffix.ProtoMessage_.OtherMessage;
|
D | test_union_suffix.golden | 20 proto.test.test_namespace_suffix.ProtoMessage_.OtherMessage, 49 n:proto.test.test_namespace_suffix.ProtoMessage_.OtherMessage; 58 table OtherMessage {
|
D | test.proto | 26 message OtherMessage { message 48 optional OtherMessage n = 12; 57 OtherMessage t = 18;
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 1780 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 …]
|
D | test.proto | 250 message OtherMessage { message 269 repeated OtherMessage others = 6; 314 extend OtherMessage {
|