Home
last modified time | relevance | path

Searched defs:makeGenerators (Results 1 – 1 of 1) sorted by relevance

/third_party/libabigail/tests/lib/
Dcatch.hpp4064 … auto makeGenerators( GeneratorWrapper<T>&& generator, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators() function
4068 auto makeGenerators( GeneratorWrapper<T>&& generator ) -> Generators<T> { in makeGenerators() function
4072 auto makeGenerators( T&& val, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators() function
4076 auto makeGenerators( as<T>, U&& val, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators() function