Searched refs:helper_1436 (Results 1 – 3 of 3) sorted by relevance
/external/catch2/projects/SelfTest/UsageTests/ |
D | Message.tests.cpp | 222 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/ |
D | compact.sw.approved.txt | 229 …d 'std::vector<int>{1, 2, 3}[0] := 1' and '(helper_1436<int, int>{12, -12}) := { 12, -12 }' and '(…
|
D | console.sw.approved.txt | 1768 (helper_1436<int, int>{12, -12}) := { 12, -12 } 1769 (helper_1436<int, int>(-12, 12)) := { -12, 12 }
|