Searched refs:compare_peek_to_read (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/tests/ |
D | StreamTest.cpp | 207 static size_t compare_peek_to_read(skiatest::Reporter* reporter, in compare_peek_to_read() function 235 REPORTER_ASSERT(r, compare_peek_to_read(r, stream, i) == 0); in test_fully_peekable_stream() 251 const size_t unpeekableBytes = compare_peek_to_read(r, bufferedStream.get(), i); in test_peeking_front_buffered_stream()
|
/third_party/flutter/skia/tests/ |
D | StreamTest.cpp | 202 static size_t compare_peek_to_read(skiatest::Reporter* reporter, in compare_peek_to_read() function 230 REPORTER_ASSERT(r, compare_peek_to_read(r, stream, i) == 0); in test_fully_peekable_stream() 244 const size_t unpeekableBytes = compare_peek_to_read(r, bufferedStream.get(), i); in test_peeking_front_buffered_stream()
|