Searched defs:makeGenerators (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/internal/ |
D | catch_generators.hpp | 168 … auto makeGenerators( GeneratorWrapper<T>&& generator, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators() function 172 auto makeGenerators( GeneratorWrapper<T>&& generator ) -> Generators<T> { in makeGenerators() function 176 auto makeGenerators( T&& val, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators() function 180 auto makeGenerators( as<T>, U&& val, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators() function
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 4035 … auto makeGenerators( GeneratorWrapper<T>&& generator, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators() function 4039 auto makeGenerators( GeneratorWrapper<T>&& generator ) -> Generators<T> { in makeGenerators() function 4043 auto makeGenerators( T&& val, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators() function 4047 auto makeGenerators( as<T>, U&& val, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators() function
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 4059 … auto makeGenerators( GeneratorWrapper<T>&& generator, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators() function 4063 auto makeGenerators( GeneratorWrapper<T>&& generator ) -> Generators<T> { in makeGenerators() function 4067 auto makeGenerators( T&& val, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators() function 4071 auto makeGenerators( as<T>, U&& val, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators() function
|