Searched refs:_deserializeResponse (Results 1 – 5 of 5) sorted by relevance
78 return [$this->_deserializeResponse($event->message), $status];
57 return $this->_deserializeResponse($read_event->message);
71 return [$this->_deserializeResponse($event->message), $status];
65 yield $this->_deserializeResponse($response);
134 protected function _deserializeResponse($value) function in Grpc\\AbstractCall