Home
last modified time | relevance | path

Searched refs:index_ (Results 1 – 10 of 10) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/vector/aux_/
H A Ditem.hpp36 typedef typename Base::upper_bound_ index_; typedef
37 typedef typename next<index_>::type upper_bound_;
44 static aux::type_wrapper<T> item_(index_);
55 typedef typename prior<typename Base::lower_bound_>::type index_; typedef
56 typedef index_ lower_bound_;
61 static aux::type_wrapper<T> item_(index_);
73 typedef typename prior<typename Base::upper_bound_>::type index_; typedef
74 typedef index_ upper_bound_;
79 static aux::type_wrapper<void_> item_(index_);
89 typedef typename Base::lower_bound_ index_; typedef
[all …]
H A Dat.hpp34 typedef long_< (Vector::lower_bound_::value + n_) > index_; typedef
35 typedef __typeof__( Vector::item_(index_()) ) type;
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/fusion/container/map/detail/
H A Dmap_impl.hpp29 template <int index_>
30 struct map_impl<index_>
33 static int const index = index_;
57 template <int index_, typename Pair, typename ...T>
58 struct map_impl<index_, Pair, T...> : map_impl<index_ + 1, T...>
61 typedef map_impl<index_+1, T...> rest_type;
67 static int const index = index_;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/flann/
H A Dresult_set.h293 dist_(dist), index_(index) in DistIndex()
298 … return (dist_ < dist_index.dist_) || ((dist_ == dist_index.dist_) && index_ < dist_index.index_);
301 unsigned int index_; member
332 *indices = dist_index->index_;
340 *indices = dist_index->index_;
/OK3568_Linux_fs/external/rknpu2/examples/3rdparty/opencv/opencv-linux-aarch64/include/opencv2/videostab/
H A Dfast_marching_inl.hpp65 index_.create(mask.size()); in run()
106 index_(y,x) = size_++; in run()
142 int i = index_(yn,xn); in run()
H A Dfast_marching.hpp97 int& indexOf(const DXY &dxy) { return index_(dxy.y, dxy.x); } in indexOf()
109 cv::Mat_<int> index_; // index of point in the narrow band member in cv::videostab::FastMarchingMethod
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/include/mbgl/style/expression/
H A Dat.hpp13 At(std::unique_ptr<Expression> index_, std::unique_ptr<Expression> input_) : in At() argument
15 index(std::move(index_)), in At()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/style/expression/
H A Dparsing_context.cpp77 std::size_t index_, in parse() argument
80 ParsingContext child(key + "[" + util::toString(index_) + "]", in parse()
87 ParseResult ParsingContext::parse(const Convertible& value, std::size_t index_, optional<type::Type… in parse() argument
89 ParsingContext child(key + "[" + util::toString(index_) + "]", in parse()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/geometry/
H A Dfeature_index.hpp25 …IndexedSubfeature(std::size_t index_, std::string sourceLayerName_, std::string bucketName_, size_… in IndexedSubfeature() argument
26 : index(index_) in IndexedSubfeature()
/OK3568_Linux_fs/kernel/drivers/scsi/megaraid/
H A Dmegaraid_sas_fp.c57 #define SPAN_ROW_SIZE(map, ld, index_) (MR_LdSpanPtrGet(ld, index_, map)->spanRowSize) argument
58 #define SPAN_ROW_DATA_SIZE(map_, ld, index_) (MR_LdSpanPtrGet(ld, index_, map)->spanRowDataSize) argument