Home
last modified time | relevance | path

Searched refs:generation_ (Results 1 – 2 of 2) sorted by relevance

/third_party/gn/src/base/containers/
Dcircular_deque.h242 created_generation_ = parent->generation_; in circular_deque_const_iterator()
298 DCHECK_EQ(created_generation_, parent_deque_->generation_) in CheckUnstableUsage()
1065 void IncrementGeneration() { generation_++; } in IncrementGeneration()
1091 uint64_t generation_ = 0; variable
/third_party/node/deps/v8/tools/
Dtickprocessor.mjs642 this.generation_ = 1;
831 print(`Generation ${this.generation_}:`);
842 this.generation_++;