Home
last modified time | relevance | path

Searched refs:_STLP_STACK_ARGS (Results 1 – 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
D_stack.h42 # define _STLP_STACK_ARGS _Tp
49 # if defined (_STLP_STACK_ARGS)
56 #ifdef _STLP_STACK_ARGS
98 #ifndef _STLP_STACK_ARGS
99 # define _STLP_STACK_ARGS _Tp, _Sequence macro
106 inline bool _STLP_CALL operator==(const stack< _STLP_STACK_ARGS >& __x,
107 const stack< _STLP_STACK_ARGS >& __y)
111 inline bool _STLP_CALL operator<(const stack< _STLP_STACK_ARGS >& __x,
112 const stack< _STLP_STACK_ARGS >& __y)
115 _STLP_RELOPS_OPERATORS(template < _STLP_STACK_HEADER_ARGS >, stack< _STLP_STACK_ARGS >)
[all …]