Home
last modified time | relevance | path

Searched refs:_deserializeResponse (Results 1 – 5 of 5) sorted by relevance

/external/grpc-grpc/src/php/lib/Grpc/
DClientStreamingCall.php78 return [$this->_deserializeResponse($event->message), $status];
DBidiStreamingCall.php57 return $this->_deserializeResponse($read_event->message);
DUnaryCall.php71 return [$this->_deserializeResponse($event->message), $status];
DServerStreamingCall.php65 yield $this->_deserializeResponse($response);
DAbstractCall.php134 protected function _deserializeResponse($value) function in Grpc\\AbstractCall