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

  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/sockaddr/
sockaddr_resolver.cc 67 grpc_closure* next_completion_ = nullptr; member in class:grpc_core::__anon22986::SockaddrResolver
85 GPR_ASSERT(!next_completion_);
86 next_completion_ = on_complete;
92 if (next_completion_ != nullptr) {
94 GRPC_CLOSURE_SCHED(next_completion_, GRPC_ERROR_CREATE_FROM_STATIC_STRING(
96 next_completion_ = nullptr;
101 if (next_completion_ != nullptr && !published_) {
105 GRPC_CLOSURE_SCHED(next_completion_, GRPC_ERROR_NONE);
106 next_completion_ = nullptr;
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/fake/
fake_resolver.cc 77 grpc_closure* next_completion_ = nullptr; member in class:grpc_core::FakeResolver
99 GPR_ASSERT(next_completion_ == nullptr);
100 next_completion_ = on_complete;
114 if (next_completion_ != nullptr &&
121 GRPC_CLOSURE_SCHED(next_completion_, GRPC_ERROR_NONE);
122 next_completion_ = nullptr;
128 if (next_completion_ != nullptr) {
130 GRPC_CLOSURE_SCHED(next_completion_, GRPC_ERROR_CREATE_FROM_STATIC_STRING(
132 next_completion_ = nullptr;
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/native/
dns_resolver.cc 89 grpc_closure* next_completion_ = nullptr; member in class:grpc_core::__anon22983::NativeDnsResolver
147 GPR_ASSERT(next_completion_ == nullptr);
148 next_completion_ = on_complete;
174 if (next_completion_ != nullptr) {
176 GRPC_CLOSURE_SCHED(next_completion_, GRPC_ERROR_CREATE_FROM_STATIC_STRING(
178 next_completion_ = nullptr;
294 if (next_completion_ != nullptr && resolved_version_ != published_version_) {
298 GRPC_CLOSURE_SCHED(next_completion_, GRPC_ERROR_NONE);
299 next_completion_ = nullptr;
  /external/grpc-grpc/src/core/ext/filters/client_channel/resolver/dns/c_ares/
dns_resolver_ares.cc 105 grpc_closure* next_completion_ = nullptr; member in class:grpc_core::__anon22982::AresDnsResolver
176 GPR_ASSERT(next_completion_ == nullptr);
177 next_completion_ = on_complete;
206 if (next_completion_ != nullptr) {
208 GRPC_CLOSURE_SCHED(next_completion_, GRPC_ERROR_CREATE_FROM_STATIC_STRING(
210 next_completion_ = nullptr;
423 if (next_completion_ != nullptr && resolved_version_ != published_version_) {
428 GRPC_CLOSURE_SCHED(next_completion_, GRPC_ERROR_NONE);
429 next_completion_ = nullptr;

Completed in 239 milliseconds