Home
last modified time | relevance | path

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

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/
H A Dctti_type_index.hpp153 return /*left == right ||*/ !boost::typeindex::detail::constexpr_strcmp(left, right); in equal()
159 return /*left != right &&*/ boost::typeindex::detail::constexpr_strcmp(left, right) < 0; in before()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/type_index/detail/
H A Dcompile_time_type_info.hpp133 … BOOST_CXX14_CONSTEXPR inline int constexpr_strcmp(const char *v1, const char *v2) BOOST_NOEXCEPT { in constexpr_strcmp() function