Home
last modified time | relevance | path

Searched refs:m_moved (Results 1 – 7 of 7) sorted by relevance

/external/catch2/include/internal/
Dcatch_console_colour.cpp212 m_moved = other.m_moved; in Colour()
213 other.m_moved = true; in Colour()
216 m_moved = other.m_moved; in operator =()
217 other.m_moved = true; in operator =()
221 Colour::~Colour(){ if( !m_moved ) use( None ); } in ~Colour()
Dcatch_message.cpp51 : m_info( builder.m_info ), m_moved() in ScopedMessage()
58 : m_info( old.m_info ), m_moved() in ScopedMessage()
60 old.m_moved = true; in ScopedMessage()
64 if ( !uncaught_exceptions() && !m_moved ){ in ~ScopedMessage()
Dcatch_console_colour.h62 bool m_moved = false;
Dcatch_message.h72 bool m_moved; variable
/external/catch2/single_include/catch2/
Dcatch.hpp2623 bool m_moved; member in Catch::ScopedMessage
5990 bool m_moved = false; member
10187 m_moved = other.m_moved; in Colour()
10188 other.m_moved = true; in Colour()
10191 m_moved = other.m_moved; in operator =()
10192 other.m_moved = true; in operator =()
10196 Colour::~Colour(){ if( !m_moved ) use( None ); } in ~Colour()
11725 : m_info( builder.m_info ), m_moved() in ScopedMessage()
11732 : m_info( old.m_info ), m_moved() in ScopedMessage()
11734 old.m_moved = true; in ScopedMessage()
[all …]
/external/libabigail/tests/lib/
Dcatch.hpp2645 bool m_moved; member in Catch::ScopedMessage
6026 bool m_moved = false; member
10246 m_moved = other.m_moved; in Colour()
10247 other.m_moved = true; in Colour()
10250 m_moved = other.m_moved; in operator =()
10251 other.m_moved = true; in operator =()
10255 Colour::~Colour(){ if( !m_moved ) use( None ); } in ~Colour()
11787 : m_info( builder.m_info ), m_moved() in ScopedMessage()
11794 : m_info( old.m_info ), m_moved() in ScopedMessage()
11796 old.m_moved = true; in ScopedMessage()
[all …]
/external/bcc/tests/cc/
Dcatch.hpp5027 bool m_moved; member
7133 Colour::Colour( Code _colourCode ) : m_moved( false ) { use( _colourCode ); } in Colour()
7134 …Colour::Colour( Colour const& _other ) : m_moved( false ) { const_cast<Colour&>( _other ).m_moved in Colour()
7135 Colour::~Colour(){ if( !m_moved ) use( None ); } in ~Colour()