Home
last modified time | relevance | path

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

/external/catch2/include/internal/benchmark/detail/
Dcatch_benchmark_function.hpp29 struct is_related struct
76 … typename std::enable_if<!is_related<Fun, BenchmarkFunction>::value, int>::type = 0>
/external/catch2/include/internal/benchmark/
Dcatch_benchmark.hpp93 typename std::enable_if<!Detail::is_related<Fun, Benchmark>::value, int>::type = 0>
/external/python/cpython3/Lib/
Dfunctools.py741 def is_related(typ): function
745 types = [n for n in types if is_related(n)]
/external/libabigail/tests/lib/
Dcatch.hpp6686 struct is_related struct
6733 … typename std::enable_if<!is_related<Fun, BenchmarkFunction>::value, int>::type = 0>
7340 typename std::enable_if<!Detail::is_related<Fun, Benchmark>::value, int>::type = 0>
/external/catch2/single_include/catch2/
Dcatch.hpp6654 struct is_related struct
6701 … typename std::enable_if<!is_related<Fun, BenchmarkFunction>::value, int>::type = 0>
7308 typename std::enable_if<!Detail::is_related<Fun, Benchmark>::value, int>::type = 0>