Searched refs:DotOfGatherTestSpec (Results 1 – 1 of 1) sorted by relevance
5570 struct DotOfGatherTestSpec { struct5582 public ::testing::WithParamInterface<DotOfGatherTestSpec> {};5593 DotOfGatherTestSpec spec = GetParam(); in TEST_P()5666 DotOfGatherTestSpec spec = GetParam(); in TEST_P()5730 std::vector<DotOfGatherTestSpec> DotOfGatherPositiveNegativeTests() { in DotOfGatherPositiveNegativeTests()5731 std::vector<DotOfGatherTestSpec> positives = { in DotOfGatherPositiveNegativeTests()5763 std::vector<DotOfGatherTestSpec> all; in DotOfGatherPositiveNegativeTests()5765 DotOfGatherTestSpec positive_test = positives[i]; in DotOfGatherPositiveNegativeTests()5767 DotOfGatherTestSpec negative_test = positive_test; in DotOfGatherPositiveNegativeTests()