Searched defs:wait_for_ready (Results 1 – 13 of 13) sorted by relevance
70 const absl::optional<bool>& wait_for_ready) in ClientChannelMethodParsedConfig()75 absl::optional<bool> wait_for_ready() const { return wait_for_ready_; } in wait_for_ready() function
164 absl::optional<bool> wait_for_ready; in ParsePerMethodParams() local
168 wait_for_ready=None, argument197 wait_for_ready=None, argument226 wait_for_ready=None, argument
109 wait_for_ready=None, argument
62 def ClearTPMOwnerRequest(client, wait_for_ready=False, timeout=60): argument
31 void run_test(bool wait_for_ready) { in run_test()
39 static void run_test(bool wait_for_ready, bool use_service_config) { in run_test()
55 WaitForReady wait_for_ready() const { return wait_for_ready_; } in wait_for_ready() function
42 grpc_json* field, ClientChannelMethodParams::WaitForReady* wait_for_ready) { in ParseWaitForReady()
252 void set_wait_for_ready(bool wait_for_ready) { in set_wait_for_ready()
289 void set_wait_for_ready(bool wait_for_ready) { in set_wait_for_ready()
56 pub fn wait_for_ready(mut self, wait_for_ready: bool) -> CallOption { in wait_for_ready() method