Searched refs:RepBytes (Results 1 – 3 of 3) sorted by relevance
/external/golang-protobuf/proto/ |
D | clone_test.go | 60 RepBytes: [][]byte{[]byte("sham"), []byte("wow")}, 188 RepBytes: [][]byte{[]byte("wow")}, 194 RepBytes: [][]byte{[]byte("sham")}, 200 RepBytes: [][]byte{[]byte("sham"), []byte("wow")},
|
D | equal_test.go | 148 &pb.MyMessage{RepBytes: [][]byte{[]byte("sham"), []byte("wow")}}, 149 &pb.MyMessage{RepBytes: [][]byte{[]byte("sham"), []byte("wow")}},
|
/external/golang-protobuf/proto/test_proto/ |
D | test.pb.go | 1903 …RepBytes [][]byte `protobuf:"bytes,10,rep,name=rep_bytes,json=repBytes" json:"… member 2016 return m.RepBytes
|