Home
last modified time | relevance | path

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

/external/webrtc/rtc_base/
Dfile_rotating_stream.h79 size_t GetRotationIndex() const { return rotation_index_; } in GetRotationIndex()
81 void SetRotationIndex(size_t index) { rotation_index_ = index; } in SetRotationIndex()
111 size_t rotation_index_; variable
Dfile_rotating_stream.cc181 rotation_index_(0), in FileRotatingStream()
191 rotation_index_ = num_files - 1; in FileRotatingStream()
306 RTC_DCHECK_LT(rotation_index_, file_names_.size()); in RotateFiles()
307 std::string file_to_delete = file_names_[rotation_index_]; in RotateFiles()
313 for (auto i = rotation_index_; i > 0; --i) { in RotateFiles()