Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/tests/
H A DStreamTest.cpp221 static size_t compare_peek_to_read(skiatest::Reporter* reporter, in compare_peek_to_read() function
249 REPORTER_ASSERT(r, compare_peek_to_read(r, stream, i) == 0); in test_fully_peekable_stream()
265 const size_t unpeekableBytes = compare_peek_to_read(r, bufferedStream.get(), i); in test_peeking_front_buffered_stream()