Home
last modified time | relevance | path

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

/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/impl/
Dtest_tools.ipp442 : m_pimpl( new Impl )
449 m_pimpl->m_pattern.open( pattern_file_name.begin(), m );
451 BOOST_WARN_MESSAGE( m_pimpl->m_pattern.is_open(),
456 m_pimpl->m_match_or_save = match_or_save;
457 m_pimpl->m_text_or_binary = text_or_binary;
464 delete m_pimpl;
474 result_type res( m_pimpl->m_synced_string.empty() );
476 m_pimpl->check_and_fill( res );
491 result_type res( m_pimpl->m_synced_string.length() == length_ );
493 m_pimpl->check_and_fill( res );
[all …]
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/
Doutput_test_stream.hpp67 Impl* m_pimpl; member in boost::test_tools::output_test_stream