Home
last modified time | relevance | path

Searched refs:auto_close (Results 1 – 9 of 9) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/
H A Dstream.hpp133 bool auto_close() const { return this->member.auto_close(); } in auto_close() function
H A Dstream_buffer.hpp90 if (this->is_open() && this->auto_close()) in ~stream_buffer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/broken_overload_resolution/
H A Dstream.hpp106 bool auto_close() const { return this->member.auto_close(); } in auto_close() function
H A Dstream_buffer.hpp51 if (this->is_open() && this->auto_close()) in ~stream_buffer()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/streambuf/
H A Dlinked_streambuf.hpp91 virtual bool auto_close() const = 0;
H A Dindirect_streambuf.hpp69 bool auto_close() const;
211 bool indirect_streambuf<T, Tr, Alloc, Mode>::auto_close() const in auto_close() function in boost::iostreams::detail::indirect_streambuf
H A Ddirect_streambuf.hpp63 bool auto_close() const { return auto_close_; } in auto_close() function in boost::iostreams::detail::direct_streambuf
/OK3568_Linux_fs/kernel/drivers/staging/vc04_services/interface/vchiq_arm/
H A Dvchiq_core.h280 char auto_close; member
H A Dvchiq_core.c2369 service->auto_close = 1; in vchiq_add_service_internal()
2614 if (service->auto_close) { in close_service_complete()
3330 service->auto_close = value; in vchiq_set_service_option()