Home
last modified time | relevance | path

Searched defs: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
65 struct two {char _[2];};
69 static const bool value = sizeof(test<T>(0)) == 1;
70 void dummy(){} in dummy()
/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