Lines Matching refs:tuple

41     typedef std::tuple<> T0;  in test()
48 typedef std::tuple<long> T1; in test()
49 typedef std::tuple<short> T2; in test()
56 typedef std::tuple<long, unsigned int> T1; in test()
57 typedef std::tuple<short, unsigned long> T2; in test()
66 typedef std::tuple<long, int, unsigned short> T1; in test()
67 typedef std::tuple<short, long, unsigned int> T2; in test()
79 typedef std::tuple<long> T1; in test()
80 typedef std::tuple<double> T2; in test()
87 typedef std::tuple<long, float> T1; in test()
88 typedef std::tuple<double, unsigned int> T2; in test()
97 typedef std::tuple<short, float, double> T1; in test()
98 typedef std::tuple<double, long, unsigned int> T2; in test()
109 typedef std::tuple<float> T1; in test()
110 typedef std::tuple<double> T2; in test()
116 typedef std::tuple<double, double> T1; in test()
117 typedef std::tuple<float, float> T2; in test()
123 typedef std::tuple<double, float, float> T1; in test()
124 typedef std::tuple<double, double, float> T2; in test()
132 typedef std::tuple<long, int, unsigned int> T1; in test()
133 typedef std::tuple<int, long, unsigned short> T2; in test()
143 typedef std::tuple<int, unsigned int, WeakSpaceship> T1; in test()
144 typedef std::tuple<int, unsigned long, WeakSpaceship> T2; in test()
149 typedef std::tuple<unsigned int, int, WeakSpaceship> T1; in test()
150 typedef std::tuple<double, long, WeakSpaceship> T2; in test()
161 typedef std::tuple<int, unsigned int, NoSpaceship> T1; in test()
162 typedef std::tuple<int, unsigned long, NoSpaceship> T2; in test()
171 typedef std::tuple<int, unsigned int, SpaceshipNoEquals> T1; in test()
172 typedef std::tuple<int, unsigned long, SpaceshipNoEquals> T2; in test()
180 typedef std::tuple<int, unsigned int, CustomSpaceship> T1; in test()
181 typedef std::tuple<short, unsigned long, CustomSpaceship> T2; in test()
182 typedef std::tuple<CustomSpaceship> T3; in test()
189 typedef std::tuple<long, int> T1; in test()
190 typedef std::tuple<long, unsigned int> T2; in test()
202 typedef std::tuple<double> T1; in test()
203 typedef std::tuple<int> T2; in test()
209 typedef std::tuple<double, double> T1; in test()
210 typedef std::tuple<int, int> T2; in test()
217 typedef std::tuple<double, double, double> T1; in test()
218 typedef std::tuple<int, int, int> T2; in test()