Searched defs:test_closure (Results 1 – 6 of 6) sorted by relevance
19 struct test_closure : public closure<test_closure, int> struct33 rule<ScannerT, test_closure::context_t> const & start() const in start() argument
55 struct test_closure struct62 : BOOST_SPIRIT_CLASSIC_NS::grammar<test_grammar, test_closure::context_t> argument
169 test_closure (GClosure *closure) in test_closure() function
130 def test_closure(a): function
74 TEST_F(TestAD, test_closure) { AssertExpect("test_closure"); } in TEST_F() argument
845 def test_closure(self): member in TestCase