Searched refs:call_depth_ (Results 1 – 1 of 1) sorted by relevance
454 call_depth_(0),475 inline void IncrementCallDepth() {call_depth_++;}476 inline void DecrementCallDepth() {call_depth_--;}477 inline bool CallDepthIsZero() { return call_depth_ == 0; }507 call_depth_ = 0;521 DCHECK(call_depth_ == 0);534 int call_depth_; local