Home
last modified time | relevance | path

Searched refs:basic_filebuf (Results 1 – 25 of 59) sorted by relevance

123

/external/cronet/tot/third_party/libc++/src/test/std/input.output/file.streams/fstreams/filebuf/
Dtypes.pass.cpp30 …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/
Dtypes.pass.cpp30 …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/
Dfstream.hpp53 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/
Dtypes.pass.cpp28 …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/
Dfstream18 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 …]
Diosfwd46 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/
Dfstream17 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/
Dfstream17 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/
Dfstream17 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/
Dfstream17 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/
Dfstream.h22 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/
Dfstream.h22 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/
Dfstream.h22 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/
Dfstream.h22 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/
Dnative_handle.assert.pass.cpp26 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/
Dnative_handle.assert.pass.cpp26 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/
Dfstream.hpp14 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/
Diosfwd.pass.cpp63 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/
Diosfwd.pass.cpp86 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/
Diosfwd.pass.cpp86 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/
Dpbackfail.pass.cpp22 : public std::basic_filebuf<CharT>
24 typedef std::basic_filebuf<CharT> base;
/external/libcxx/test/std/input.output/file.streams/fstreams/filebuf.virtuals/
Dpbackfail.pass.cpp21 : 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/
Dpbackfail.pass.cpp22 : 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/
Dtraits_mismatch.verify.cpp20 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/
Dtraits_mismatch.verify.cpp20 std::basic_filebuf<char, std::char_traits<wchar_t> > f;

123