Home
last modified time | relevance | path

Searched defs:test_closure (Results 1 – 6 of 6) 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/mindspore/tests/ut/cpp/python_input/gtest_input/optimizer/ad/
Dad_test.py130 def test_closure(a): function
/third_party/mindspore/tests/ut/cpp/optimizer/ad/
Dad_test.cc74 TEST_F(TestAD, test_closure) { AssertExpect("test_closure"); } in TEST_F() argument
/third_party/python/Lib/test/
Dtest_fstring.py845 def test_closure(self): member in TestCase