HomeSort by relevance Sort by last modified time
    Searched refs:m_moved (Results 1 - 6 of 6) sorted by null

  /external/catch2/include/internal/
catch_message.cpp 50 : m_info( builder.m_info ), m_moved()
57 : m_info( old.m_info ), m_moved()
59 old.m_moved = true;
63 if ( !uncaught_exceptions() && !m_moved ){
catch_console_colour.cpp 212 m_moved = rhs.m_moved;
213 rhs.m_moved = true;
216 m_moved = rhs.m_moved;
217 rhs.m_moved = true;
221 Colour::~Colour(){ if( !m_moved ) use( None ); }
catch_console_colour.h 62 bool m_moved = false; member in struct:Catch::Colour
catch_message.h 72 bool m_moved; member in class:Catch::ScopedMessage
  /external/catch2/single_include/catch2/
catch.hpp     [all...]
  /external/bcc/tests/cc/
catch.hpp     [all...]

Completed in 326 milliseconds