OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pos_in
(Results
1 - 2
of
2
) sorted by null
/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/
strstream.cpp
232
bool
pos_in
= __which & ios::in;
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;
local
292
if (
pos_in
|| pos_out)
294
if (!((
pos_in
&& gptr() == nullptr) || (pos_out && pptr() == nullptr)))
301
if (
pos_in
)
[
all
...]
/system/core/toolbox/
dd.c
76
void
pos_in
(void);
233
pos_in
();
587
pos_in
(void)
function
Completed in 477 milliseconds