Home
last modified time | relevance | path

Searched refs:captureValues (Results 1 – 4 of 4) sorted by relevance

/external/catch2/include/internal/
Dcatch_message.h86 void captureValues( size_t index, T const& value ) { in captureValues() function
91 void captureValues( size_t index, T const& value, Ts const&... values ) { in captureValues() function
93 captureValues( index+1, values... ); in captureValues()
Dcatch_capture.hpp138 varName.captureValues( 0, __VA_ARGS__ )
/external/catch2/single_include/catch2/
Dcatch.hpp2637 void captureValues( size_t index, T const& value ) { in captureValues() function in Catch::Capturer
2642 void captureValues( size_t index, T const& value, Ts const&... values ) { in captureValues() function in Catch::Capturer
2644 captureValues( index+1, values... ); in captureValues()
2762 varName.captureValues( 0, __VA_ARGS__ )
/external/libabigail/tests/lib/
Dcatch.hpp2659 void captureValues( size_t index, T const& value ) { in captureValues() function in Catch::Capturer
2664 void captureValues( size_t index, T const& value, Ts const&... values ) { in captureValues() function in Catch::Capturer
2666 captureValues( index+1, values... ); in captureValues()
2784 varName.captureValues( 0, __VA_ARGS__ )