Searched refs:echo_peer (Results 1 – 3 of 3) sorted by relevance
43 private $echo_peer = false; variable in Grpc\\Testing\\RequestParams226 return $this->echo_peer;237 $this->echo_peer = $var;
40 bool echo_peer = 7; field
162 if (request->has_param() && request->param().echo_peer()) { in Echo()