Searched refs:DifferenceType (Results 1 – 3 of 3) sorted by relevance
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/range/detail/ |
| H A D | msvc_has_iterator_workaround.hpp | 44 class DifferenceType /*= ::std::ptrdiff_t*/, 90 template<class Traversal, class T, class Reference, class DifferenceType, class ValueType> 91 …struct has_iterator< ::boost::type_erasure::iterator<Traversal, T, Reference, DifferenceType, Valu… 95 template<class Traversal, class T, class Reference, class DifferenceType, class ValueType> 96 …struct has_iterator< ::boost::type_erasure::iterator<Traversal, T, Reference, DifferenceType, Valu…
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/rapidjson/1.1.0/include/rapidjson/ |
| H A D | document.h | 125 typedef typename BaseType::difference_type DifferenceType; typedef 162 Iterator operator+(DifferenceType n) const { return Iterator(ptr_+n); } 163 Iterator operator-(DifferenceType n) const { return Iterator(ptr_-n); } 165 Iterator& operator+=(DifferenceType n) { ptr_+=n; return *this; } 166 Iterator& operator-=(DifferenceType n) { ptr_-=n; return *this; } 183 Reference operator[](DifferenceType n) const { return ptr_[n]; } 187 DifferenceType operator-(ConstIterator that) const { return ptr_-that.ptr_; }
|
| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/container/detail/ |
| H A D | copy_move_algo.hpp | 87 template <class PointedType, class DifferenceType, class OffsetType, std::size_t OffsetAlignment> 120 template <class PointedType, class DifferenceType, class OffsetType, std::size_t OffsetAlignment> 121 struct are_elements_contiguous< ::boost::interprocess::offset_ptr<PointedType, DifferenceType, Offs…
|