Searched refs:_ElemsCont (Results 1 - 2 of 2) sorted by relevance

/external/stlport/stlport/stl/
H A D_hashtable.h252 typedef _STLP_PRIV _STLP_NON_DBG_NAME(slist)<value_type, _All> _ElemsCont; typedef in class:hashtable
254 typedef slist<value_type, _All> _ElemsCont;
256 typedef typename _ElemsCont::iterator _ElemsIte;
257 typedef typename _ElemsCont::const_iterator _ElemsConstIte;
276 _ElemsCont _M_elems;
345 _M_elems(__move_source<_ElemsCont>(src.get()._M_elems)),
381 const_iterator begin() const { return __CONST_CAST(_ElemsCont&, _M_elems).begin(); }
382 const_iterator end() const { return __CONST_CAST(_ElemsCont&, _M_elems).end(); }
506 return __CONST_CAST(_ElemsCont&, _M_elems).end();
592 static iterator _S_before_begin(const _ElemsCont
[all...]
H A D_hashtable.c156 ::_S_before_begin(const _ElemsCont& __elems, const _BucketVector& __buckets,
158 _ElemsCont &__mutable_elems = __CONST_CAST(_ElemsCont&, __elems);
458 _ElemsCont __tmp_elems(_M_elems.get_allocator());

Completed in 81 milliseconds