Searched defs:test_closure (Results 1 – 4 of 4) 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
827 def test_closure(self): member in TestCase