Home
last modified time | relevance | path

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

/external/webrtc/webrtc/base/
Dfilerotatingstream.h77 size_t GetRotationIndex() const { return rotation_index_; } in GetRotationIndex()
79 void SetRotationIndex(size_t index) { rotation_index_ = index; } in SetRotationIndex()
120 size_t rotation_index_; variable
Dfilerotatingstream.cc55 rotation_index_(0), in FileRotatingStream()
65 rotation_index_ = num_files - 1; in FileRotatingStream()
284 RTC_DCHECK_LT(rotation_index_, file_names_.size()); in RotateFiles()
285 std::string file_to_delete = file_names_[rotation_index_]; in RotateFiles()
291 for (auto i = rotation_index_; i > 0; --i) { in RotateFiles()