Home
last modified time | relevance | path

Searched refs:p_labels (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/test/impl/
Dunit_test_main.ipp117 if( !tu.p_labels->empty() ) {
120 BOOST_TEST_FOREACH( std::string const&, l, tu.p_labels.get() )
171 m_labels.insert( tu.p_labels->begin(), tu.p_labels->end() );
Dtest_tree.ipp182 p_labels.value.push_back( std::string() + l );
190 return std::find( p_labels->begin(), p_labels->end(), l ) != p_labels->end();
/third_party/boost/boost/test/tree/
Dtest_unit.hpp92 …label_list_t p_labels; ///< list of labels associated with th… member in boost::unit_test::test_unit