Searched refs:state_type (Results 1 – 2 of 2) sorted by relevance
55 typedef typename traits_type::state_type state_type; typedef68 const std::codecvt<char_type, char, state_type>* __cv_;69 state_type __st_;99 __cv_ = &std::use_facet<std::codecvt<char_type, char, state_type> >(__loc); in imbue()143 state_type __sv_st = __st_; in __getchar()
118 optional StateType state_type = 5; field