Searched refs:auth_context_ (Results 1 – 4 of 4) sorted by relevance
212 if (auth_context_.get() == nullptr) { in auth_context()213 auth_context_ = CreateAuthContext(call_); in auth_context()215 return auth_context_; in auth_context()296 mutable std::shared_ptr<const AuthContext> auth_context_; variable
276 if (auth_context_.get() == nullptr) { in auth_context()277 auth_context_ = CreateAuthContext(call_); in auth_context()279 return auth_context_; in auth_context()429 mutable std::shared_ptr<const AuthContext> auth_context_; variable
44 auth_context_(nullptr), in CensusServerCallData()79 grpc_auth_context* auth_context_; variable
175 auth_context_ = grpc_call_auth_context(gc_); in Init()185 grpc_auth_context_release(auth_context_); in Destroy()