Searched defs:test_sequence (Results 1 – 13 of 13) sorted by relevance
21 struct test_sequence : public std::vector<Ch> { struct22 test_sequence() in test_sequence() function
31 void test_sequence ( Container const &c ) { in test_sequence() function
41 void test_sequence ( Container &v, Predicate comp, int expected ) { in test_sequence() function
65 void test_sequence() in test_sequence() function
28 void test_sequence ( const Container &c, Predicate comp ) { in test_sequence() function
64 void test_sequence ( Container &v, Predicate comp, int expected ) { in test_sequence() function
98 def test_sequence(value): function
130 def test_sequence(value): function
204 void test_sequence(Sequence & seq) in test_sequence() function
335 void test_sequence(Sequence & seq) in test_sequence() function
490 void test_sequence(Sequence & seq) in test_sequence() function
3460 def test_sequence(self): member in CollectionsAbcTests