Searched defs:_S_count (Results 1 - 4 of 4) sorted by relevance

/external/stlport/src/
H A Dbitset.cpp30 size_t _Bs_G::_S_count(const unsigned char *__first, function in class:_Bs_G
H A Diostream.cpp139 long ios_base::Init::_S_count = 0; member in class:ios_base::Init
144 if (_S_count++ == 0) {
152 if (--_S_count == 0) {
306 if (Init::_S_count == 0) {
/external/stlport/stlport/stl/
H A D_bitset.h74 static size_t _S_count(const unsigned char *__beg, const unsigned char *__end) function in class:_Bs_G
194 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
257 return _Bs_G::_S_count(__byte_ptr, __end_ptr);
H A D_ios_base.h245 static long _S_count; member in class:ios_base::Init

Completed in 1631 milliseconds