HomeSort by relevance Sort by last modified time
    Searched refs:__constant (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
safe_base.h 82 * by @p__seq. @p __constant is true when we are initializing a
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } local
93 @p __x does. @p __constant is true if this is a constant
95 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant)
97 { this->_M_attach(__x._M_sequence, __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
239 _M_attach(_Safe_iterator_base* __it, bool __constant);
243 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw ()
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
safe_base.h 82 * by @p__seq. @p __constant is true when we are initializing a
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } local
93 @p __x does. @p __constant is true if this is a constant
95 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant)
97 { this->_M_attach(__x._M_sequence, __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant) throw ();
239 _M_attach(_Safe_iterator_base* __it, bool __constant);
243 _M_attach_single(_Safe_iterator_base* __it, bool __constant) throw ()
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
safe_base.h 82 * by @p__seq. @p __constant is true when we are initializing a
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } local
93 @p __x does. @p __constant is true if this is a constant
95 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant)
97 { this->_M_attach(__x._M_sequence, __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant);
  /prebuilts/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 82 * by @p__seq. @p __constant is true when we are initializing a
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } local
93 @p __x does. @p __constant is true if this is a constant
95 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant)
97 { this->_M_attach(__x._M_sequence, __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant);
  /prebuilts/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 82 * by @p__seq. @p __constant is true when we are initializing a
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } local
93 @p __x does. @p __constant is true if this is a constant
95 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant)
97 { this->_M_attach(__x._M_sequence, __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant);
  /prebuilts/ndk/android-ndk-r7/sources/cxx-stl/gnu-libstdc++/include/debug/
safe_base.h 82 * by @p__seq. @p __constant is true when we are initializing a
88 _Safe_iterator_base(const _Safe_sequence_base* __seq, bool __constant)
90 { this->_M_attach(const_cast<_Safe_sequence_base*>(__seq), __constant); } local
93 @p __x does. @p __constant is true if this is a constant
95 _Safe_iterator_base(const _Safe_iterator_base& __x, bool __constant)
97 { this->_M_attach(__x._M_sequence, __constant); }
116 void _M_attach(_Safe_sequence_base* __seq, bool __constant);
119 void _M_attach_single(_Safe_sequence_base* __seq, bool __constant);

Completed in 3422 milliseconds