Searched refs:is_empty_ (Results 1 – 4 of 4) sorted by relevance
22 if (is_empty_ || chunks_[chunk_index_]->IsFull()) { in AddTraceEvent()23 chunk_index_ = is_empty_ ? 0 : NextChunkIndex(chunk_index_); in AddTraceEvent()24 is_empty_ = false; in AddTraceEvent()53 if (!is_empty_) { in Flush()65 is_empty_ = true; in Flush()
40 bool is_empty_ = true; variable
42 bool is_empty_; variable
9495 is_empty_(false) {} in Location()9500 is_empty_(true) {} in Location()9512 bool debug::Location::IsEmpty() const { return is_empty_; } in IsEmpty()