Home
last modified time | relevance | path

Searched defs:test_closure (Results 1 – 4 of 4) sorted by relevance

/third_party/boost/libs/spirit/classic/test/
Dgroup_match_bug.cpp19 struct test_closure : public closure<test_closure, int> struct
33 rule<ScannerT, test_closure::context_t> const & start() const in start() argument
Dbug_000008.cpp55 struct test_closure struct
62 : BOOST_SPIRIT_CLASSIC_NS::grammar<test_grammar, test_closure::context_t> argument
/third_party/glib/gobject/tests/
Dclosure-refcount.c169 test_closure (GClosure *closure) in test_closure() function
/third_party/python/Lib/test/
Dtest_fstring.py827 def test_closure(self): member in TestCase