Lines Matching refs:stack
47 class stack
50 : public __stlport_class<stack<_Tp> >
52 : public __stlport_class<stack<_Tp, _Sequence> >
58 typedef stack<_Tp> _Self;
60 typedef stack<_Tp, _Sequence> _Self;
74 stack() : c() {}
75 explicit stack(const _Sequence& __s) : c(__s) {}
78 stack(__move_source<_Self> src)
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 >)
122 struct __move_traits<stack<_Tp, _Sequence> > :