| /OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/deps/boost/1.65.1/include/boost/ |
| H A D | tokenizer.hpp | 55 : 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 D | token_functions.hpp | 112 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 D | transform_view.hpp | 33 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 D | iter_fold_if.hpp | 71 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 D | range_adapter.hpp | 69 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 D | alternative_function.hpp | 59 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 D | expectation_failure.hpp | 22 expectation_failure(Iterator first_, Iterator last_, info const& what) in expectation_failure() 24 , first(first_), last(last_), what_(what) in expectation_failure()
|
| H A D | fail_function.hpp | 25 Iterator& first_, Iterator const& last_ in fail_function() 28 , last(last_) in fail_function()
|
| H A D | pass_function.hpp | 23 Iterator& first_, Iterator const& last_ in pass_function() 26 , last(last_) in pass_function()
|
| H A D | permute_function.hpp | 23 Iterator& first_, Iterator const& last_ in permute_function() 26 , last(last_) in permute_function()
|
| H A D | expect_function.hpp | 29 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 D | back_impl.hpp | 34 typedef typename prior<end_>::type last_; typedef 35 typedef typename deref<last_>::type type;
|
| H A D | erase_impl.hpp | 39 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 D | range.hpp | 25 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 D | iterator_source.hpp | 29 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 D | netdev.c | 1824 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 D | dm-raid.rst | 392 1.5.2 'mismatch_cnt' is zero unless [last_]sync_action is "check".
|