Home | History | Annotate | Download | only in src

Lines Matching defs:pos_in

237     bool pos_in = (__which & ios::in) != 0;
244 if (pos_in || pos_out)
248 if (pos_in != pos_out)
252 if (pos_in && gptr() == nullptr)
266 newoff = (pos_in ? gptr() : pptr()) - eback();
278 if (pos_in)
297 bool pos_in = (__which & ios::in) != 0;
299 if (pos_in || pos_out)
301 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)))
308 if (pos_in)