Home
last modified time | relevance | path

Searched refs:helper_1436 (Results 1 – 3 of 3) sorted by relevance

/external/catch2/projects/SelfTest/UsageTests/
DMessage.tests.cpp222 struct helper_1436 { struct
223 helper_1436(T1 t1, T2 t2): in helper_1436() function
232 std::ostream& operator<<(std::ostream& out, helper_1436<T1, T2> const& helper) { in operator <<() argument
241 CAPTURE((helper_1436<int, int>{12, -12}),
242 (helper_1436<int, int>(-12, 12)));
/external/catch2/projects/SelfTest/Baselines/
Dcompact.sw.approved.txt229 …d 'std::vector<int>{1, 2, 3}[0] := 1' and '(helper_1436<int, int>{12, -12}) := { 12, -12 }' and '(
Dconsole.sw.approved.txt1768 (helper_1436<int, int>{12, -12}) := { 12, -12 }
1769 (helper_1436<int, int>(-12, 12)) := { -12, 12 }