Searched refs:test_any (Results 1 – 4 of 4) sorted by relevance
16 void test_any() in test_any() function35 test_any<0>(); in main()36 test_any<1>(); in main()37 test_any<31>(); in main()38 test_any<32>(); in main()39 test_any<33>(); in main()40 test_any<63>(); in main()41 test_any<64>(); in main()42 test_any<65>(); in main()43 test_any<1000>(); in main()
219 void test_any() { in test_any() function
103 return self.stream.current.test_any(extra_end_rules)239 if self.stream.current.test_any('name:with', 'name:without') and \830 self.stream.current.test_any('name:else', 'name:or',873 self.stream.current.test_any(*end_tokens):
253 def test_any(self, *iterable): member in Token