Home
last modified time | relevance | path

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

/third_party/nghttp2/src/
H A Dmemchunk.h426 // Wrapper around Memchunks to offer "peeking" functionality.
434 peeking(true) {} in PeekMemchunks()
442 peeking{std::exchange(other.peeking, true)} {}
454 peeking = std::exchange(other.peeking, true);
464 if (!peeking) { in remove()
513 if (!peeking) { in disable_peek()
525 peeking = false; in disable_peek()
532 peeking in reset()
543 bool peeking; global() member
[all...]
H A Dmemchunk_test.cc274 CU_ASSERT(!pchunks.peeking); in test_peek_memchunks_disable_peek_drain()
302 CU_ASSERT(!pchunks.peeking); in test_peek_memchunks_disable_peek_no_drain()
337 CU_ASSERT(pchunks.peeking); in test_peek_memchunks_reset()

Completed in 2 milliseconds