Searched refs:p_labels (Results 1 – 3 of 3) sorted by relevance
117 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() );
182 p_labels.value.push_back( std::string() + l );190 return std::find( p_labels->begin(), p_labels->end(), l ) != p_labels->end();
92 …label_list_t p_labels; ///< list of labels associated with th… member in boost::unit_test::test_unit