Lines Matching refs:StreamMsg2
118 type StreamMsg2 struct { struct
124 func (m *StreamMsg2) Reset() { *m = StreamMsg2{} } argument
125 func (m *StreamMsg2) String() string { return proto.CompactTextString(m) } argument
126 func (*StreamMsg2) ProtoMessage() {} argument
127 func (*StreamMsg2) Descriptor() ([]byte, []int) { argument
131 func (m *StreamMsg2) XXX_Unmarshal(b []byte) error {
134 func (m *StreamMsg2) XXX_Marshal(b []byte, deterministic bool) ([]byte, error) {
137 func (m *StreamMsg2) XXX_Merge(src proto.Message) {
140 func (m *StreamMsg2) XXX_Size() int {
143 func (m *StreamMsg2) XXX_DiscardUnknown() {
153 proto.RegisterType((*StreamMsg2)(nil), "grpc.testing.StreamMsg2") argument
293 Recv() (*StreamMsg2, error)
305 func (x *testBidiClient) Recv() (*StreamMsg2, error) {
306 m := new(StreamMsg2)
398 Send(*StreamMsg2) error argument
407 func (x *testBidiServer) Send(m *StreamMsg2) error {