Home
last modified time | relevance | path

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

/third_party/libabigail/tests/lib/
Dcatch.hpp4026 void populate(U&& valueOrGenerator, Gs &&... moreGenerators) { in populate()
4033 Generators(Gs &&... moreGenerators) { in Generators()
4064 … auto makeGenerators( GeneratorWrapper<T>&& generator, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators()
4072 auto makeGenerators( T&& val, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators()
4076 auto makeGenerators( as<T>, U&& val, Gs &&... moreGenerators ) -> Generators<T> { in makeGenerators()