Home | History | Annotate | Download | only in unittest

Lines Matching refs:Peek

947     // This tests that MemoryStream is checking the length in Peek().

977 Ch Peek() const { return *src_; }
1025 Ch Peek() const {
1026 int c = is_.peek();