OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:_S_key
(Results
1 - 8
of
8
) sorted by null
/prebuilts/ndk/r10/sources/cxx-stl/stlport/stlport/stl/
_tree.h
357
static const _Key& _STLP_CALL
_S_key
(_Base_ptr __x)
553
if (!_M_key_compare(
_S_key
(__x), __k))
559
if (_M_key_compare(__k,
_S_key
(__y))) {
572
if (!_M_key_compare(
_S_key
(__x), __k))
586
if (_M_key_compare(__k,
_S_key
(__x)))
619
!_M_key_compare(__x,
_S_key
(__p.second._M_node))) {
632
!_M_key_compare(__x,
_S_key
(__p.second._M_node))) {
/prebuilts/ndk/r11/sources/cxx-stl/stlport/src/
allocators.cpp
810
static pthread_key_t
_S_key
;
907
if (_S_key_initialized && (__result = (__state_type*) pthread_getspecific(
_S_key
)))
913
if (pthread_key_create(&
_S_key
, _S_destructor)) {
920
__ret_code = pthread_setspecific(
_S_key
, __result);
[
all
...]
/prebuilts/ndk/r11/sources/cxx-stl/stlport/stlport/stl/
_tree.h
357
static const _Key& _STLP_CALL
_S_key
(_Base_ptr __x)
553
if (!_M_key_compare(
_S_key
(__x), __k))
559
if (_M_key_compare(__k,
_S_key
(__y))) {
572
if (!_M_key_compare(
_S_key
(__x), __k))
586
if (_M_key_compare(__k,
_S_key
(__x)))
619
!_M_key_compare(__x,
_S_key
(__p.second._M_node))) {
632
!_M_key_compare(__x,
_S_key
(__p.second._M_node))) {
/prebuilts/ndk/r13/sources/cxx-stl/stlport/src/
allocators.cpp
810
static pthread_key_t
_S_key
;
907
if (_S_key_initialized && (__result = (__state_type*) pthread_getspecific(
_S_key
)))
913
if (pthread_key_create(&
_S_key
, _S_destructor)) {
920
__ret_code = pthread_setspecific(
_S_key
, __result);
[
all
...]
/prebuilts/ndk/r13/sources/cxx-stl/stlport/stlport/stl/
_tree.h
357
static const _Key& _STLP_CALL
_S_key
(_Base_ptr __x)
553
if (!_M_key_compare(
_S_key
(__x), __k))
559
if (_M_key_compare(__k,
_S_key
(__y))) {
572
if (!_M_key_compare(
_S_key
(__x), __k))
586
if (_M_key_compare(__k,
_S_key
(__x)))
619
!_M_key_compare(__x,
_S_key
(__p.second._M_node))) {
632
!_M_key_compare(__x,
_S_key
(__p.second._M_node))) {
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h
524
_S_key
(_Const_Link_type __x)
548
_S_key
(_Const_Base_ptr __x)
1021
_S_key
(__p)));
1045
|| !_M_impl._M_key_compare(
_S_key
(__p),
1074
__x = !_M_impl._M_key_compare(
_S_key
(__x), _KeyOfValue()(__v)) ?
1141
if (!_M_impl._M_key_compare(
_S_key
(__x), __k))
1157
if (!_M_impl._M_key_compare(
_S_key
(__x), __k))
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
stl_tree.h
524
_S_key
(_Const_Link_type __x)
548
_S_key
(_Const_Base_ptr __x)
1021
_S_key
(__p)));
1045
|| !_M_impl._M_key_compare(
_S_key
(__p),
1074
__x = !_M_impl._M_key_compare(
_S_key
(__x), _KeyOfValue()(__v)) ?
1141
if (!_M_impl._M_key_compare(
_S_key
(__x), __k))
1157
if (!_M_impl._M_key_compare(
_S_key
(__x), __k))
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/
stl_tree.h
524
_S_key
(_Const_Link_type __x)
548
_S_key
(_Const_Base_ptr __x)
1021
_S_key
(__p)));
1045
|| !_M_impl._M_key_compare(
_S_key
(__p),
1074
__x = !_M_impl._M_key_compare(
_S_key
(__x), _KeyOfValue()(__v)) ?
1141
if (!_M_impl._M_key_compare(
_S_key
(__x), __k))
1157
if (!_M_impl._M_key_compare(
_S_key
(__x), __k))
[
all
...]
Completed in 102 milliseconds