Home
last modified time | relevance | path

Searched refs:dec_finish (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/lexical_cast/detail/
H A Dconverter_lexical_streams.hpp714 const CharT* const dec_finish = finish - 1; in operator >>() local
715 output = Traits::eq(*dec_finish, zero + 1); in operator >>()
716 if (!output && !Traits::eq(*dec_finish, zero)) { in operator >>()
720 if (start == dec_finish) return true; in operator >>()
728 while (start != dec_finish) { in operator >>()