Lines Matching refs:using
343 // not using __APPLE__ because... this is how Catch does it
435 using string = basic_string<char, char_traits<char>, allocator<char>>;
454 // - if small - capacity left before going on the heap - using the lowest 5 bits
659 String m_file; // the file in which the test was registered (using String - see #350)
841 using has_insertion_operator = has_insertion_operator_impl::check<const T>;
1081 // instantiated it can look for global operator using normal conversions.
1975 // for grouping tests in test suites by using code blocks
2914 using namespace detail;
2998 using namespace std;
3043 using AtomicOrMultiLaneAtomic = std::atomic<T>;
3046 // store. Instead of using a single atomic variable, this splits up into multiple ones,
3127 using AtomicOrMultiLaneAtomic = MultiLaneAtomic<T>;
3210 // could be a race or that there wouldn't be a race even if using the context directly
3220 using namespace std;
3247 using namespace std;
3279 using namespace std;
3330 using namespace std;
3337 using namespace std;
3361 return last - (unsigned(buf[last]) & 31); // using "last" would work only if "len" is 32
3678 using namespace detail;
3899 using namespace detail;
4173 using namespace detail;
4419 using namespace detail;
4576 using namespace detail;
4694 using uchar = unsigned char;
6130 using namespace detail;
6282 using namespace detail;
6284 // save the old context state in case such was setup - for using asserts out of a testing context