Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/libcxx/benchmarks/
H A Dalgorithms.partition_point.bench.cpp92 template <class Alg, class TestType>
98 TestType::Name + '/' + std::to_string(Quantity); in name()
102 auto Data = TestType::generateInput(Quantity); in run()
/netbsd-src/external/apache2/llvm/dist/clang/bindings/python/tests/cindex/
H A Dtest_type.py41 class TestType(unittest.TestCase): class