Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/integer/
H A Dcommon_factor_rt.hpp118 struct unlikely_size struct
123 unlikely_size operator <<= (any_convert, any_convert);
124 unlikely_size operator >>= (any_convert, any_convert);
151 …atic const bool has_operator_left_shift_equal = sizeof(get_value() <<= 2) != sizeof(unlikely_size);
152 …tic const bool has_operator_right_shift_equal = sizeof(get_value() >>= 2) != sizeof(unlikely_size);