Lines Matching refs:from

6  *  This file has been merged from multiple headers. Please don't edit it directly
526 // Bring in operator<< from global namespace into Catch namespace
1988 // Import begin/ end from std here
3454 // doubles that were promoted from floats.
4232 // If it happily moves, we are left in that state, otherwise it is time to start reading from our cache
4591 // Picked by reading 8 bytes from `/dev/random` :-)
4683 assert(((m_positive && m_current <= m_end) || (!m_positive && m_current >= m_end)) && "Step moves away from end");
4741 GeneratorWrapper<ResultType> from_range(InputIterator from, InputSentinel to) {
4742 return GeneratorWrapper<ResultType>(pf::make_unique<IteratorGenerator<ResultType>>(from, to));
7972 // raise() called from it, i.e. one stack frame below.
8284 // This is the overload that takes a string and infers the Equals matcher from it
8454 // ----------- #included from clara_textflow.hpp -----------
8792 // ----------- end of #include from clara_textflow.hpp -----------
8826 // Transport for raw args (copied from main args, or supplied via init list for testing)
8847 // Wraps a token coming from a token stream. These may not directly correspond to strings as a single string
9664 // Wrapper for argc, argv from main()
9673 // enum of result types from a parse
9862 ( "load test names to run from a file" )
10416 // The following function is taken directly from the following technical note:
10465 // ptrace() the process, but this needs to be done from a child and not
10469 // be strace, for example) in /proc/$PID/status, so just get it from
10818 // This stops us from eating debugger breaks etc.
13715 // Store the streambuf from cout up-front because
13762 std::ostringstream m_referenceStream; // Used for copy state/ flags from
15787 // Save previous errno, to prevent sprintf from overwriting it