Searched refs:test_native_handle_assertion (Results 1 – 5 of 5) sorted by relevance
26 test_native_handle_assertion<std::basic_fstream<char>>(); in main()28 test_native_handle_assertion<std::basic_fstream<wchar_t>>(); in main()
26 test_native_handle_assertion<std::basic_ofstream<char>>(); in main()28 test_native_handle_assertion<std::basic_ofstream<wchar_t>>(); in main()
26 test_native_handle_assertion<std::basic_ifstream<char>>(); in main()28 test_native_handle_assertion<std::basic_ifstream<wchar_t>>(); in main()
26 test_native_handle_assertion<std::basic_filebuf<char>>(); in main()28 test_native_handle_assertion<std::basic_filebuf<wchar_t>>(); in main()
19 inline void test_native_handle_assertion() { in test_native_handle_assertion() function