Home
last modified time | relevance | path

Searched refs:last_ (Results 1 – 17 of 17) sorted by relevance

/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/
H A Dtokenizer.hpp55 : first_(first), last_(last), f_(f) { } in tokenizer()
59 : first_(c.begin()), last_(c.end()), f_() { } in tokenizer()
63 : first_(c.begin()), last_(c.end()), f_(f) { } in tokenizer()
67 last_ = last; in assign()
86 iter begin() const { return iter(f_,first_,last_); } in begin()
87 iter end() const { return iter(f_,last_,last_); } in end()
91 Iterator last_; member in boost::tokenizer
H A Dtoken_functions.hpp112 bool last_; member in boost::escaped_list_separator
154 : escape_(1,e), c_(1,c), quote_(1,q), last_(false) { } in escaped_list_separator()
157 : escape_(e), c_(c), quote_(q), last_(false) { } in escaped_list_separator()
159 void reset() {last_=false;} in reset()
167 if (last_) { in operator ()()
168 last_ = false; in operator ()()
174 last_ = false; in operator ()()
185 last_ = true; in operator ()()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/
H A Dtransform_view.hpp33 typedef typename end<Sequence>::type last_; typedef
38 typedef aux::transform_iter< first_,last_,f_ > begin;
39 typedef aux::transform_iter< last_,last_,f_ > end;
H A Diter_fold_if.hpp71 typedef typename end<Sequence>::type last_; typedef
89 , protect< aux::iter_fold_if_pred< ForwardPredicate,last_ > >
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/iostreams/detail/adapter/
H A Drange_adapter.hpp69 iterator first_, cur_, last_; member in boost::iostreams::detail::range_adapter
76 : first_(rng.begin()), cur_(rng.begin()), last_(rng.end()) { } in range_adapter()
80 : first_(first), cur_(first), last_(last) { } in range_adapter()
85 { return impl::read(cur_, last_, s, n); } in read()
90 { return impl::write(cur_, last_, s, n); } in write()
97 impl::seek(first_, cur_, last_, off, way); in seek()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/detail/
H A Dalternative_function.hpp59 Iterator& first_, Iterator const& last_, Context& context_, in alternative_function()
61 : first(first_), last(last_), context(context_), skipper(skipper_), in alternative_function()
189 Iterator& first_, Iterator const& last_, Context& context_, in alternative_function()
191 : first(first_), last(last_), context(context_), skipper(skipper_) in alternative_function()
H A Dexpectation_failure.hpp22 expectation_failure(Iterator first_, Iterator last_, info const& what) in expectation_failure()
24 , first(first_), last(last_), what_(what) in expectation_failure()
H A Dfail_function.hpp25 Iterator& first_, Iterator const& last_ in fail_function()
28 , last(last_) in fail_function()
H A Dpass_function.hpp23 Iterator& first_, Iterator const& last_ in pass_function()
26 , last(last_) in pass_function()
H A Dpermute_function.hpp23 Iterator& first_, Iterator const& last_ in permute_function()
26 , last(last_) in permute_function()
H A Dexpect_function.hpp29 Iterator& first_, Iterator const& last_ in expect_function()
32 , last(last_) in expect_function()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/mpl/aux_/
H A Dback_impl.hpp34 typedef typename prior<end_>::type last_; typedef
35 typedef typename deref<last_>::type type;
H A Derase_impl.hpp39 typedef typename if_na< Last,typename next<First>::type >::type last_; typedef
49 last_
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/support/char_set/
H A Drange.hpp25 range(T first_, T last_) : first(first_), last(last_) {} in range()
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/spirit/home/qi/stream/detail/
H A Diterator_source.hpp29 iterator_source (Iterator const& first_, Iterator const& last_) in iterator_source()
30 : first(first_), last(last_), pos(0) in iterator_source()
/OK3568_Linux_fs/kernel/drivers/net/ethernet/intel/igbvf/
H A Dnetdev.c1824 if (current_counter < adapter->stats.last_##name) \
1826 adapter->stats.last_##name = current_counter; \
/OK3568_Linux_fs/kernel/Documentation/admin-guide/device-mapper/
H A Ddm-raid.rst392 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".