Home
last modified time | relevance | path

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

/frameworks/native/services/vr/performanced/
Dstdio_filebuf.h63 virtual int_type pbackfail(int_type __c = traits_type::eof()) override;
130 int __c = getc(__file_); in __getchar() local
131 if (__c == EOF) in __getchar()
133 __extbuf[__i] = static_cast<char>(__c); in __getchar()
154 int __c = getc(__file_); in __getchar() local
155 if (__c == EOF) in __getchar()
157 __extbuf[__nread] = static_cast<char>(__c); in __getchar()
181 int_type __c) { in pbackfail() argument
182 if (traits_type::eq_int_type(__c, traits_type::eof())) { in pbackfail()
184 __c = __last_consumed_; in pbackfail()
[all …]