Searched refs:before_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Ddate.cc39 before_ = &dst_[0];
190 after_ = LeastRecentlyUsedDST(before_);
216 if (before_->start_sec <= time_sec &&
217 time_sec <= before_->end_sec) {
219 before_->last_used = ++dst_usage_counter_;
220 return before_->offset_ms;
225 DCHECK(InvalidSegment(before_) || before_->start_sec <= time_sec);
228 if (InvalidSegment(before_)) {
230 before_
[all...]
H A Ddate.h237 // Sets the before_ and the after_ segments from the DST cache such that
238 // the before_ segment starts earlier than the given time and
241 // The last_used counters of the before_ and after_ are updated.
264 DST* before_;
/external/chromium_org/tools/gn/
H A Dparse_tree.h34 const std::vector<Token>& before() const { return before_; }
36 before_.push_back(c);
55 std::vector<Token> before_; member in class:Comments

Completed in 121 milliseconds