Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/gource/
Dcreate_auth_context.h25 std::shared_ptr<const AuthContext> CreateAuthContext(grpc_call* call);
/external/grpc-grpc/include/grpcpp/impl/codegen/
Dcreate_auth_context.h29 std::shared_ptr<const AuthContext> CreateAuthContext(grpc_call* call);
Dserver_context.h213 auth_context_ = CreateAuthContext(call_); in auth_context()
Dclient_context.h277 auth_context_ = CreateAuthContext(call_); in auth_context()
/external/grpc-grpc/src/cpp/common/
Dinsecure_create_auth_context.cc25 std::shared_ptr<const AuthContext> CreateAuthContext(grpc_call* call) { in CreateAuthContext() function
Dsecure_create_auth_context.cc27 std::shared_ptr<const AuthContext> CreateAuthContext(grpc_call* call) { in CreateAuthContext() function