Home
last modified time | relevance | path

Searched refs:has_version (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/container/detail/
H A Dversion_type.hpp62 struct has_version struct
73 template <class T, bool = has_version<T>::value>
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/vector-tile/1.0.2/include/mapbox/
H A Dvector_tile.hpp385 bool has_version = false; in layer() local
422 has_version = true; in layer()
432 if (!has_version || !has_name || !has_extent) { in layer()
434 if (!has_version) { in layer()