Searched refs:p_name (Results 1 – 14 of 14) sorted by relevance
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/ |
D | named_parameter.ipp | 52 mm_pos = unit_test::mismatch( name.begin(), name.end(), p_name->begin(), p_name->end() ); 54 return mm_pos.first == name.end() && (m_guess_name || (mm_pos.second == p_name->end()) ); 70 if( p_name->empty() || snp.p_name->empty() ) 77 … unit_test::mismatch( p_name->begin(), p_name->end(), snp.p_name->begin(), snp.p_name->end() ); 79 …return mm_pos.first != p_name->begin() && // there is common substri… 80 …((m_guess_name && (mm_pos.second == snp.p_name->end()) ) || // that match other guy and I am g… 81 … (snp.m_guess_name && (mm_pos.first == p_name->end()) )); // or me and the other guy is 89 … unit_test::first_char( cstring( p_name ) ) == unit_test::first_char( cstring( cnp.p_name ) ); 111 mm_pos = unit_test::mismatch( in.begin(), in.end(), p_name->begin(), p_name->end() );
|
D | id_policy.hpp | 46 unit_test::readwrite_property<dstring> p_name; member in boost::BOOST_RT_PARAM_NAMESPACE::cla::basic_naming_policy 50 virtual bool responds_to( cstring name ) const { return p_name == name; } in responds_to() 51 virtual cstring id_2_report() const { return p_name.get(); } in id_2_report() 60 nfp::optionally_assign( p_name.value, m, name ); in accept_modifier()
|
D | char_parameter.hpp | 50 BOOST_RT_PARAM_VALIDATE_LOGIC( p_name->size() <= 1, "Invalid parameter name " << p_name ); in accept_modifier()
|
D | char_parameter.ipp | 46 p_name == static_cast<char_name_policy const&>( id ).p_name;
|
D | id_policy.ipp | 37 fs << p_prefix << p_name << p_separator; 60 if( !tr.match_front( p_name.get() ) ) 63 tr.trim( p_name->size() );
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/ |
D | compiler_log_formatter.ipp | 51 ? const_string( framework::current_test_case().p_name.get() ) 93 output << "Entering test " << tu.p_type_name << " \"" << tu.p_name << "\"" << std::endl; 101 output << "Leaving test " << tu.p_type_name << " \"" << tu.p_name << "\""; 119 output << "Test " << tu.p_type_name << " \"" << tu.p_name << "\"" << "is skipped" << std::endl;
|
D | plain_report_formatter.ipp | 116 …<< "Test " << (tu.p_type == tut_case ? "case " : "suite " ) << quote() << tu.p_name << ' ' << desc… 171 ostr << "*** errors detected in test " << tu.p_type_name << " " << quote() << tu.p_name 183 ostr << " in test " << tu.p_type_name << " " << quote() << tu.p_name << "\n";
|
D | xml_log_formatter.ipp | 85 ostr << "<" << tu_type_name( tu ) << " name" << attr_value() << tu.p_name.get() << ">"; 105 << " name" << attr_value() << tu.p_name.get()
|
D | results_collector.ipp | 216 BOOST_TEST_MESSAGE( "Test case " << tu.p_name << " has fewer failures than expected" ); 220 BOOST_TEST_MESSAGE( "Test case " << tu.p_name << " did not check any assertions" );
|
D | unit_test_main.ipp | 78 const_string name( tu.p_name ); 95 return m_value == tu.p_name.get();
|
D | xml_report_formatter.ipp | 70 << " name" << attr_value() << tu.p_name.get()
|
D | unit_test_suite.ipp | 56 , p_name( std::string( name.begin(), name.size() ) ) 176 if( tu_name == framework::get( id, ut_detail::test_id_2_unit_type( id ) ).p_name.get() )
|
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/ |
D | unit_test_suite.hpp | 228 …assign_op( framework::master_test_suite().p_name.value, BOOST_TEST_STRINGIZE( BOOST_TEST_MODULE ).… in init_unit_test()
|
D | unit_test_suite_impl.hpp | 72 readwrite_property<std::string> p_name; // name for this test unit member in boost::unit_test::test_unit
|