Lines Matching refs:TestAuthMetadataProcessor
112 class TestAuthMetadataProcessor : public AuthMetadataProcessor { class
116 TestAuthMetadataProcessor(bool is_blocking) : is_blocking_(is_blocking) {} in TestAuthMetadataProcessor() function in grpc::testing::__anona0cada910111::TestAuthMetadataProcessor
166 const char TestAuthMetadataProcessor::kGoodGuy[] = "Dr Jekyll";
167 const char TestAuthMetadataProcessor::kIdentityPropName[] = "novel identity";
1491 auto* processor = new TestAuthMetadataProcessor(true); in TEST_P()
1501 TestAuthMetadataProcessor::kGoodGuy); in TEST_P()
1512 grpc::string("Bearer ") + TestAuthMetadataProcessor::kGoodGuy)); in TEST_P()
1516 auto* processor = new TestAuthMetadataProcessor(true); in TEST_P()
1639 auto* processor = new TestAuthMetadataProcessor(false); in TEST_P()
1649 TestAuthMetadataProcessor::kGoodGuy); in TEST_P()
1660 grpc::string("Bearer ") + TestAuthMetadataProcessor::kGoodGuy)); in TEST_P()
1664 auto* processor = new TestAuthMetadataProcessor(false); in TEST_P()