Home
last modified time | relevance | path

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

/ndk/sources/cxx-stl/stlport/stlport/stl/
D_bitset.h107 struct _Base_bitset { struct
112 _Base_bitset() { _M_do_reset(); } in _Base_bitset() argument
114 _Base_bitset(unsigned long __val) { in _Base_bitset() argument
138 void _M_do_and(const _Base_bitset<_Nw>& __x) { in _M_do_and() argument
144 void _M_do_or(const _Base_bitset<_Nw>& __x) { in _M_do_or() argument
150 void _M_do_xor(const _Base_bitset<_Nw>& __x) { in _M_do_xor() argument
174 bool _M_is_equal(const _Base_bitset<_Nw>& __x) const { in _M_is_equal() argument
210 struct _Base_bitset<1UL> { argument
212 typedef _Base_bitset<1UL> _Self;
216 _Base_bitset( void ) : _M_w(0) {}
[all …]
D_bitset.c35 void _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) { in _M_do_left_shift()
57 void _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) { in _M_do_right_shift()
80 unsigned long _Base_bitset<_Nw>::_M_do_to_ulong() const { in _M_do_to_ulong()
88 size_t _Base_bitset<_Nw>::_M_do_find_first(size_t __not_found) const { in _M_do_find_first()
110 _Base_bitset<_Nw>::_M_do_find_next(size_t __prev, in _M_do_find_next()
/ndk/sources/cxx-stl/stlport/stlport/
Dbitset32 // base class _Base_bitset. The base class works with whole words, not with
33 // individual bits. This allows us to specialize _Base_bitset for the