HomeSort by relevance Sort by last modified time
    Searched full:_base_bitset (Results 1 - 25 of 36) sorted by null

1 2

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
bitset 69 struct _Base_bitset
76 _Base_bitset()
79 _Base_bitset(unsigned long __val)
118 _M_do_and(const _Base_bitset<_Nw>& __x)
125 _M_do_or(const _Base_bitset<_Nw>& __x)
132 _M_do_xor(const _Base_bitset<_Nw>& __x)
163 _M_is_equal(const _Base_bitset<_Nw>& __x) const
211 // Definitions of non-inline functions from _Base_bitset.
214 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift)
240 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
bitset 69 struct _Base_bitset
76 _Base_bitset()
79 _Base_bitset(unsigned long __val)
118 _M_do_and(const _Base_bitset<_Nw>& __x)
125 _M_do_or(const _Base_bitset<_Nw>& __x)
132 _M_do_xor(const _Base_bitset<_Nw>& __x)
163 _M_is_equal(const _Base_bitset<_Nw>& __x) const
211 // Definitions of non-inline functions from _Base_bitset.
214 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift)
240 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
bitset 69 struct _Base_bitset
76 _Base_bitset()
79 _Base_bitset(unsigned long __val)
118 _M_do_and(const _Base_bitset<_Nw>& __x)
125 _M_do_or(const _Base_bitset<_Nw>& __x)
132 _M_do_xor(const _Base_bitset<_Nw>& __x)
163 _M_is_equal(const _Base_bitset<_Nw>& __x) const
211 // Definitions of non-inline functions from _Base_bitset.
214 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift)
240 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
bitset 69 struct _Base_bitset
76 _Base_bitset()
79 _Base_bitset(unsigned long __val)
118 _M_do_and(const _Base_bitset<_Nw>& __x)
125 _M_do_or(const _Base_bitset<_Nw>& __x)
132 _M_do_xor(const _Base_bitset<_Nw>& __x)
163 _M_is_equal(const _Base_bitset<_Nw>& __x) const
211 // Definitions of non-inline functions from _Base_bitset.
214 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift)
240 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/
bitset 69 struct _Base_bitset
76 _Base_bitset()
79 _Base_bitset(unsigned long __val)
118 _M_do_and(const _Base_bitset<_Nw>& __x)
125 _M_do_or(const _Base_bitset<_Nw>& __x)
132 _M_do_xor(const _Base_bitset<_Nw>& __x)
163 _M_is_equal(const _Base_bitset<_Nw>& __x) const
211 // Definitions of non-inline functions from _Base_bitset.
214 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift)
240 _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift
    [all...]
  /external/stlport/stlport/stl/
