HomeSort by relevance Sort by last modified time
    Searched refs:iteration_depth_ (Results 1 - 2 of 2) sorted by null

  /external/chromium/base/
id_map.h 41 IDMap() : iteration_depth_(0), next_id_(1), check_on_null_data_(false) {
88 if (iteration_depth_ == 0) {
123 ++map_->iteration_depth_;
129 if (--map_->iteration_depth_ == 0)
191 DCHECK_EQ(0, iteration_depth_);
201 int iteration_depth_; member in class:IDMap
  /external/chromium_org/base/
id_map.h 40 IDMap() : iteration_depth_(0), next_id_(1), check_on_null_data_(false) {
87 if (iteration_depth_ == 0) {
97 if (iteration_depth_ == 0) {
126 return iteration_depth_;
159 DCHECK_LT(0, map_->iteration_depth_);
161 if (--map_->iteration_depth_ == 0)
189 ++map_->iteration_depth_;
229 DCHECK_EQ(0, iteration_depth_);
239 int iteration_depth_; member in class:IDMap

Completed in 35 milliseconds