Searched refs:FindPropertyValues (Results 1 – 6 of 6) sorted by relevance
39 EXPECT_TRUE(context.FindPropertyValues("").empty()); in TEST_F()40 EXPECT_TRUE(context.FindPropertyValues("whatever").empty()); in TEST_F()57 std::vector<grpc::string_ref> bar = context.FindPropertyValues("foo"); in TEST_F()
40 std::vector<grpc::string_ref> FindPropertyValues(
55 std::vector<grpc::string_ref> SecureAuthContext::FindPropertyValues( in FindPropertyValues() function in grpc::SecureAuthContext
80 virtual std::vector<grpc::string_ref> FindPropertyValues(
58 auth_ctx->FindPropertyValues("transport_security_type"); in CheckServerAuthContext()
1743 auth_ctx->FindPropertyValues("transport_security_type"); in TEST_P()