Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/common/
Dauth_property_iterator_test.cc32 class TestAuthPropertyIterator : public AuthPropertyIterator { class
34 TestAuthPropertyIterator() {} in TestAuthPropertyIterator() function in grpc::__anonb93c4cd70111::TestAuthPropertyIterator
35 TestAuthPropertyIterator(const grpc_auth_property* property, in TestAuthPropertyIterator() function in grpc::__anonb93c4cd70111::TestAuthPropertyIterator
55 TestAuthPropertyIterator iter1; in TEST_F()
56 TestAuthPropertyIterator iter2; in TEST_F()
65 TestAuthPropertyIterator iter(property, &c_iter); in TEST_F()
66 TestAuthPropertyIterator empty_iter; in TEST_F()