Lines Matching refs:one
6034 // Use static method for one-shot changes
7189 // Run and analyse one benchmark
7819 auto n = static_cast<int>(last - first); // seriously, one can't use integral types without hell in C++
7972 // raise() called from it, i.e. one stack frame below.
8247 // If you find your debugger stopping you here then go one level up on the
9200 static_assert( UnaryLambdaTraits<L>::isValid, "Supplied lambda must take exactly one argument" );
9212 static_assert( UnaryLambdaTraits<L>::isValid, "Supplied lambda must take exactly one argument" );
9773 return ParserResult::runtimeError( "colour mode must be one of: auto, yes or no. '" + useColour + "' not recognised" );
9787 return ParserResult::runtimeError( "keypress argument must be one of: never, start, exit or both. '" + keypress + "' not recognised" );
10925 assert(!altStackMem && "Cannot initialize POSIX signal handler when one already exists");
12652 // If at least one child started executing, don't wait
12666 // This is safe: there is always at least one section
12936 // Recreate section for test case (as we will lose the one that was in scope)
13416 CATCH_TRY { CATCH_INTERNAL_ERROR( "Only one instance of Catch::Session can ever be used" ); }
14911 // we have to create a separate hide tag and shorten the real one
15034 int one = 1;
15037 auto value = *reinterpret_cast<char*>(&one);
16192 messageLabel = "because no exception was thrown where one was expected";
16956 // All test cases have exactly one section - which represents the
17351 // Print the expression if there is one.