Home
last modified time | relevance | path

Searched defs:oauth_client (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/platform/cloud/
Dgoogle_auth_provider_test.cc89 auto oauth_client = new FakeOAuthClient; in TEST_F() local
123 auto oauth_client = new FakeOAuthClient; in TEST_F() local
143 auto oauth_client = new FakeOAuthClient; in TEST_F() local
196 auto oauth_client = new FakeOAuthClient; in TEST_F() local
210 auto oauth_client = new FakeOAuthClient; in TEST_F() local
Dgoogle_auth_provider.cc131 std::unique_ptr<OAuthClient> oauth_client, in GoogleAuthProvider()