Searched defs:rpc_method (Results 1 – 5 of 5) sorted by relevance
38 AuditContext(absl::string_view rpc_method, absl::string_view principal, in AuditContext()47 absl::string_view rpc_method() const { return rpc_method_; } in rpc_method() function
37 AuditContext(absl::string_view rpc_method, absl::string_view principal, in AuditContext()46 absl::string_view rpc_method() const { return rpc_method_; } in rpc_method() function
24 const std::function<::grpc::Status(::grpc::ClientContext*)>& rpc_method) { in MakeRPC()
500 for (const std::string& rpc_method : rpc_methods) { in BuildRpcConfigsFromFlags() local