Searched refs:is_full_ (Results 1 – 2 of 2) sorted by relevance
19 is_full_(false), in VadCircularBuffer()27 is_full_ = false; in Reset()39 if (!is_full_) in Oldest()47 if (is_full_) { in Mean()59 if (is_full_) { in Insert()66 is_full_ = true; in Insert()71 if (is_full_) in BufferLevel()99 if (!is_full_ && *index >= index_) in ConvertToLinearIndex()110 if (!is_full_ && index_ < width_threshold + 2) in RemoveTransient()
30 bool is_full() const { return is_full_; } in is_full()62 bool is_full_; variable