Searched defs:_Bit_iter (Results 1 - 1 of 1) sorted by relevance

/external/stlport/stlport/stl/
H A D_bvector.h169 struct _Bit_iter : public _Bit_iterator_base { struct in inherits:_Bit_iterator_base
172 typedef _Bit_iter<_Ref, _Ptr> _Self;
178 _Bit_iter(unsigned int* __x, unsigned int __y) : _Bit_iterator_base(__x, __y) {} function in struct:_Bit_iter
179 _Bit_iter() {} function in struct:_Bit_iter
181 _Bit_iter(const _Bit_iter<_Bit_reference, _Bit_reference*>& __x): argument
184 // _Self& operator = (const _Bit_iter<_Bit_reference, _Bit_reference*>& __x)
231 inline _Bit_iter<_Ref,_Ptr> _STLP_CALL
232 operator+(ptrdiff_t __n, const _Bit_iter<_Ref, _Ptr>& __x) { argument
240 struct __type_traits< _STLP_PRIV _Bit_iter<_Re
256 value_type(const _STLP_PRIV _Bit_iter<bool, const bool*>&) argument
[all...]

Completed in 400 milliseconds