_bitset.c 32 // Definitions of non-inline functions from _Base_bitset.
35 void _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) {
57 void _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) {
80 unsigned long _Base_bitset<_Nw>::_M_do_to_ulong() const {
88 size_t _Base_bitset<_Nw>::_M_do_find_first(size_t __not_found) const {
110 _Base_bitset<_Nw>::_M_do_find_next(size_t __prev,
_bitset.h 28 // base class _Base_bitset. The base class works with whole words, not with
29 // individual bits. This allows us to specialize _Base_bitset for the
107 struct _Base_bitset {
112 _Base_bitset() { _M_do_reset(); }
114 _Base_bitset(unsigned long __val) {
138 void _M_do_and(const _Base_bitset<_Nw>& __x) {
144 void _M_do_or(const _Base_bitset<_Nw>& __x) {
150 void _M_do_xor(const _Base_bitset<_Nw>& __x) {
174 bool _M_is_equal(const _Base_bitset<_Nw>& __x) const {
210 struct _Base_bitset<1UL>
    [all...]
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 32 // Definitions of non-inline functions from _Base_bitset.
35 void _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) {
57 void _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) {
80 unsigned long _Base_bitset<_Nw>::_M_do_to_ulong() const {
88 size_t _Base_bitset<_Nw>::_M_do_find_first(size_t __not_found) const {
110 _Base_bitset<_Nw>::_M_do_find_next(size_t __prev,
_bitset.h 28 // base class _Base_bitset. The base class works with whole words, not with
29 // individual bits. This allows us to specialize _Base_bitset for the
107 struct _Base_bitset {
112 _Base_bitset() { _M_do_reset(); }
114 _Base_bitset(unsigned long __val) {
138 void _M_do_and(const _Base_bitset<_Nw>& __x) {
144 void _M_do_or(const _Base_bitset<_Nw>& __x) {
150 void _M_do_xor(const _Base_bitset<_Nw>& __x) {
174 bool _M_is_equal(const _Base_bitset<_Nw>& __x) const {
210 struct _Base_bitset<1UL>
    [all...]
  /prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 32 // Definitions of non-inline functions from _Base_bitset.
35 void _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) {
57 void _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) {
80 unsigned long _Base_bitset<_Nw>::_M_do_to_ulong() const {
88 size_t _Base_bitset<_Nw>::_M_do_find_first(size_t __not_found) const {
110 _Base_bitset<_Nw>::_M_do_find_next(size_t __prev,
_bitset.h 28 // base class _Base_bitset. The base class works with whole words, not with
29 // individual bits. This allows us to specialize _Base_bitset for the
107 struct _Base_bitset {
112 _Base_bitset() { _M_do_reset(); }
114 _Base_bitset(unsigned long __val) {
138 void _M_do_and(const _Base_bitset<_Nw>& __x) {
144 void _M_do_or(const _Base_bitset<_Nw>& __x) {
150 void _M_do_xor(const _Base_bitset<_Nw>& __x) {
174 bool _M_is_equal(const _Base_bitset<_Nw>& __x) const {
210 struct _Base_bitset<1UL>
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 32 // Definitions of non-inline functions from _Base_bitset.
35 void _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) {
57 void _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) {
80 unsigned long _Base_bitset<_Nw>::_M_do_to_ulong() const {
88 size_t _Base_bitset<_Nw>::_M_do_find_first(size_t __not_found) const {
110 _Base_bitset<_Nw>::_M_do_find_next(size_t __prev,
_bitset.h 28 // base class _Base_bitset. The base class works with whole words, not with
29 // individual bits. This allows us to specialize _Base_bitset for the
107 struct _Base_bitset {
112 _Base_bitset() { _M_do_reset(); }
114 _Base_bitset(unsigned long __val) {
138 void _M_do_and(const _Base_bitset<_Nw>& __x) {
144 void _M_do_or(const _Base_bitset<_Nw>& __x) {
150 void _M_do_xor(const _Base_bitset<_Nw>& __x) {
174 bool _M_is_equal(const _Base_bitset<_Nw>& __x) const {
210 struct _Base_bitset<1UL>
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 32 // Definitions of non-inline functions from _Base_bitset.
35 void _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) {
57 void _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) {
80 unsigned long _Base_bitset<_Nw>::_M_do_to_ulong() const {
88 size_t _Base_bitset<_Nw>::_M_do_find_first(size_t __not_found) const {
110 _Base_bitset<_Nw>::_M_do_find_next(size_t __prev,
_bitset.h 28 // base class _Base_bitset. The base class works with whole words, not with
29 // individual bits. This allows us to specialize _Base_bitset for the
107 struct _Base_bitset {
112 _Base_bitset() { _M_do_reset(); }
114 _Base_bitset(unsigned long __val) {
138 void _M_do_and(const _Base_bitset<_Nw>& __x) {
144 void _M_do_or(const _Base_bitset<_Nw>& __x) {
150 void _M_do_xor(const _Base_bitset<_Nw>& __x) {
174 bool _M_is_equal(const _Base_bitset<_Nw>& __x) const {
210 struct _Base_bitset<1UL>
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
_bitset.c 32 // Definitions of non-inline functions from _Base_bitset.
35 void _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) {
57 void _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) {
80 unsigned long _Base_bitset<_Nw>::_M_do_to_ulong() const {
88 size_t _Base_bitset<_Nw>::_M_do_find_first(size_t __not_found) const {
110 _Base_bitset<_Nw>::_M_do_find_next(size_t __prev,
_bitset.h 28 // base class _Base_bitset. The base class works with whole words, not with
29 // individual bits. This allows us to specialize _Base_bitset for the
107 struct _Base_bitset {
112 _Base_bitset() { _M_do_reset(); }
114 _Base_bitset(unsigned long __val) {
138 void _M_do_and(const _Base_bitset<_Nw>& __x) {
144 void _M_do_or(const _Base_bitset<_Nw>& __x) {
150 void _M_do_xor(const _Base_bitset<_Nw>& __x) {
174 bool _M_is_equal(const _Base_bitset<_Nw>& __x) const {
210 struct _Base_bitset<1UL>
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
_bitset.c 32 // Definitions of non-inline functions from _Base_bitset.
35 void _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) {
57 void _Base_bitset<_Nw>::_M_do_right_shift(size_t __shift) {
80 unsigned long _Base_bitset<_Nw>::_M_do_to_ulong() const {
88 size_t _Base_bitset<_Nw>::_M_do_find_first(size_t __not_found) const {
110 _Base_bitset<_Nw>::_M_do_find_next(size_t __prev,
_bitset.h 28 // base class _Base_bitset. The base class works with whole words, not with
29 // individual bits. This allows us to specialize _Base_bitset for the
107 struct _Base_bitset {
112 _Base_bitset() { _M_do_reset(); }
114 _Base_bitset(unsigned long __val) {
138 void _M_do_and(const _Base_bitset<_Nw>& __x) {
144 void _M_do_or(const _Base_bitset<_Nw>& __x) {
150 void _M_do_xor(const _Base_bitset<_Nw>& __x) {
174 bool _M_is_equal(const _Base_bitset<_Nw>& __x) const {
210 struct _Base_bitset<1UL>
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
bitset 73 struct _Base_bitset
80 _GLIBCXX_CONSTEXPR _Base_bitset()
84 constexpr _Base_bitset(unsigned long long __val)
91 _Base_bitset(unsigned long __val)
135 _M_do_and(const _Base_bitset<_Nw>& __x)
142 _M_do_or(const _Base_bitset<_Nw>& __x)
149 _M_do_xor(const _Base_bitset<_Nw>& __x)
180 _M_is_equal(const _Base_bitset<_Nw>& __x) const
233 // Definitions of non-inline functions from _Base_bitset.
236 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
bitset 73 struct _Base_bitset
80 _GLIBCXX_CONSTEXPR _Base_bitset()
84 constexpr _Base_bitset(unsigned long long __val)
91 _Base_bitset(unsigned long __val)
135 _M_do_and(const _Base_bitset<_Nw>& __x)
142 _M_do_or(const _Base_bitset<_Nw>& __x)
149 _M_do_xor(const _Base_bitset<_Nw>& __x)
180 _M_is_equal(const _Base_bitset<_Nw>& __x) const
233 // Definitions of non-inline functions from _Base_bitset.
236 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/
bitset 73 struct _Base_bitset
80 _GLIBCXX_CONSTEXPR _Base_bitset()
84 constexpr _Base_bitset(unsigned long long __val)
91 _Base_bitset(unsigned long __val)
135 _M_do_and(const _Base_bitset<_Nw>& __x)
142 _M_do_or(const _Base_bitset<_Nw>& __x)
149 _M_do_xor(const _Base_bitset<_Nw>& __x)
180 _M_is_equal(const _Base_bitset<_Nw>& __x) const
233 // Definitions of non-inline functions from _Base_bitset.
236 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/
bitset 73 struct _Base_bitset
80 _GLIBCXX_CONSTEXPR _Base_bitset() _GLIBCXX_NOEXCEPT
84 constexpr _Base_bitset(unsigned long long __val) noexcept
91 _Base_bitset(unsigned long __val)
135 _M_do_and(const _Base_bitset<_Nw>& __x) _GLIBCXX_NOEXCEPT
142 _M_do_or(const _Base_bitset<_Nw>& __x) _GLIBCXX_NOEXCEPT
149 _M_do_xor(const _Base_bitset<_Nw>& __x) _GLIBCXX_NOEXCEPT
180 _M_is_equal(const _Base_bitset<_Nw>& __x) const _GLIBCXX_NOEXCEPT
235 // Definitions of non-inline functions from _Base_bitset.
238 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) _GLIBCXX_NOEXCEP
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/
bitset 73 struct _Base_bitset
80 _GLIBCXX_CONSTEXPR _Base_bitset()
84 constexpr _Base_bitset(unsigned long long __val)
91 _Base_bitset(unsigned long __val)
135 _M_do_and(const _Base_bitset<_Nw>& __x)
142 _M_do_or(const _Base_bitset<_Nw>& __x)
149 _M_do_xor(const _Base_bitset<_Nw>& __x)
180 _M_is_equal(const _Base_bitset<_Nw>& __x) const
233 // Definitions of non-inline functions from _Base_bitset.
236 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift
    [all...]
  /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/
bitset 73 struct _Base_bitset
80 _GLIBCXX_CONSTEXPR _Base_bitset() _GLIBCXX_NOEXCEPT
84 constexpr _Base_bitset(unsigned long long __val) noexcept
91 _Base_bitset(unsigned long __val)
135 _M_do_and(const _Base_bitset<_Nw>& __x) _GLIBCXX_NOEXCEPT
142 _M_do_or(const _Base_bitset<_Nw>& __x) _GLIBCXX_NOEXCEPT
149 _M_do_xor(const _Base_bitset<_Nw>& __x) _GLIBCXX_NOEXCEPT
180 _M_is_equal(const _Base_bitset<_Nw>& __x) const _GLIBCXX_NOEXCEPT
235 // Definitions of non-inline functions from _Base_bitset.
238 _Base_bitset<_Nw>::_M_do_left_shift(size_t __shift) _GLIBCXX_NOEXCEP
    [all...]

Completed in 1546 milliseconds

1 2