Searched refs:captureValues (Results 1 – 3 of 3) sorted by relevance
/external/catch2/include/internal/ |
D | catch_message.h | 86 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()
|
D | catch_capture.hpp | 136 varName.captureValues( 0, __VA_ARGS__ )
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2288 void captureValues( size_t index, T const& value ) { in captureValues() function in Catch::Capturer 2293 void captureValues( size_t index, T const& value, Ts const&... values ) { in captureValues() function in Catch::Capturer 2295 captureValues( index+1, values... ); in captureValues() 2412 varName.captureValues( 0, __VA_ARGS__ )
|