/third_party/boost/boost/date_time/ |
D | period.hpp | 83 point_rep last_; member in boost::date_time::period 94 last_(end_point - duration_rep::unit()) in period() 104 last_(first_point + len-duration_rep::unit()) in period() 121 return last_ + duration_rep::unit(); in end() 129 return last_; in last() 145 if(last_ < begin_){ // invalid period in length() 146 return last_+duration_rep::unit() - begin_; in length() 159 (last_ == rhs.last_)); in operator ==() 167 return (last_ < rhs.begin_); in operator <() 177 last_ = last_ + d; in shift() [all …]
|
/third_party/boost/libs/beast/include/boost/beast/core/impl/ |
D | flat_buffer.hpp | 45 , last_(nullptr) in basic_flat_buffer() 59 , last_(nullptr) in basic_flat_buffer() 73 , last_(nullptr) 90 , last_(nullptr) 104 , last_(boost::exchange(other.last_, nullptr)) 123 last_ = nullptr; 133 last_ = other.out_; // invalidate 142 other.last_ = nullptr; 155 , last_(nullptr) 172 , last_(nullptr) [all …]
|
D | buffers_adaptor.hpp | 60 , last_(other.last_) in subrange() 70 last_ = other.last_; in operator =() 87 , last_(other.last_) in subrange() 113 iter_type last_; member in boost::beast::buffers_adaptor::subrange 460 , last_(last) in subrange() 477 last_ = first_; in adjust() 479 if (first_ == last_) in adjust() 487 return std::next(iter) == last_; in adjust() 515 last_ = std::next(current); in adjust() 520 last_ = std::next(current); in adjust() [all …]
|
D | flat_static_buffer.ipp | 26 begin_ in_ out_ last_ end_ 37 last_ = begin_; 47 last_ = out_ + n; 58 last_ = out_ + n; 82 last_ = begin_;
|
/third_party/boost/boost/beast/core/impl/ |
D | flat_buffer.hpp | 45 , last_(nullptr) in basic_flat_buffer() 59 , last_(nullptr) in basic_flat_buffer() 73 , last_(nullptr) 90 , last_(nullptr) 104 , last_(boost::exchange(other.last_, nullptr)) 123 last_ = nullptr; 133 last_ = other.out_; // invalidate 142 other.last_ = nullptr; 155 , last_(nullptr) 172 , last_(nullptr) [all …]
|
D | buffers_adaptor.hpp | 60 , last_(other.last_) in subrange() 70 last_ = other.last_; in operator =() 87 , last_(other.last_) in subrange() 113 iter_type last_; member in boost::beast::buffers_adaptor::subrange 460 , last_(last) in subrange() 477 last_ = first_; in adjust() 479 if (first_ == last_) in adjust() 487 return std::next(iter) == last_; in adjust() 515 last_ = std::next(current); in adjust() 520 last_ = std::next(current); in adjust() [all …]
|
D | flat_static_buffer.ipp | 26 begin_ in_ out_ last_ end_ 37 last_ = begin_; 47 last_ = out_ + n; 58 last_ = out_ + n; 82 last_ = begin_;
|
/third_party/boost/boost/xpressive/detail/utility/chset/ |
D | range_run.ipp | 30 , last_(last) 38 return this->first_ <= this->last_; 45 return (this->first_ <= r.first_) && (this->last_ >= r.last_); 52 return (this->first_ <= v) && (this->last_ >= v); 60 Char incr_last = (std::max)(this->last_, Char(this->last_+1)); 62 return (decr_first <= r.last_) && (incr_last >= r.first_); 70 this->last_ = (std::max)(this->last_, r.last_); 112 if(tr.in_range_nocase(begin->first_, begin->last_, v)) 189 if(left_iter->last_ > r.last_) 191 Char save_last = left_iter->last_; [all …]
|
/third_party/boost/boost/ |
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
|
/third_party/googletest/googletest/samples/ |
D | sample3-inl.h | 76 Queue() : head_(nullptr), last_(nullptr), size_(0) {} in Queue() 95 head_ = last_ = nullptr; in Clear() 108 QueueNode<E>* Last() { return last_; } in Last() 109 const QueueNode<E>* Last() const { return last_; } in Last() 119 head_ = last_ = new_node; in Enqueue() 122 last_->next_ = new_node; in Enqueue() 123 last_ = new_node; in Enqueue() 139 last_ = nullptr; in Dequeue() 164 QueueNode<E>* last_; // The last node of the queue. variable
|
/third_party/nghttp2/src/ |
D | shrpx_log.h | 136 last_ = std::copy(first, first + n, last_); in write_seq() 150 *last_++ = '0'; in write_hex() 151 *last_++ = 'x'; in write_hex() 152 *last_++ = '0'; in write_hex() 153 *last_++ = '0'; in write_hex() 169 *last_++ = '0'; in write_hex() 170 *last_++ = 'x'; in write_hex() 172 last_ += nlen; in write_hex() 175 auto p = last_ - 1; in write_hex() 196 size_t rleft() { return last_ - begin_; } in rleft() [all …]
|
/third_party/boost/libs/beast/include/boost/beast/http/impl/ |
D | rfc7230.ipp | 76 it_ = last_; 77 first_ = last_; 84 detail::skip_ows(it_, last_); 85 if(it_ == last_) 96 if(it_ == last_) 103 if (it_ == last_) 108 pi.last = last_; 155 it_ = last_; 156 first_ = last_; 163 detail::skip_ows(it_, last_); [all …]
|
D | rfc7230.hpp | 142 iter_type last_; member in boost::beast::http::ext_list::const_iterator 159 other.last_ == last_; in operator ==() 202 last_ = end; in const_iterator() 255 iter_type last_; member in boost::beast::http::token_list::const_iterator 272 other.last_ == last_; in operator ==() 315 last_ = end; in const_iterator()
|
D | file_body_win32.hpp | 75 std::uint64_t last_; // ending offset of the range member in boost::beast::http::basic_file_body::value_type 154 beast::detail::clamp(body_.last_ - pos_)); in get() 173 pos_ < body_.last_}}; // `true` if there are more buffers. in get() 264 last_ = size_; in open() 288 last_ = size_; in reset() 436 (std::min<std::uint64_t>)(w.body_.last_ - w.pos_, sr_.limit()), in operator ()() 480 BOOST_ASSERT(w.pos_ <= w.body_.last_); in operator ()() 481 if(w.pos_ >= w.body_.last_) in operator ()() 564 (std::min<std::uint64_t>)(w.body_.last_ - w.pos_, sr.limit()), in write_some() 581 BOOST_ASSERT(w.pos_ <= w.body_.last_); in write_some() [all …]
|
/third_party/boost/boost/beast/http/impl/ |
D | rfc7230.ipp | 76 it_ = last_; 77 first_ = last_; 84 detail::skip_ows(it_, last_); 85 if(it_ == last_) 96 if(it_ == last_) 103 if (it_ == last_) 108 pi.last = last_; 155 it_ = last_; 156 first_ = last_; 163 detail::skip_ows(it_, last_); [all …]
|
D | rfc7230.hpp | 142 iter_type last_; member in boost::beast::http::ext_list::const_iterator 159 other.last_ == last_; in operator ==() 202 last_ = end; in const_iterator() 255 iter_type last_; member in boost::beast::http::token_list::const_iterator 272 other.last_ == last_; in operator ==() 315 last_ = end; in const_iterator()
|
D | file_body_win32.hpp | 75 std::uint64_t last_; // ending offset of the range member in boost::beast::http::basic_file_body::value_type 154 beast::detail::clamp(body_.last_ - pos_)); in get() 173 pos_ < body_.last_}}; // `true` if there are more buffers. in get() 264 last_ = size_; in open() 288 last_ = size_; in reset() 436 (std::min<std::uint64_t>)(w.body_.last_ - w.pos_, sr_.limit()), in operator ()() 480 BOOST_ASSERT(w.pos_ <= w.body_.last_); in operator ()() 481 if(w.pos_ >= w.body_.last_) in operator ()() 564 (std::min<std::uint64_t>)(w.body_.last_ - w.pos_, sr.limit()), in write_some() 581 BOOST_ASSERT(w.pos_ <= w.body_.last_); in write_some() [all …]
|
/third_party/boost/libs/mpl/test/ |
D | pair_view.cpp | 29 typedef end<view>::type last_; in MPL_TEST_CASE() typedef 34 MPL_ASSERT(( is_same< advance_c<last_,0>::type, last_ > )); in MPL_TEST_CASE() 35 MPL_ASSERT(( is_same< advance_c<first_,10>::type, last_ > )); in MPL_TEST_CASE() 36 MPL_ASSERT(( is_same< advance_c<last_,-10>::type, first_ > )); in MPL_TEST_CASE()
|
/third_party/boost/boost/xpressive/detail/utility/ |
D | boyer_moore.hpp | 50 , last_(begin) in boyer_moore() 76 for(unsigned char offset = this->length_; offset; --offset, ++this->last_) in init_() 78 this->offsets_[tr.hash(*this->last_)] = offset; in init_() 85 for(unsigned char offset = this->length_; offset; --offset, ++this->last_) in init_() 87 this->fold_.push_back(tr.fold_case(*this->last_)); in init_() 94 this->fold_.push_back(tr.fold_case(*this->last_)); in init_() 108 char_type const *pat_tmp = this->last_; in find_() 136 char_type const *pat_tmp = this->last_; in find_nocase_() 185 char_type const *last_; member
|
/third_party/boost/boost/spirit/home/qi/stream/detail/ |
D | iterator_source.hpp | 27 base_iterator_source (Iterator const& first_, Iterator const& last_) in base_iterator_source() 28 : first(first_), last(last_), pos(0) in base_iterator_source() 81 iterator_source (Iterator const& first_, Iterator const& last_) in iterator_source() 82 : base_type(first_, last_) {} in iterator_source() 96 iterator_source (Iterator const& first_, Iterator const& last_) in iterator_source() 97 : base_type(first_, last_) {} in iterator_source()
|
/third_party/boost/boost/mpl/ |
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;
|
D | filter_view.hpp | 33 typedef typename end<Sequence>::type last_; typedef 38 typedef typename aux::next_filter_iter< first_,last_,pred_ >::type begin; 39 typedef aux::filter_iter< last_,last_,pred_ > end;
|
/third_party/boost/boost/icl/detail/ |
D | interval_set_algo.hpp | 325 last_ = end_; --last_; in join_under() local 330 interval_type right_resid = left_subtract(key_value<Type>(last_) , addend); in join_under() 342 typename Type::iterator last_) in join_under() argument 351 iterator second_= boost::next(first_), end_ = boost::next(last_); in join_under() 354 interval_type right_resid = left_subtract(key_value<Type>(last_) , addend); in join_under() 383 (Type& object, const interval_type& addend, iterator last_) in add_over() 385 iterator joined_ = join_under(object, addend, last_); in add_over() 408 (Type& object, const interval_type& addend, iterator last_) in add_over() 410 return join_under(object, addend, last_); in add_over() 431 (Type& object, const interval_type& addend, iterator last_) in add_over() [all …]
|
/third_party/boost/libs/stl_interfaces/example/ |
D | filtered_int_iterator.cpp | 25 last_(last), in filtered_int_iterator() 31 it_ = std::find_if(it_, last_, pred_); in filtered_int_iterator() 40 it_ = std::find_if(std::next(it_), last_, pred_); in operator ++() 62 int * last_; member
|
/third_party/icu/vendor/double-conversion/upstream/test/cctest/ |
D | cctest.cc | 34 CcTest* CcTest::last_ = NULL; member in CcTest 41 prev_(last_) { in CcTest() 58 prev_ = last_; in CcTest() 59 last_ = this; in CcTest()
|