OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_S_count
(Results
1 - 6
of
6
) sorted by null
/ndk/sources/cxx-stl/stlport/src/
bitset.cpp
30
size_t _Bs_G::
_S_count
(const unsigned char *__first,
iostream.cpp
139
long ios_base::Init::
_S_count
= 0;
144
if (
_S_count
++ == 0) {
152
if (--
_S_count
== 0) {
306
if (Init::
_S_count
== 0) {
/ndk/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
247
static long
_S_count
;
_bitset.h
74
static size_t
_S_count
(const unsigned char *__beg, const unsigned char *__end)
194
return _Bs_G::
_S_count
(__byte_ptr, __end_ptr);
257
return _Bs_G::
_S_count
(__byte_ptr, __end_ptr);
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
247
static long
_S_count
;
_bitset.h
74
static size_t
_S_count
(const unsigned char *__beg, const unsigned char *__end)
194
return _Bs_G::
_S_count
(__byte_ptr, __end_ptr);
257
return _Bs_G::
_S_count
(__byte_ptr, __end_ptr);
Completed in 163 milliseconds