Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
Dstrstream.cpp233 bool pos_out = (__which & ios::out) != 0; in seekoff() local
239 if (pos_in || pos_out) in seekoff()
243 if (pos_in != pos_out) in seekoff()
249 if (pos_out && pptr() == nullptr) in seekoff()
273 if (pos_out) in seekoff()
291 bool pos_out = (__which & ios::out) != 0; in seekpos() local
292 if (pos_in || pos_out) in seekpos()
294 if (!((pos_in && gptr() == nullptr) || (pos_out && pptr() == nullptr))) in seekpos()
303 if (pos_out) in seekpos()