Home | History | Annotate | Download | only in beta

Lines Matching refs:_group

294         self._group = group
307 self._channel, self._group, self._method, timeout, with_call,
313 self._channel, self._group, self._method, timeout, protocol_options,
332 self._group = group
340 self._channel, self._group, self._method, timeout, protocol_options,
359 self._group = group
372 self._channel, self._group, self._method, timeout, with_call,
383 self._channel, self._group, self._method, timeout, protocol_options,
401 self._group = group
413 self._channel, self._group, self._method, timeout, protocol_options,
662 self._group = group
668 return self._generic_stub.unary_unary(self._group, attr)
670 return self._generic_stub.unary_stream(self._group, attr)
672 return self._generic_stub.stream_unary(self._group, attr)
674 return self._generic_stub.stream_stream(self._group, attr)