Searched refs:NextQueueIndex (Results 1 - 1 of 1) sorted by relevance

/external/libchrome/base/trace_event/
H A Dtrace_buffer.cc39 queue_head_ = NextQueueIndex(queue_head_);
64 queue_tail_ = NextQueueIndex(queue_tail_);
93 current_iteration_index_ = NextQueueIndex(current_iteration_index_);
105 queue_index = NextQueueIndex(queue_index)) {
119 queue_index = NextQueueIndex(queue_index)) {
180 size_t NextQueueIndex(size_t index) const { function in class:base::trace_event::__anon9350::TraceBufferRingBuffer

Completed in 37 milliseconds