OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_S_is_synced
(Results
1 - 5
of
5
) sorted by null
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
iostream.cpp
141
bool ios_base::
_S_is_synced
= true;
202
if (
_S_is_synced
)
207
if (
_S_is_synced
) {
302
if (sync ==
_S_is_synced
) return sync;
307
_S_is_synced
= sync;
344
_S_is_synced
= sync;
347
return
_S_is_synced
;
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
iostream.cpp
141
bool ios_base::
_S_is_synced
= true;
202
if (
_S_is_synced
)
207
if (
_S_is_synced
) {
302
if (sync ==
_S_is_synced
) return sync;
307
_S_is_synced
= sync;
344
_S_is_synced
= sync;
347
return
_S_is_synced
;
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
204
static bool
_S_is_synced
;
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
204
static bool
_S_is_synced
;
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
204
static bool
_S_is_synced
;
Completed in 50 milliseconds