Home
last modified time | relevance | path

Searched refs:openmode (Results 1 – 25 of 48) sorted by relevance

12

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dclose.hpp41 void close(T& t, BOOST_IOS::openmode which);
44 void close(T& t, Sink& snk, BOOST_IOS::openmode which);
93 void close(T& t, BOOST_IOS::openmode which) in close()
107 void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close()
167 static void close(T& t, BOOST_IOS::openmode which) in close()
174 static void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close()
191 static void close(T& t, BOOST_IOS::openmode which) in close()
201 static void close(T& t, BOOST_IOS::openmode which) in close()
214 static void close(T& t, BOOST_IOS::openmode which) in close()
223 static void close(T& t, Sink& snk, BOOST_IOS::openmode which) in close()
[all …]
H A Dseek.hpp44 BOOST_IOS::openmode which = BOOST_IOS::in | BOOST_IOS::out ) in seek()
53 BOOST_IOS::openmode which = BOOST_IOS::in | BOOST_IOS::out ) in seek()
82 BOOST_IOS::openmode which ) in seek()
109 BOOST_IOS::openmode which ) in seek()
127 BOOST_IOS::openmode which ) in seek()
136 BOOST_IOS::openmode ) in seek()
160 BOOST_IOS::openmode which ) in seek()
170 BOOST_IOS::openmode ) in seek()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Dfstream39 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
53 ios_base::openmode which = ios_base::in | ios_base::out);
55 ios_base::openmode which = ios_base::in | ios_base::out);
79 explicit basic_ifstream(const char* s, ios_base::openmode mode = ios_base::in);
80 explicit basic_ifstream(const string& s, ios_base::openmode mode = ios_base::in);
82 ios_base::openmode mode = ios_base::in); // C++17
90 void open(const char* s, ios_base::openmode mode = ios_base::in);
91 void open(const string& s, ios_base::openmode mode = ios_base::in);
[all …]
H A Dsstream30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
32 ios_base::openmode which = ios_base::in | ios_base::out);
50 ios_base::openmode which = ios_base::in | ios_base::out);
52 ios_base::openmode which = ios_base::in | ios_base::out);
75 explicit basic_istringstream(ios_base::openmode which = ios_base::in);
77 ios_base::openmode which = ios_base::in);
111 explicit basic_ostringstream(ios_base::openmode which = ios_base::out);
113 ios_base::openmode which = ios_base::out);
147 explicit basic_stringstream(ios_base::openmode which = ios_base::out|ios_base::in);
149 ios_base::openmode which = ios_base::out|ios_base::in);
[all …]
H A Dstreambuf40 ios_base::openmode which = ios_base::in | ios_base::out);
42 ios_base::openmode which = ios_base::in | ios_base::out);
88 ios_base::openmode which = ios_base::in | ios_base::out);
90 ios_base::openmode which = ios_base::in | ios_base::out);
159 ios_base::openmode __which = ios_base::in | ios_base::out)
164 ios_base::openmode __which = ios_base::in | ios_base::out)
277 ios_base::openmode __which = ios_base::in | ios_base::out);
279 ios_base::openmode __which = ios_base::in | ios_base::out);
376 ios_base::openmode)
383 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)
H A Dstrstream47 ios_base::openmode which = ios_base::in | ios_base::out);
49 ios_base::openmode which = ios_base::in | ios_base::out);
87 ostrstream(char* s, int n, ios_base::openmode mode = ios_base::out);
112 strstream(char* s, int n, ios_base::openmode mode = ios_base::in | ios_base::out);
174 ios_base::openmode __which = ios_base::in | ios_base::out);
176 ios_base::openmode __which = ios_base::in | ios_base::out);
292 ostrstream(char* __s, int __n, ios_base::openmode __mode = ios_base::out)
352 strstream(char* __s, int __n, ios_base::openmode __mode = ios_base::in | ios_base::out)
H A Dios57 typedef T3 openmode;
58 static constexpr openmode app;
59 static constexpr openmode ate;
60 static constexpr openmode binary;
61 static constexpr openmode in;
62 static constexpr openmode out;
63 static constexpr openmode trunc;
262 typedef unsigned int openmode;
263 static const openmode app = 0x01;
264 static const openmode ate = 0x02;
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Dfstream39 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
53 ios_base::openmode which = ios_base::in | ios_base::out);
55 ios_base::openmode which = ios_base::in | ios_base::out);
79 explicit basic_ifstream(const char* s, ios_base::openmode mode = ios_base::in);
80 explicit basic_ifstream(const string& s, ios_base::openmode mode = ios_base::in);
82 ios_base::openmode mode = ios_base::in); // C++17
90 void open(const char* s, ios_base::openmode mode = ios_base::in);
91 void open(const string& s, ios_base::openmode mode = ios_base::in);
[all …]
H A Dsstream30 explicit basic_stringbuf(ios_base::openmode which = ios_base::in | ios_base::out);
32 ios_base::openmode which = ios_base::in | ios_base::out);
50 ios_base::openmode which = ios_base::in | ios_base::out);
52 ios_base::openmode which = ios_base::in | ios_base::out);
75 explicit basic_istringstream(ios_base::openmode which = ios_base::in);
77 ios_base::openmode which = ios_base::in);
111 explicit basic_ostringstream(ios_base::openmode which = ios_base::out);
113 ios_base::openmode which = ios_base::out);
147 explicit basic_stringstream(ios_base::openmode which = ios_base::out|ios_base::in);
149 ios_base::openmode which = ios_base::out|ios_base::in);
[all …]
H A Dstreambuf40 ios_base::openmode which = ios_base::in | ios_base::out);
42 ios_base::openmode which = ios_base::in | ios_base::out);
88 ios_base::openmode which = ios_base::in | ios_base::out);
90 ios_base::openmode which = ios_base::in | ios_base::out);
159 ios_base::openmode __which = ios_base::in | ios_base::out)
164 ios_base::openmode __which = ios_base::in | ios_base::out)
277 ios_base::openmode __which = ios_base::in | ios_base::out);
279 ios_base::openmode __which = ios_base::in | ios_base::out);
376 ios_base::openmode)
383 basic_streambuf<_CharT, _Traits>::seekpos(pos_type, ios_base::openmode)
H A Dstrstream47 ios_base::openmode which = ios_base::in | ios_base::out);
49 ios_base::openmode which = ios_base::in | ios_base::out);
87 ostrstream(char* s, int n, ios_base::openmode mode = ios_base::out);
112 strstream(char* s, int n, ios_base::openmode mode = ios_base::in | ios_base::out);
174 ios_base::openmode __which = ios_base::in | ios_base::out);
176 ios_base::openmode __which = ios_base::in | ios_base::out);
292 ostrstream(char* __s, int __n, ios_base::openmode __mode = ios_base::out)
352 strstream(char* __s, int __n, ios_base::openmode __mode = ios_base::in | ios_base::out)
H A Dios57 typedef T3 openmode;
58 static constexpr openmode app;
59 static constexpr openmode ate;
60 static constexpr openmode binary;
61 static constexpr openmode in;
62 static constexpr openmode out;
63 static constexpr openmode trunc;
262 typedef unsigned int openmode;
263 static const openmode app = 0x01;
264 static const openmode ate = 0x02;
[all …]
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/
H A Dconcept_adapter.hpp88 BOOST_IOS::openmode which ) in seek()
96 BOOST_IOS::openmode which, Device* dev ) in seek()
99 void close(BOOST_IOS::openmode which) in close()
103 void close(BOOST_IOS::openmode which, Device* dev) in close()
132 BOOST_IOS::seekdir way, BOOST_IOS::openmode which ) in seek()
141 BOOST_IOS::openmode, any_tag ) in seek()
150 BOOST_IOS::seekdir way, BOOST_IOS::openmode which, in seek()
157 static void close(Device& dev, Dummy*, BOOST_IOS::openmode which) in close()
204 BOOST_IOS::seekdir way, BOOST_IOS::openmode which ) in seek()
213 BOOST_IOS::seekdir, BOOST_IOS::openmode, any_tag ) in seek()
[all …]
H A Dmode_adapter.hpp51 BOOST_IOS::openmode which =
54 void close(BOOST_IOS::openmode which);
72 BOOST_IOS::seekdir way, BOOST_IOS::openmode which ) in seek()
80 void close(Device& dev, BOOST_IOS::openmode which) in close()
104 (stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seek()
112 void mode_adapter<Mode, T>::close(BOOST_IOS::openmode which) in close()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dfunctional.hpp36 device_close_operation(T& t, BOOST_IOS::openmode which) in device_close_operation()
43 BOOST_IOS::openmode which_;
50 filter_close_operation(T& t, Sink& snk, BOOST_IOS::openmode which) in filter_close_operation()
58 BOOST_IOS::openmode which_;
63 call_close(T& t, BOOST_IOS::openmode which) in call_close()
68 call_close(T& t, Sink& snk, BOOST_IOS::openmode which) in call_close()
113 member_close_operation(T& t, BOOST_IOS::openmode which) in member_close_operation()
120 BOOST_IOS::openmode which_;
124 member_close_operation<T> call_member_close(T& t, BOOST_IOS::openmode which) in call_member_close()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Ddirect_streambuf.hpp76 void close_impl(BOOST_IOS::openmode m);
88 BOOST_IOS::openmode which );
89 pos_type seekpos(pos_type sp, BOOST_IOS::openmode which);
92 BOOST_IOS::openmode which );
190 (off_type off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seekoff()
196 (pos_type sp, BOOST_IOS::openmode which) in seekpos()
202 void direct_streambuf<T, Tr>::close_impl(BOOST_IOS::openmode which) in close_impl()
218 (stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seek_impl()
221 BOOST_IOS::openmode both = BOOST_IOS::in | BOOST_IOS::out; in seek_impl()
H A Dindirect_streambuf.hpp91 BOOST_IOS::openmode which );
92 pos_type seekpos(pos_type sp, BOOST_IOS::openmode which);
96 void close_impl(BOOST_IOS::openmode m);
121 BOOST_IOS::openmode which );
330 (off_type off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seekoff()
336 (pos_type sp, BOOST_IOS::openmode which) in seekpos()
344 (stream_offset off, BOOST_IOS::seekdir way, BOOST_IOS::openmode which) in seek_impl()
360 BOOST_IOS::openmode both = BOOST_IOS::in | BOOST_IOS::out; in seek_impl()
384 (BOOST_IOS::openmode which) in close_impl()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/arm-none-linux-gnueabihf/bits/
H A Dbasic_file.h85 open(const char* __name, ios_base::openmode __mode, int __prot = 0664); in _GLIBCXX_VISIBILITY()
89 open(const wchar_t* __name, ios_base::openmode __mode); in _GLIBCXX_VISIBILITY()
93 sys_open(__c_file* __file, ios_base::openmode); in _GLIBCXX_VISIBILITY()
96 sys_open(int __fd, ios_base::openmode __mode) throw (); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/aarch64-none-linux-gnu/bits/
H A Dbasic_file.h85 open(const char* __name, ios_base::openmode __mode, int __prot = 0664); in _GLIBCXX_VISIBILITY()
89 open(const wchar_t* __name, ios_base::openmode __mode); in _GLIBCXX_VISIBILITY()
93 sys_open(__c_file* __file, ios_base::openmode); in _GLIBCXX_VISIBILITY()
96 sys_open(int __fd, ios_base::openmode __mode) throw (); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/ext/
H A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in _GLIBCXX_VISIBILITY()
153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/ext/
H A Dstdio_filebuf.h77 stdio_filebuf(int __fd, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
90 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
137 stdio_filebuf(int __fd, std::ios_base::openmode __mode, size_t __size) in _GLIBCXX_VISIBILITY()
153 stdio_filebuf(std::__c_file* __f, std::ios_base::openmode __mode, in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/detail/
H A Dbasic_pointerbuf.hpp59 inline typename this_type::pos_type seekpos(pos_type sp, ::std::ios_base::openmode which);
60 …ype::pos_type seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios_base::openmode which);
77 …arT, BufferT>::seekoff(off_type off, ::std::ios_base::seekdir way, ::std::ios_base::openmode which) in seekoff()
123 basic_pointerbuf<charT, BufferT>::seekpos(pos_type sp, ::std::ios_base::openmode which) in seekpos()
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/
H A Dfstream121 ios_base::openmode _M_mode;
278 * Table 92, adapted here, gives the relation between openmode
310 open(const char* __s, ios_base::openmode __mode);
320 open(const wchar_t* __s, ios_base::openmode __mode);
331 open(const std::string& __s, ios_base::openmode __mode)
343 open(const _Path& __s, ios_base::openmode __mode)
417 ios_base::openmode __mode = ios_base::in | ios_base::out);
421 ios_base::openmode __mode = ios_base::in | ios_base::out);
529 basic_ifstream(const char* __s, ios_base::openmode __mode = ios_base::in)
545 ios_base::openmode __mode = ios_base::in)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/include/c++/10.3.1/
H A Dfstream121 ios_base::openmode _M_mode;
278 * Table 92, adapted here, gives the relation between openmode
310 open(const char* __s, ios_base::openmode __mode);
320 open(const wchar_t* __s, ios_base::openmode __mode);
331 open(const std::string& __s, ios_base::openmode __mode)
343 open(const _Path& __s, ios_base::openmode __mode)
417 ios_base::openmode __mode = ios_base::in | ios_base::out);
421 ios_base::openmode __mode = ios_base::in | ios_base::out);
529 basic_ifstream(const char* __s, ios_base::openmode __mode = ios_base::in)
545 ios_base::openmode __mode = ios_base::in)
[all …]
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/include/c++/10.3.1/bits/
H A Dios_base.h447 typedef _Ios_Openmode openmode; in _GLIBCXX_VISIBILITY()
450 static const openmode app = _S_app; in _GLIBCXX_VISIBILITY()
453 static const openmode ate = _S_ate; in _GLIBCXX_VISIBILITY()
458 static const openmode binary = _S_bin; in _GLIBCXX_VISIBILITY()
461 static const openmode in = _S_in; in _GLIBCXX_VISIBILITY()
464 static const openmode out = _S_out; in _GLIBCXX_VISIBILITY()
467 static const openmode trunc = _S_trunc; in _GLIBCXX_VISIBILITY()

12