Home
last modified time | relevance | path

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

/frameworks/native/services/vr/performanced/
Dstdio_filebuf.h71 int_type __last_consumed_; variable
86 __last_consumed_(traits_type::eof()), in stdio_filebuf()
120 int_type __result = __last_consumed_; in __getchar()
122 __last_consumed_ = traits_type::eof(); in __getchar()
175 __last_consumed_ = traits_type::to_int_type(__1buf); in __getchar()
184 __c = __last_consumed_; in pbackfail()
186 !traits_type::eq_int_type(__last_consumed_, traits_type::eof()); in pbackfail()
193 const char_type __ci = traits_type::to_char_type(__last_consumed_); in pbackfail()
200 __extbuf[0] = static_cast<char>(__last_consumed_); in pbackfail()
211 __last_consumed_ = __c; in pbackfail()