OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_count
(Results
1 - 20
of
20
) sorted by null
/external/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) {
locale_impl.cpp
70
static _Refcount_Base
_S_count
(0);
71
return
_S_count
;
/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) {
locale_impl.cpp
70
static _Refcount_Base
_S_count
(0);
71
return
_S_count
;
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/ext/
throw_allocator.h
299
// Increment
_S_count
every time called.
300
// If
_S_count
matches the limit count, throw.
312
static size_t
_S_count
(0);
313
return
_S_count
;
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/ext/
throw_allocator.h
299
// Increment
_S_count
every time called.
300
// If
_S_count
matches the limit count, throw.
312
static size_t
_S_count
(0);
313
return
_S_count
;
/external/stlport/stlport/stl/
_ios_base.h
245
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);
/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/5/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
245
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/6/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
245
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/7/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
245
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/8/sources/cxx-stl/stlport/stlport/stl/
_ios_base.h
245
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 1153 milliseconds