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

1 2 3 4 5 6 7 8 91011

  /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;
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
unordered_map.h 58 _Base;
61 typedef typename _Base::value_type value_type;
62 typedef typename _Base::size_type size_type;
63 typedef typename _Base::hasher hasher;
64 typedef typename _Base::key_equal key_equal;
65 typedef typename _Base::allocator_type allocator_type;
72 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
83 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
93 : _Base(__l.begin(), __l.end(), __n, __hf,
129 _Base;
    [all...]
unordered_set.h 58 _Base;
61 typedef typename _Base::value_type value_type;
62 typedef typename _Base::size_type size_type;
63 typedef typename _Base::hasher hasher;
64 typedef typename _Base::key_equal key_equal;
65 typedef typename _Base::allocator_type allocator_type;
72 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
83 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
93 : _Base(__l.begin(), __l.end(), __n, __hf,
127 _Base;
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/tr1/
unordered_map.h 57 _Base;
60 typedef typename _Base::size_type size_type;
61 typedef typename _Base::hasher hasher;
62 typedef typename _Base::key_equal key_equal;
63 typedef typename _Base::allocator_type allocator_type;
70 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
108 _Base;
111 typedef typename _Base::size_type size_type;
112 typedef typename _Base::hasher hasher
    [all...]
unordered_set.h 57 _Base;
60 typedef typename _Base::size_type size_type;
61 typedef typename _Base::hasher hasher;
62 typedef typename _Base::key_equal key_equal;
63 typedef typename _Base::allocator_type allocator_type;
70 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
106 _Base;
109 typedef typename _Base::size_type size_type;
110 typedef typename _Base::hasher hasher
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
unordered_map.h 58 _Base;
61 typedef typename _Base::value_type value_type;
62 typedef typename _Base::size_type size_type;
63 typedef typename _Base::hasher hasher;
64 typedef typename _Base::key_equal key_equal;
65 typedef typename _Base::allocator_type allocator_type;
72 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
83 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
93 : _Base(__l.begin(), __l.end(), __n, __hf,
129 _Base;
    [all...]
unordered_set.h 58 _Base;
61 typedef typename _Base::value_type value_type;
62 typedef typename _Base::size_type size_type;
63 typedef typename _Base::hasher hasher;
64 typedef typename _Base::key_equal key_equal;
65 typedef typename _Base::allocator_type allocator_type;
72 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
83 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
93 : _Base(__l.begin(), __l.end(), __n, __hf,
127 _Base;
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/tr1/
unordered_map.h 57 _Base;
60 typedef typename _Base::size_type size_type;
61 typedef typename _Base::hasher hasher;
62 typedef typename _Base::key_equal key_equal;
63 typedef typename _Base::allocator_type allocator_type;
70 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
108 _Base;
111 typedef typename _Base::size_type size_type;
112 typedef typename _Base::hasher hasher
    [all...]
unordered_set.h 57 _Base;
60 typedef typename _Base::size_type size_type;
61 typedef typename _Base::hasher hasher;
62 typedef typename _Base::key_equal key_equal;
63 typedef typename _Base::allocator_type allocator_type;
70 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
81 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
106 _Base;
109 typedef typename _Base::size_type size_type;
110 typedef typename _Base::hasher hasher
    [all...]
  /prebuilts/ndk/5/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);
  /prebuilts/ndk/6/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);
  /prebuilts/ndk/7/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);
  /prebuilts/ndk/8/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);
  /external/clang/test/Analysis/
dead-stores.cpp 53 typedef _Row_base<_Tp, _Number2> _Base;
56 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());
  /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());

Completed in 419 milliseconds

1 2 3 4 5 6 7 8 91011