HomeSort by relevance Sort by last modified time
    Searched defs:_Base (Results 1 - 25 of 193) sorted by null

1 2 3 4 5 6 7 8

  /external/stlport/test/unit/
full_streambuf.h 13 typedef std::streambuf _Base;
15 typedef _Base::int_type int_type;
16 typedef _Base::traits_type traits_type;
  /ndk/tests/device/test-gnustl-full/unit/
full_streambuf.h 13 typedef std::streambuf _Base;
15 typedef _Base::int_type int_type;
16 typedef _Base::traits_type traits_type;
  /ndk/tests/device/test-stlport/unit/
full_streambuf.h 13 typedef std::streambuf _Base;
15 typedef _Base::int_type int_type;
16 typedef _Base::traits_type traits_type;
  /external/stlport/stlport/stl/
_strstream.h 49 typedef basic_streambuf<char, char_traits<char> > _Base;
77 virtual _Base* setbuf(char* __buf, streamsize __n);
_iostream_string.h 47 typedef allocator<_CharT> _Base;
51 typedef typename _Base::size_type size_type;
52 typedef typename _Base::pointer pointer;
65 return _Base::allocate(__n, __ptr);
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n);
105 typedef basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
106 typedef typename _Base::_Reserve_t _Reserve_t;
108 __basic_iostring() : _Base(_Reserve_t(), __iostring_allocator<_CharT>::_STR_SIZE)
112 _Base::operator=(__s);
_sstream.h 63 typedef basic_streambuf<_CharT, _Traits> _Base;
89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
126 typedef basic_istream<_CharT, _Traits> _Base;
169 typedef basic_ostream<_CharT, _Traits> _Base;
213 typedef basic_iostream<_CharT, _Traits> _Base;
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 49 typedef basic_streambuf<char, char_traits<char> > _Base;
77 virtual _Base* setbuf(char* __buf, streamsize __n);
_iostream_string.h 47 typedef allocator<_CharT> _Base;
51 typedef typename _Base::size_type size_type;
52 typedef typename _Base::pointer pointer;
65 return _Base::allocate(__n, __ptr);
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n);
105 typedef basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
106 typedef typename _Base::_Reserve_t _Reserve_t;
108 __basic_iostring() : _Base(_Reserve_t(), __iostring_allocator<_CharT>::_STR_SIZE)
112 _Base::operator=(__s);
_sstream.h 63 typedef basic_streambuf<_CharT, _Traits> _Base;
89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
126 typedef basic_istream<_CharT, _Traits> _Base;
169 typedef basic_ostream<_CharT, _Traits> _Base;
213 typedef basic_iostream<_CharT, _Traits> _Base;
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 49 typedef basic_streambuf<char, char_traits<char> > _Base;
77 virtual _Base* setbuf(char* __buf, streamsize __n);
_iostream_string.h 47 typedef allocator<_CharT> _Base;
51 typedef typename _Base::size_type size_type;
52 typedef typename _Base::pointer pointer;
65 return _Base::allocate(__n, __ptr);
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n);
105 typedef basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
106 typedef typename _Base::_Reserve_t _Reserve_t;
108 __basic_iostring() : _Base(_Reserve_t(), __iostring_allocator<_CharT>::_STR_SIZE)
112 _Base::operator=(__s);
_sstream.h 63 typedef basic_streambuf<_CharT, _Traits> _Base;
89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
126 typedef basic_istream<_CharT, _Traits> _Base;
169 typedef basic_ostream<_CharT, _Traits> _Base;
213 typedef basic_iostream<_CharT, _Traits> _Base;
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 49 typedef basic_streambuf<char, char_traits<char> > _Base;
77 virtual _Base* setbuf(char* __buf, streamsize __n);
_iostream_string.h 47 typedef allocator<_CharT> _Base;
51 typedef typename _Base::size_type size_type;
52 typedef typename _Base::pointer pointer;
65 return _Base::allocate(__n, __ptr);
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n);
105 typedef basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
106 typedef typename _Base::_Reserve_t _Reserve_t;
108 __basic_iostring() : _Base(_Reserve_t(), __iostring_allocator<_CharT>::_STR_SIZE)
112 _Base::operator=(__s);
_sstream.h 63 typedef basic_streambuf<_CharT, _Traits> _Base;
89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
126 typedef basic_istream<_CharT, _Traits> _Base;
169 typedef basic_ostream<_CharT, _Traits> _Base;
213 typedef basic_iostream<_CharT, _Traits> _Base;
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/
_strstream.h 49 typedef basic_streambuf<char, char_traits<char> > _Base;
77 virtual _Base* setbuf(char* __buf, streamsize __n);
_iostream_string.h 47 typedef allocator<_CharT> _Base;
51 typedef typename _Base::size_type size_type;
52 typedef typename _Base::pointer pointer;
65 return _Base::allocate(__n, __ptr);
70 if (__p != _M_static_buf) _Base::deallocate(__p, __n);
105 typedef basic_string<_CharT, char_traits<_CharT>, __iostring_allocator<_CharT> > _Base;
106 typedef typename _Base::_Reserve_t _Reserve_t;
108 __basic_iostring() : _Base(_Reserve_t(), __iostring_allocator<_CharT>::_STR_SIZE)
112 _Base::operator=(__s);
_sstream.h 63 typedef basic_streambuf<_CharT, _Traits> _Base;
89 virtual _Base* setbuf(_CharT* __buf, streamsize __n);
126 typedef basic_istream<_CharT, _Traits> _Base;
169 typedef basic_ostream<_CharT, _Traits> _Base;
213 typedef basic_iostream<_CharT, _Traits> _Base;
  /external/clang/test/Analysis/
