Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dring_buffer.h232 increment_buffer_index(head_); in pop_front()
290 increment_buffer_index(tmp); in end()
308 increment_buffer_index(tmp); in end()
428 increment_buffer_index(tail_); in increment_tail()
430 increment_buffer_index(head_); in increment_tail()
446 constexpr void increment_buffer_index(size_type &index) const noexcept in increment_buffer_index() function