Home
last modified time | relevance | path

Searched refs:mask_el (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/geometry/algorithms/detail/relate/
H A Dresult.hpp478 const char mask_el = mask.template get<F1, F2>(); in per_one() local
481 if ( mask_el == 'F' ) in per_one()
485 else if ( mask_el == 'T' ) in per_one()
489 else if ( mask_el >= '0' && mask_el <= '9' ) in per_one()
491 return el == mask_el; in per_one()
721 static const char mask_el = StaticMask::template static_get<F1, F2>::value; member
722 static const bool value = mask_el == 'F'
723 || mask_el == 'T'
724 || ( mask_el >= '0' && mask_el <= '9' );
788 static const char mask_el = StaticMask::template static_get<F1, F2>::value; member
[all …]