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