Home
last modified time | relevance | path

Searched defs:serverContext (Results 1 – 5 of 5) sorted by relevance

/third_party/grpc/examples/php/route_guide/
DRouteGuideService.php90 public function GetFeature(
102 public function ListFeatures(
128 public function RecordRoute(
159 public function RouteChat(
/third_party/grpc/examples/php/
Dgreeter_and_routeguide_multi_server.php25 public function SayHello(
Dgreeter_server.php24 public function SayHello(
/third_party/grpc/src/php/lib/Grpc/
DServerCallWriter.php31 public function __construct($call, $serverContext)
/third_party/grpc/src/php/tests/unit_tests/
DServerCallTest.php62 private $serverContext; variable in ServerCallTest