Home
last modified time | relevance | path

Searched refs:not_eof (Results 1 – 25 of 29) sorted by relevance

12

/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 Dchar_traits.h148 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY() function
443 not_eof(const int_type& __c) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
565 not_eof(const int_type& __c) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
689 not_eof(const int_type& __c) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
815 not_eof(const int_type& __c) noexcept
929 not_eof(const int_type& __c) noexcept
H A Dsstream.tcc71 __ret = traits_type::not_eof(__c); in pbackfail()
88 return traits_type::not_eof(__c); in overflow()
H A Dfstream.tcc527 __ret = traits_type::not_eof(__i); in pbackfail()
573 __ret = traits_type::not_eof(__c); in overflow()
588 __ret = traits_type::not_eof(__c); in overflow()
597 __ret = traits_type::not_eof(__c); in overflow()
H A Dlocale_conv.h456 return _Tr::not_eof(__out); 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/bits/
H A Dchar_traits.h148 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY() function
443 not_eof(const int_type& __c) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
565 not_eof(const int_type& __c) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
689 not_eof(const int_type& __c) _GLIBCXX_NOEXCEPT in _GLIBCXX_VISIBILITY()
815 not_eof(const int_type& __c) noexcept
929 not_eof(const int_type& __c) noexcept
H A Dsstream.tcc71 __ret = traits_type::not_eof(__c); in pbackfail()
88 return traits_type::not_eof(__c); in overflow()
H A Dfstream.tcc527 __ret = traits_type::not_eof(__i); in pbackfail()
573 __ret = traits_type::not_eof(__c); in overflow()
588 __ret = traits_type::not_eof(__c); in overflow()
597 __ret = traits_type::not_eof(__c); in overflow()
H A Dlocale_conv.h456 return _Tr::not_eof(__out); in _GLIBCXX_VISIBILITY()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dchar_traits.hpp56 static int not_eof(const int& c) { return c != EOF ? c : '\n'; } in not_eof() function
/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.hpp162 return traits_type::not_eof(c); in pbackfail()
184 return traits_type::not_eof(c); in overflow()
H A Dindirect_streambuf.hpp275 return traits_type::not_eof(c); in pbackfail()
305 return traits_type::not_eof(c); in overflow()
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm64/include/libcxx/include/
H A D__string41 static constexpr int_type not_eof(int_type c) noexcept;
103 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
231 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
321 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
432 static inline constexpr int_type not_eof(int_type __c) noexcept
520 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
639 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
H A D__std_stream310 return traits_type::not_eof(__c);
H A Dsstream512 return traits_type::not_eof(__c);
564 return traits_type::not_eof(__c);
H A Dfstream789 return traits_type::not_eof(__c);
864 return traits_type::not_eof(__c);
/OK3568_Linux_fs/external/security/rk_tee_user/v2/export-ta_arm32/include/libcxx/include/
H A D__string41 static constexpr int_type not_eof(int_type c) noexcept;
103 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
231 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
321 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
432 static inline constexpr int_type not_eof(int_type __c) noexcept
520 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
639 static inline _LIBCPP_CONSTEXPR int_type not_eof(int_type __c) _NOEXCEPT
H A D__std_stream310 return traits_type::not_eof(__c);
H A Dsstream512 return traits_type::not_eof(__c);
564 return traits_type::not_eof(__c);
H A Dfstream789 return traits_type::not_eof(__c);
864 return traits_type::not_eof(__c);
/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 Dpod_char_traits.h191 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
H A Dstdio_sync_filebuf.h179 __ret = traits_type::not_eof(__c); 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 Dpod_char_traits.h191 not_eof(const int_type& __c) in _GLIBCXX_VISIBILITY()
H A Dstdio_sync_filebuf.h179 __ret = traits_type::not_eof(__c); 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/
H A Dstreambuf756 * @a __c, or not_eof())
/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 Dstreambuf756 * @a __c, or not_eof())

12