Home
last modified time | relevance | path

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

/external/pigweed/pw_ring_buffer/
Dprefixed_entry_ring_buffer_test.cc435 int total_items = 0; in TEST() local
439 total_items++; in TEST()
448 for (int i = 0; i < total_items; ++i) { in TEST()
454 for (int i = 0; i < total_items; ++i) { in TEST()
472 int total_items = 0; in TEST() local
474 Status status = TryPushBack<int>(ring, total_items); in TEST()
476 total_items++; in TEST()
484 for (int i = 0; i < total_items; ++i) { in TEST()
496 size_t max_items = total_items; in TEST()
498 Status status = TryPushBack<int>(ring, total_items); in TEST()
[all …]