Searched defs:pos_in (Results 1 - 1 of 1) sorted by path

/external/libcxx/src/
H A Dstrstream.cpp232 bool pos_in = (__which & ios::in) != 0; local
239 if (pos_in || pos_out)
243 if (pos_in != pos_out)
247 if (pos_in && gptr() == nullptr)
261 newoff = (pos_in ? gptr() : pptr()) - eback();
271 if (pos_in)
290 bool pos_in = (__which & ios::in) != 0; local
292 if (pos_in || pos_out)
294 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr)))
301 if (pos_in)
[all...]

Completed in 349 milliseconds