Searched refs:StreamMsg2 (Results 1 – 2 of 2) sorted by relevance
118 type StreamMsg2 struct { struct124 func (m *StreamMsg2) Reset() { *m = StreamMsg2{} } argument125 func (m *StreamMsg2) String() string { return proto.CompactTextString(m) } argument126 func (*StreamMsg2) ProtoMessage() {} argument127 func (*StreamMsg2) Descriptor() ([]byte, []int) { argument131 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() {[all …]
47 message StreamMsg2 { message60 rpc Bidi(stream StreamMsg) returns (stream StreamMsg2);