Home
last modified time | relevance | path

Searched refs:GoogleComputeEngineCredentials (Results 1 – 4 of 4) sorted by relevance

/third_party/grpc/test/cpp/interop/
Dclient_helper.cc65 std::shared_ptr<CallCredentials> creds = GoogleComputeEngineCredentials(); in GetOauth2AccessToken()
96 : GoogleComputeEngineCredentials(); in CreateChannelForTestCase()
/third_party/grpc/include/grpcpp/security/
Dcredentials_impl.h174 std::shared_ptr<CallCredentials> GoogleComputeEngineCredentials();
Dcredentials.h191 std::shared_ptr<CallCredentials> GoogleComputeEngineCredentials();
/third_party/grpc/src/cpp/client/
Dsecure_credentials.cc315 std::shared_ptr<CallCredentials> GoogleComputeEngineCredentials() { in GoogleComputeEngineCredentials() function