Home
last modified time | relevance | path

Searched refs:istream (Results 1 – 25 of 71) sorted by relevance

123

/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 Distream.tcc1049 extern template istream& ws(istream&);
1050 extern template istream& operator>>(istream&, char&);
1051 extern template istream& operator>>(istream&, char*);
1052 extern template istream& operator>>(istream&, unsigned char&);
1053 extern template istream& operator>>(istream&, signed char&);
1054 extern template istream& operator>>(istream&, unsigned char*);
1055 extern template istream& operator>>(istream&, signed char*);
1057 extern template istream& istream::_M_extract(unsigned short&);
1058 extern template istream& istream::_M_extract(unsigned int&);
1059 extern template istream& istream::_M_extract(long&);
[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/bits/
H A Distream.tcc1049 extern template istream& ws(istream&);
1050 extern template istream& operator>>(istream&, char&);
1051 extern template istream& operator>>(istream&, char*);
1052 extern template istream& operator>>(istream&, unsigned char&);
1053 extern template istream& operator>>(istream&, signed char&);
1054 extern template istream& operator>>(istream&, unsigned char*);
1055 extern template istream& operator>>(istream&, signed char*);
1057 extern template istream& istream::_M_extract(unsigned short&);
1058 extern template istream& istream::_M_extract(unsigned int&);
1059 extern template istream& istream::_M_extract(long&);
[all …]
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A Diostream19 #include <istream>
24 extern istream cin;
40 #include <istream>
50 extern _LIBCPP_FUNC_VIS istream cin;
H A Dstrstream132 #include <istream>
232 : public istream
237 : istream(&__sb_), __sb_(__s, 0) {}
240 : istream(&__sb_), __sb_(__s, 0) {}
243 : istream(&__sb_), __sb_(__s, __n) {}
246 : istream(&__sb_), __sb_(__s, __n) {}
251 : istream(_VSTD::move(__rhs)),
254 istream::set_rdbuf(&__sb_);
260 istream::operator=(_VSTD::move(__rhs));
271 istream::swap(__rhs);
H A Dmodule.modulemap317 export istream
321 module istream {
322 header "istream"
403 // FIXME: should re-export istream, ostream, ios, streambuf, string?
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A Diostream19 #include <istream>
24 extern istream cin;
40 #include <istream>
50 extern _LIBCPP_FUNC_VIS istream cin;
H A Dstrstream132 #include <istream>
232 : public istream
237 : istream(&__sb_), __sb_(__s, 0) {}
240 : istream(&__sb_), __sb_(__s, 0) {}
243 : istream(&__sb_), __sb_(__s, __n) {}
246 : istream(&__sb_), __sb_(__s, __n) {}
251 : istream(_VSTD::move(__rhs)),
254 istream::set_rdbuf(&__sb_);
260 istream::operator=(_VSTD::move(__rhs));
271 istream::swap(__rhs);
H A Dmodule.modulemap317 export istream
321 module istream {
322 header "istream"
403 // FIXME: should re-export istream, ostream, ios, streambuf, string?
/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 Diomanip514 extern template istream& operator>>(istream&, _Setfill<char>);
515 extern template istream& operator>>(istream&, _Setiosflags);
516 extern template istream& operator>>(istream&, _Resetiosflags);
517 extern template istream& operator>>(istream&, _Setbase);
518 extern template istream& operator>>(istream&, _Setprecision);
519 extern template istream& operator>>(istream&, _Setw);
H A Diostream40 #include <istream>
60 extern istream cin; /// Linked to standard input
/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 Diomanip514 extern template istream& operator>>(istream&, _Setfill<char>);
515 extern template istream& operator>>(istream&, _Setiosflags);
516 extern template istream& operator>>(istream&, _Resetiosflags);
517 extern template istream& operator>>(istream&, _Setbase);
518 extern template istream& operator>>(istream&, _Setprecision);
519 extern template istream& operator>>(istream&, _Setw);
H A Diostream40 #include <istream>
60 extern istream cin; /// Linked to standard input
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/iterators/
H A Distream_iterator.hpp34 , iterator_policies::istream
48 , iterator_policies::istream
H A Dmulti_pass_fwd.hpp23 struct istream;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/support/
H A Dunused.hpp85 inline std::istream& operator>>(std::istream& in, unused_type&) BOOST_NOEXCEPT in operator >>()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/platform/default/
H A Djpeg_reader.cpp19 std::istream* stream;
57 static void attach_stream(j_decompress_ptr cinfo, std::istream* in) { in attach_stream()
94 std::istream stream(&dataBuffer); in decodeJPEG()
H A Dpng_reader.cpp43 auto* fin = reinterpret_cast<std::istream*>(png_get_io_ptr(png_ptr)); in png_read_data()
67 std::istream stream(&dataBuffer); in decodePNG()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/phoenix/operator/
H A Dio.hpp25 typedef std::istream& (*imanip_type)(std::istream&);
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/detail/endian/
H A Dcover_operators.hpp103 friend std::istream& operator>>(std::istream& s, T& x) in operator >>()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dresolve.hpp129 mode_adapter<Mode, std::istream>
130 resolve(std::istream& is) in resolve()
131 { return mode_adapter<Mode, std::istream>(wrap(is)); } in resolve()
H A Diostream.hpp29 # define BOOST_IOSTREAMS_BASIC_ISTREAM(ch, tr) std::istream
/OK3568_Linux_fs/yocto/meta-clang/dynamic-layers/openembedded-layer/recipes-devtools/bpftrace/bpftrace/
H A D0001-Fix-segfault-when-btf__type_by_id-returns-NULL.patch82 @@ -529,6 +541,9 @@ std::unique_ptr<std::istream> BTF::get_all_funcs() const
92 @@ -536,7 +551,7 @@ std::unique_ptr<std::istream> BTF::get_all_funcs() const
/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/backward/
H A Dstrstream53 #include <istream>
156 // Class istrstream, an istream that manages a strstreambuf.
168 : istream(std::move(__rhs)), _M_buf(std::move(__rhs._M_buf))
/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/backward/
H A Dstrstream53 #include <istream>
156 // Class istrstream, an istream that manages a strstreambuf.
168 : istream(std::move(__rhs)), _M_buf(std::move(__rhs._M_buf))
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/iterators/detail/
H A Distream_policy.hpp21 struct istream struct

123