Searched refs:captureValues (Results 1 – 4 of 4) 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 | 138 varName.captureValues( 0, __VA_ARGS__ )
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 2637 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/ |
D | catch.hpp | 2659 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__ )
|