Searched refs:one_of (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/io/wkt/ |
| H A D | read.hpp | 452 inline bool one_of(tokenizer::iterator const& it, in one_of() function 464 inline bool one_of(tokenizer::iterator const& it, in one_of() function 494 && (one_of(it, "M", has_m) in handle_empty_z_m() 495 || one_of(it, "Z", has_z) in handle_empty_z_m() 496 || one_of(it, "EMPTY", has_empty) in handle_empty_z_m() 497 || one_of(it, "MZ", has_m, has_z) in handle_empty_z_m() 498 || one_of(it, "ZM", has_z, has_m) in handle_empty_z_m()
|