Home
last modified time | relevance | path

Searched refs:Outputter (Results 1 – 2 of 2) sorted by relevance

/third_party/boost/libs/geometry/doc/src/docutils/tools/support_status/
Dsupport_status.cpp136 template <template <typename> class Dispatcher, typename Outputter, typename G>
139 Outputter& m_outputter;
140 inline do_unary_test(Outputter& outputter) in do_unary_test()
157 template <template <typename, typename> class Dispatcher, typename Outputter, typename G2 = void>
160 Outputter& m_outputter;
161 inline do_binary_test(Outputter& outputter) in do_binary_test()
179 template <template <typename> class Dispatcher, typename Outputter>
182 Outputter& m_outputter;
183 inline unary_test(Outputter& outputter) in unary_test()
191 do_unary_test<Dispatcher, Outputter, G> test(m_outputter); in operator ()()
[all …]
/third_party/python/Lib/test/
Dtest_pyexpat.py86 class Outputter: class in ParseTest
230 out = self.Outputter()
242 out = self.Outputter()
253 out = self.Outputter()