OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_S_key
(Results
1 - 3
of
3
) sorted by null
/external/stlport/stlport/stl/
_tree.c
366
_M_key_compare( _KeyOfValue()(__val),
_S_key
(__parent) ) ) ) {
392
if (_M_key_compare(_KeyOfValue()(__val),
_S_key
(__x))) {
411
__comp = _M_key_compare(_KeyOfValue()(__val),
_S_key
(__x));
421
if (_M_key_compare(
_S_key
(__j._M_node), _KeyOfValue()(__val))) {
440
if (_M_key_compare(_KeyOfValue()(__val),
_S_key
(__position._M_node))) {
445
bool __comp_pos_v = _M_key_compare(
_S_key
(__position._M_node), _KeyOfValue()(__val) );
468
if (_M_key_compare( _KeyOfValue()(__val),
_S_key
(__after._M_node) )) {
480
if (_M_key_compare(
_S_key
(_M_rightmost()), _KeyOfValue()(__val))) {
492
bool __comp_v_pos = _M_key_compare(_KeyOfValue()(__val),
_S_key
(__position._M_node));
495
&& _M_key_compare(
_S_key
(__before._M_node), _KeyOfValue()(__val) ))
[
all
...]
_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))) {
/external/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
...]
Completed in 1859 milliseconds