Home
last modified time | relevance | path

Searched refs:which_ (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/
H A Dfunctional.hpp37 : t_(t), which_(which) in device_close_operation()
39 void operator()() const { boost::iostreams::close(t_, which_); } in operator ()()
43 BOOST_IOS::openmode which_; member in boost::iostreams::detail::device_close_operation
51 : t_(t), snk_(snk), which_(which) in filter_close_operation()
53 void operator()() const { boost::iostreams::close(t_, snk_, which_); } in operator ()()
58 BOOST_IOS::openmode which_; member in boost::iostreams::detail::filter_close_operation
114 : t_(t), which_(which) in member_close_operation()
116 void operator()() const { t_.close(which_); } in operator ()()
120 BOOST_IOS::openmode which_; member in boost::iostreams::detail::member_close_operation
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/
H A Di915_irq.h134 unsigned int which_ = which; \
135 gen3_irq_reset((uncore), GEN8_##type##_IMR(which_), \
136 GEN8_##type##_IIR(which_), GEN8_##type##_IER(which_)); \
147 unsigned int which_ = which; \
149 GEN8_##type##_IMR(which_), imr_val, \
150 GEN8_##type##_IER(which_), ier_val, \
151 GEN8_##type##_IIR(which_)); \
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/variant/
H A Dvariant.hpp1369 which_t which_; member in boost::variant
1374 which_ = static_cast<which_t>( which_arg ); in indicate_which()
1379 which_ = static_cast<which_t>( -(which_arg + 1) ); in indicate_backup_which()
1386 return which_ < 0; in using_backup()
1396 return -(which_ + 1); in which()
1399 return which_; in which()
2111 if (which_ == rhs.which_) in variant_assign()
2129 if (which_ == rhs.which_) in variant_assign()
2407 which_, which(), visitor, storage_.address() in internal_apply_visitor()
2418 which_, which(), visitor, storage_.address() in internal_apply_visitor()