Searched defs:char_type (Results 1 - 1 of 1) sorted by relevance

/frameworks/native/services/vr/performanced/
H A Dstdio_filebuf.h50 typedef _CharT char_type; typedef in class:android::dvr::stdio_filebuf
51 typedef std::char_traits<char_type> traits_type;
68 const std::codecvt<char_type, char, state_type>* __cv_;
99 __cv_ = &std::use_facet<std::codecvt<char_type, char, state_type> >(__loc);
135 char_type __1buf;
137 __1buf = static_cast<char_type>(__extbuf[0]);
140 char_type* __inxt;
164 __1buf = static_cast<char_type>(__extbuf[0]);
193 const char_type __ci = traits_type::to_char_type(__last_consumed_);
194 const char_type* __inx
[all...]

Completed in 35 milliseconds