Lines Matching refs:make_tuple
170 std::make_tuple("abc", "abc", 3, 3, 0),
171 std::make_tuple("abc", "def", 3, 3, -1),
172 std::make_tuple("ab ", "abc", 3, 2, 0),
173 std::make_tuple("abc", "abc", 2, 3, -1),
174 std::make_tuple("ab\xff", "ab ", 3, 2, 1),
175 std::make_tuple("ab ", "ab\xff", 2, 3, -1),
178 std::make_tuple(u"abc", u"abc", 3, 3, 0),
179 std::make_tuple(u"abc", u"def", 3, 3, -1),
180 std::make_tuple(u"ab ", u"abc", 3, 2, 0),
181 std::make_tuple(u"abc", u"abc", 2, 3, -1),
184 std::make_tuple(U"abc", U"abc", 3, 3, 0),
185 std::make_tuple(U"abc", U"def", 3, 3, -1),
186 std::make_tuple(U"ab ", U"abc", 3, 2, 0),
187 std::make_tuple(U"abc", U"abc", 2, 3, -1),