Home
last modified time | relevance | path

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

/frameworks/native/services/vr/performanced/
Dstdio_filebuf.h51 typedef std::char_traits<char_type> traits_type; typedef
52 typedef typename traits_type::int_type int_type;
53 typedef typename traits_type::pos_type pos_type;
54 typedef typename traits_type::off_type off_type;
55 typedef typename traits_type::state_type state_type;
63 virtual int_type pbackfail(int_type __c = traits_type::eof()) override;
86 __last_consumed_(traits_type::eof()), in stdio_filebuf()
122 __last_consumed_ = traits_type::eof(); in __getchar()
132 return traits_type::eof(); in __getchar()
152 return traits_type::eof(); in __getchar()
[all …]
/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dstring_wrapper.h24 typedef Traits traits_type; typedef