HomeSort by relevance Sort by last modified time
    Searched refs:_deserializeResponse (Results 1 - 5 of 5) sorted by null

  /external/grpc-grpc/src/php/lib/Grpc/
ClientStreamingCall.php 78 return [$this->_deserializeResponse($event->message), $status];
BidiStreamingCall.php 57 return $this->_deserializeResponse($read_event->message);
ServerStreamingCall.php 65 yield $this->_deserializeResponse($response);
UnaryCall.php 71 return [$this->_deserializeResponse($event->message), $status];
AbstractCall.php 134 protected function _deserializeResponse($value)

Completed in 74 milliseconds