Home | History | Annotate | Download | only in bits

Lines Matching refs:__state

115       out(state_type& __state, const intern_type* __from,
120 return this->do_out(__state, __from, __from_end, __from_next,
154 unshift(state_type& __state, extern_type* __to, extern_type* __to_end,
156 { return this->do_unshift(__state, __to,__to_end,__to_next); }
195 in(state_type& __state, const extern_type* __from,
200 return this->do_in(__state, __from, __from_end, __from_next,
213 length(state_type& __state, const extern_type* __from,
215 { return this->do_length(__state, __from, __end, __max); }
236 do_out(state_type& __state, const intern_type* __from,
242 do_unshift(state_type& __state, extern_type* __to,
246 do_in(state_type& __state, const extern_type* __from,
296 do_out(state_type& __state, const intern_type* __from,
302 do_unshift(state_type& __state, extern_type* __to,
306 do_in(state_type& __state, const extern_type* __from,
356 do_out(state_type& __state, const intern_type* __from,
362 do_unshift(state_type& __state, extern_type* __to,
366 do_in(state_type& __state, const extern_type* __from,
414 do_out(state_type& __state, const intern_type* __from,
420 do_unshift(state_type& __state,
425 do_in(state_type& __state,