Home
last modified time | relevance | path

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

/third_party/grpc/src/php/lib/Grpc/
DRpcServer.php41 protected $paths_map; variable in Grpc\\RpcServer
120 $this->paths_map[$full_path] = [
147 if (!array_key_exists($full_path, $this->paths_map)) continue;
149 $service = $this->paths_map[$full_path]['service'];
150 $method = $this->paths_map[$full_path]['method'];
151 $request = $this->paths_map[$full_path]['request'];