/external/cronet/tot/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf/ |
D | types.pass.cpp | 30 …static_assert((std::is_base_of<std::basic_streambuf<char>, std::basic_filebuf<char> >::value), ""); in main() 31 static_assert((std::is_same<std::basic_filebuf<char>::char_type, char>::value), ""); in main() 32 …static_assert((std::is_same<std::basic_filebuf<char>::traits_type, std::char_traits<char> >::value… in main() 33 …static_assert((std::is_same<std::basic_filebuf<char>::int_type, std::char_traits<char>::int_type>:… in main() 34 …static_assert((std::is_same<std::basic_filebuf<char>::pos_type, std::char_traits<char>::pos_type>:… in main() 35 …static_assert((std::is_same<std::basic_filebuf<char>::off_type, std::char_traits<char>::off_type>:… in main() 37 test_native_handle_type< std::basic_filebuf<char>>(); in main() 39 test_native_handle_type< std::basic_filebuf<wchar_t>>(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf/ |
D | types.pass.cpp | 30 …static_assert((std::is_base_of<std::basic_streambuf<char>, std::basic_filebuf<char> >::value), ""); in main() 31 static_assert((std::is_same<std::basic_filebuf<char>::char_type, char>::value), ""); in main() 32 …static_assert((std::is_same<std::basic_filebuf<char>::traits_type, std::char_traits<char> >::value… in main() 33 …static_assert((std::is_same<std::basic_filebuf<char>::int_type, std::char_traits<char>::int_type>:… in main() 34 …static_assert((std::is_same<std::basic_filebuf<char>::pos_type, std::char_traits<char>::pos_type>:… in main() 35 …static_assert((std::is_same<std::basic_filebuf<char>::off_type, std::char_traits<char>::off_type>:… in main() 37 test_native_handle_type< std::basic_filebuf<char>>(); in main() 39 test_native_handle_type< std::basic_filebuf<wchar_t>>(); in main()
|
/external/sdv/vsomeip/third_party/boost/filesystem/include/boost/filesystem/ |
D | fstream.hpp | 53 class basic_filebuf : public std::basic_filebuf<charT,traits> class 56 basic_filebuf(const basic_filebuf&); 57 const basic_filebuf& operator=(const basic_filebuf&); 60 basic_filebuf() {} in basic_filebuf() function in boost::filesystem::basic_filebuf 61 virtual ~basic_filebuf() {} in ~basic_filebuf() 63 basic_filebuf<charT,traits>* 66 return std::basic_filebuf<charT,traits>::open(p.BOOST_FILESYSTEM_C_STR, mode) in open() 174 typedef basic_filebuf<char> filebuf; 179 typedef basic_filebuf<wchar_t> wfilebuf;
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf/ |
D | types.pass.cpp | 28 …static_assert((std::is_base_of<std::basic_streambuf<char>, std::basic_filebuf<char> >::value), ""); in main() 29 static_assert((std::is_same<std::basic_filebuf<char>::char_type, char>::value), ""); in main() 30 …static_assert((std::is_same<std::basic_filebuf<char>::traits_type, std::char_traits<char> >::value… in main() 31 …static_assert((std::is_same<std::basic_filebuf<char>::int_type, std::char_traits<char>::int_type>:… in main() 32 …static_assert((std::is_same<std::basic_filebuf<char>::pos_type, std::char_traits<char>::pos_type>:… in main() 33 …static_assert((std::is_same<std::basic_filebuf<char>::off_type, std::char_traits<char>::off_type>:… in main()
|
/external/libcxx/include/ |
D | fstream | 18 class basic_filebuf 29 basic_filebuf(); 30 basic_filebuf(basic_filebuf&& rhs); 31 virtual ~basic_filebuf(); 34 basic_filebuf& operator=(basic_filebuf&& rhs); 35 void swap(basic_filebuf& rhs); 39 basic_filebuf* open(const char* s, ios_base::openmode mode); 40 basic_filebuf* open(const string& s, ios_base::openmode mode); 41 basic_filebuf* open(const filesystem::path& p, ios_base::openmode mode); // C++17 42 basic_filebuf* close(); [all …]
|
D | iosfwd | 46 template <class charT, class traits = char_traits<charT> > class basic_filebuf; 67 typedef basic_filebuf<char> filebuf; 82 typedef basic_filebuf<wchar_t> wfilebuf; 143 class _LIBCPP_TEMPLATE_VIS basic_filebuf; 169 typedef basic_filebuf<char> filebuf; 184 typedef basic_filebuf<wchar_t> wfilebuf;
|
/external/cronet/tot/third_party/libc++/src/include/ |
D | fstream | 17 class basic_filebuf 28 basic_filebuf(); 29 basic_filebuf(basic_filebuf&& rhs); 30 virtual ~basic_filebuf(); 33 basic_filebuf& operator=(basic_filebuf&& rhs); 34 void swap(basic_filebuf& rhs); 38 basic_filebuf* open(const char* s, ios_base::openmode mode); 39 basic_filebuf* open(const string& s, ios_base::openmode mode); 40 basic_filebuf* open(const filesystem::path& p, ios_base::openmode mode); // C++17 41 basic_filebuf* close(); [all …]
|
/external/cronet/stable/third_party/libc++/src/include/ |
D | fstream | 17 class basic_filebuf 28 basic_filebuf(); 29 basic_filebuf(basic_filebuf&& rhs); 30 virtual ~basic_filebuf(); 33 basic_filebuf& operator=(basic_filebuf&& rhs); 34 void swap(basic_filebuf& rhs); 38 basic_filebuf* open(const char* s, ios_base::openmode mode); 39 basic_filebuf* open(const string& s, ios_base::openmode mode); 40 basic_filebuf* open(const filesystem::path& p, ios_base::openmode mode); // C++17 41 basic_filebuf* close(); [all …]
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/ |
D | fstream | 17 class basic_filebuf 28 basic_filebuf(); 29 basic_filebuf(basic_filebuf&& rhs); 30 virtual ~basic_filebuf(); 33 basic_filebuf& operator=(basic_filebuf&& rhs); 34 void swap(basic_filebuf& rhs); 38 basic_filebuf* open(const char* s, ios_base::openmode mode); 39 basic_filebuf* open(const string& s, ios_base::openmode mode); 40 basic_filebuf* open(const filesystem::path& p, ios_base::openmode mode); // C++17 41 basic_filebuf* close(); [all …]
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/ |
D | fstream | 17 class basic_filebuf 28 basic_filebuf(); 29 basic_filebuf(basic_filebuf&& rhs); 30 virtual ~basic_filebuf(); 33 basic_filebuf& operator=(basic_filebuf&& rhs); 34 void swap(basic_filebuf& rhs); 38 basic_filebuf* open(const char* s, ios_base::openmode mode); 39 basic_filebuf* open(const string& s, ios_base::openmode mode); 40 basic_filebuf* open(const filesystem::path& p, ios_base::openmode mode); // C++17 41 basic_filebuf* close(); [all …]
|
/external/cronet/stable/third_party/libc++/src/include/__fwd/ |
D | fstream.h | 22 class _LIBCPP_TEMPLATE_VIS basic_filebuf; variable 30 using filebuf = basic_filebuf<char>; 36 using wfilebuf = basic_filebuf<wchar_t>; 43 …PREFERRED_NAME(filebuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfilebuf)) basic_filebuf;
|
/external/cronet/tot/third_party/libc++/src/include/__cxx03/__fwd/ |
D | fstream.h | 22 class _LIBCPP_TEMPLATE_VIS basic_filebuf; variable 30 using filebuf = basic_filebuf<char>; 36 using wfilebuf = basic_filebuf<wchar_t>; 43 …PREFERRED_NAME(filebuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfilebuf)) basic_filebuf;
|
/external/cronet/stable/third_party/libc++/src/include/__cxx03/__fwd/ |
D | fstream.h | 22 class _LIBCPP_TEMPLATE_VIS basic_filebuf; variable 30 using filebuf = basic_filebuf<char>; 36 using wfilebuf = basic_filebuf<wchar_t>; 43 …PREFERRED_NAME(filebuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfilebuf)) basic_filebuf;
|
/external/cronet/tot/third_party/libc++/src/include/__fwd/ |
D | fstream.h | 22 class _LIBCPP_TEMPLATE_VIS basic_filebuf; variable 30 using filebuf = basic_filebuf<char>; 36 using wfilebuf = basic_filebuf<wchar_t>; 43 …PREFERRED_NAME(filebuf) _LIBCPP_IF_WIDE_CHARACTERS(_LIBCPP_PREFERRED_NAME(wfilebuf)) basic_filebuf;
|
/external/cronet/tot/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf.members/ |
D | native_handle.assert.pass.cpp | 26 test_native_handle_assertion<std::basic_filebuf<char>>(); in main() 28 test_native_handle_assertion<std::basic_filebuf<wchar_t>>(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf.members/ |
D | native_handle.assert.pass.cpp | 26 test_native_handle_assertion<std::basic_filebuf<char>>(); in main() 28 test_native_handle_assertion<std::basic_filebuf<wchar_t>>(); in main()
|
/external/sdv/vsomeip/third_party/boost/typeof/include/boost/typeof/std/ |
D | fstream.hpp | 14 BOOST_TYPEOF_REGISTER_TEMPLATE(std::basic_filebuf, 1) 15 BOOST_TYPEOF_REGISTER_TEMPLATE(std::basic_filebuf, 2)
|
/external/libcxx/test/std/input.output/iostream.forward/ |
D | iosfwd.pass.cpp | 63 test<std::basic_filebuf<char>* >(); in main() 64 test<std::basic_filebuf<wchar_t>* >(); in main() 65 test<std::basic_filebuf<unsigned short>*>(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/iostream.forward/ |
D | iosfwd.pass.cpp | 86 test<std::basic_filebuf<char>* >(); in main() 88 test<std::basic_filebuf<wchar_t>* >(); in main() 90 test<std::basic_filebuf<unsigned short>*>(); in main()
|
/external/cronet/tot/third_party/libc++/src/test/std/input.output/iostream.forward/ |
D | iosfwd.pass.cpp | 86 test<std::basic_filebuf<char>* >(); in main() 88 test<std::basic_filebuf<wchar_t>* >(); in main() 90 test<std::basic_filebuf<unsigned short>*>(); in main()
|
/external/cronet/stable/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | pbackfail.pass.cpp | 22 : public std::basic_filebuf<CharT> 24 typedef std::basic_filebuf<CharT> base;
|
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | pbackfail.pass.cpp | 21 : public std::basic_filebuf<CharT> 23 typedef std::basic_filebuf<CharT> base;
|
/external/cronet/tot/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf.virtuals/ |
D | pbackfail.pass.cpp | 22 : public std::basic_filebuf<CharT> 24 typedef std::basic_filebuf<CharT> base;
|
/external/cronet/tot/third_party/libc++/src/test/libcxx/input.output/file.streams/fstreams/filebuf/ |
D | traits_mismatch.verify.cpp | 20 std::basic_filebuf<char, std::char_traits<wchar_t> > f;
|
/external/cronet/stable/third_party/libc++/src/test/libcxx/input.output/file.streams/fstreams/filebuf/ |
D | traits_mismatch.verify.cpp | 20 std::basic_filebuf<char, std::char_traits<wchar_t> > f;
|