Lines Matching refs:use
1709 // TBD: Should we use `strnlen` to ensure that we don't go out of the buffer,
2510 // Deprecated, do not use:
3268 // Hack to fix Catch GH issue #1661. Could use id for generic Object support.
3269 // use of const for Object pointers is very uncommon and under ARC it causes some kind of signature mismatch that breaks compilation
3971 "specialization, use SingleValue Generator instead.");
4556 // does not use it, but it should behave as expected inside stdlib's
4585 // In practice we do not use them, so we will skip them for now
6035 static void use( Code _colourCode );
6438 // individual includes in standard use.
7819 auto n = static_cast<int>(last - first); // seriously, one can't use integral types without hell in C++
7958 // use inline assembler
7970 // If we can use inline assembler, do it because this allows us to break
9841 ( "reporter to use (defaults to console)" )
9885 ["--use-colour"]
9909 ( "which test or tests to use" );
10087 virtual void use( Colour::Code _colourCode ) = 0;
10091 void use( Colour::Code ) override {}
10125 void use( Colour::Code _colourCode ) override {
10182 // use POSIX/ ANSI console terminal codes
10188 void use( Colour::Code _colourCode ) override {
10263 Colour::Colour( Code _colourCode ) { use( _colourCode ); }
10274 Colour::~Colour(){ if( !m_moved ) use( None ); }
10276 void Colour::use( Code _colourCode ) {
10283 impl->use( _colourCode );
10750 CATCH_INTERNAL_ERROR("Attempted to use exception translators under CATCH_CONFIG_DISABLE_EXCEPTIONS!");
12005 // privileges for the binary), so we have to use tmpnam(_s) and
12202 // For now we only use this for embarcadero
12249 // should suffice for our use case.
12807 // We have no use for the return value (whether messages should be cleared), because messages were made scoped
15513 // Apostrophe escaping not necessary if we always use " to write attributes
15778 // Alternatively we could use stringstream, but its performance is... not good.
16851 // Jenkins use that schema for validation JUnit reporter output.