dead-stores.cpp 54 typedef _Row_base<_Tp, _Number2> _Base;
57 explicit row(const pencil_type& __a = pencil_type()) : _Base(__a) {}
  /external/stlport/stlport/stl/debug/
_deque.h 61 typedef _STLP_NON_DBG_DEQUE _Base;
66 __IMPORT_CONTAINER_TYPEDEFS(_Base)
69 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
70 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
75 _Base _M_non_dbg_impl;
149 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
379 typename _Base::iterator tmp = --(_M_non_dbg_impl.end());
_vector.h 108 typedef _STLP_NON_DBG_VECTOR _Base;
111 _Base _M_non_dbg_impl;
115 __IMPORT_CONTAINER_TYPEDEFS(_Base)
117 typedef _STLP_PRIV _DBG_iter<_Base,
118 _STLP_PRIV _DbgTraits<_STLP_PRIV _Vector_nonconst_traits<value_type, typename _Base::iterator> > > iterator;
120 typedef _STLP_PRIV _DBG_iter<_Base,
121 _STLP_PRIV _DbgTraits<_STLP_PRIV _Vector_const_traits<value_type, typename _Base::iterator> > > const_iterator;
195 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
  /ndk/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 61 typedef _STLP_NON_DBG_DEQUE _Base;
66 __IMPORT_CONTAINER_TYPEDEFS(_Base)
69 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
70 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
75 _Base _M_non_dbg_impl;
149 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
379 typename _Base::iterator tmp = --(_M_non_dbg_impl.end());
  /prebuilt/ndk/android-ndk-r5/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 61 typedef _STLP_NON_DBG_DEQUE _Base;
66 __IMPORT_CONTAINER_TYPEDEFS(_Base)
69 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
70 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
75 _Base _M_non_dbg_impl;
149 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
379 typename _Base::iterator tmp = --(_M_non_dbg_impl.end());
  /prebuilt/ndk/android-ndk-r6/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 61 typedef _STLP_NON_DBG_DEQUE _Base;
66 __IMPORT_CONTAINER_TYPEDEFS(_Base)
69 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
70 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
75 _Base _M_non_dbg_impl;
149 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
379 typename _Base::iterator tmp = --(_M_non_dbg_impl.end());
  /prebuilt/ndk/android-ndk-r7/sources/cxx-stl/stlport/stlport/stl/debug/
_deque.h 61 typedef _STLP_NON_DBG_DEQUE _Base;
66 __IMPORT_CONTAINER_TYPEDEFS(_Base)
69 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Nonconst_traits<value_type> > > iterator;
70 typedef _STLP_PRIV _DBG_iter<_Base, _STLP_PRIV _DbgTraits<_Const_traits<value_type> > > const_iterator;
75 _Base _M_non_dbg_impl;
149 : _M_non_dbg_impl(__move_source<_Base>(src.get()._M_non_dbg_impl)),
379 typename _Base::iterator tmp = --(_M_non_dbg_impl.end());

Completed in 739 milliseconds

1 2 3 4 5 6 7 8