HomeSort by relevance Sort by last modified time
    Searched refs:_Base (Results 51 - 75 of 352) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/debug/
set.h 47 typedef _GLIBCXX_STD_D::set<_Key, _Compare, _Allocator> _Base;
57 typedef typename _Base::reference reference;
58 typedef typename _Base::const_reference const_reference;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, set>
62 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, set>
65 typedef typename _Base::size_type size_type;
66 typedef typename _Base::difference_type difference_type;
67 typedef typename _Base::pointer pointer;
68 typedef typename _Base::const_pointer const_pointer;
75 : _Base(__comp, __a) {
    [all...]
multiset.h 47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
57 typedef typename _Base::reference reference;
58 typedef typename _Base::const_reference const_reference;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multiset>
62 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
65 typedef typename _Base::size_type size_type;
66 typedef typename _Base::difference_type difference_type;
67 typedef typename _Base::pointer pointer;
68 typedef typename _Base::const_pointer const_pointer;
75 : _Base(__comp, __a) {
    [all...]
  /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/debug/
multimap.h 48 typedef _GLIBCXX_STD_D::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
58 typedef typename _Base::reference reference;
59 typedef typename _Base::const_reference const_reference;
61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multimap>
63 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
66 typedef typename _Base::size_type size_type;
67 typedef typename _Base::difference_type difference_type;
68 typedef typename _Base::pointer pointer;
69 typedef typename _Base::const_pointer const_pointer;
73 using _Base::value_compare
    [all...]
set.h 47 typedef _GLIBCXX_STD_D::set<_Key, _Compare, _Allocator> _Base;
57 typedef typename _Base::reference reference;
58 typedef typename _Base::const_reference const_reference;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, set>
62 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, set>
65 typedef typename _Base::size_type size_type;
66 typedef typename _Base::difference_type difference_type;
67 typedef typename _Base::pointer pointer;
68 typedef typename _Base::const_pointer const_pointer;
75 : _Base(__comp, __a) {
    [all...]
multiset.h 47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
57 typedef typename _Base::reference reference;
58 typedef typename _Base::const_reference const_reference;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multiset>
62 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
65 typedef typename _Base::size_type size_type;
66 typedef typename _Base::difference_type difference_type;
67 typedef typename _Base::pointer pointer;
68 typedef typename _Base::const_pointer const_pointer;
75 : _Base(__comp, __a) {
    [all...]
  /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/debug/
multimap.h 48 typedef _GLIBCXX_STD_D::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
58 typedef typename _Base::reference reference;
59 typedef typename _Base::const_reference const_reference;
61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multimap>
63 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
66 typedef typename _Base::size_type size_type;
67 typedef typename _Base::difference_type difference_type;
68 typedef typename _Base::pointer pointer;
69 typedef typename _Base::const_pointer const_pointer;
73 using _Base::value_compare
    [all...]
set.h 47 typedef _GLIBCXX_STD_D::set<_Key, _Compare, _Allocator> _Base;
57 typedef typename _Base::reference reference;
58 typedef typename _Base::const_reference const_reference;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, set>
62 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, set>
65 typedef typename _Base::size_type size_type;
66 typedef typename _Base::difference_type difference_type;
67 typedef typename _Base::pointer pointer;
68 typedef typename _Base::const_pointer const_pointer;
75 : _Base(__comp, __a) {
    [all...]
multiset.h 47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
57 typedef typename _Base::reference reference;
58 typedef typename _Base::const_reference const_reference;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multiset>
62 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
65 typedef typename _Base::size_type size_type;
66 typedef typename _Base::difference_type difference_type;
67 typedef typename _Base::pointer pointer;
68 typedef typename _Base::const_pointer const_pointer;
75 : _Base(__comp, __a) {
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/debug/
multimap.h 48 typedef _GLIBCXX_STD_D::multimap<_Key, _Tp, _Compare, _Allocator> _Base;
58 typedef typename _Base::reference reference;
59 typedef typename _Base::const_reference const_reference;
61 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multimap>
63 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
66 typedef typename _Base::size_type size_type;
67 typedef typename _Base::difference_type difference_type;
68 typedef typename _Base::pointer pointer;
69 typedef typename _Base::const_pointer const_pointer;
73 using _Base::value_compare
    [all...]
set.h 47 typedef _GLIBCXX_STD_D::set<_Key, _Compare, _Allocator> _Base;
57 typedef typename _Base::reference reference;
58 typedef typename _Base::const_reference const_reference;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, set>
62 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator, set>
65 typedef typename _Base::size_type size_type;
66 typedef typename _Base::difference_type difference_type;
67 typedef typename _Base::pointer pointer;
68 typedef typename _Base::const_pointer const_pointer;
75 : _Base(__comp, __a) {
    [all...]
multiset.h 47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
57 typedef typename _Base::reference reference;
58 typedef typename _Base::const_reference const_reference;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multiset>
62 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
65 typedef typename _Base::size_type size_type;
66 typedef typename _Base::difference_type difference_type;
67 typedef typename _Base::pointer pointer;
68 typedef typename _Base::const_pointer const_pointer;
75 : _Base(__comp, __a) {
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/debug/
multiset.h 47 typedef _GLIBCXX_STD_D::multiset<_Key, _Compare, _Allocator> _Base;
57 typedef typename _Base::reference reference;
58 typedef typename _Base::const_reference const_reference;
60 typedef __gnu_debug::_Safe_iterator<typename _Base::iterator, multiset>
62 typedef __gnu_debug::_Safe_iterator<typename _Base::const_iterator,
65 typedef typename _Base::size_type size_type;
66 typedef typename _Base::difference_type difference_type;
67 typedef typename _Base::pointer pointer;
68 typedef typename _Base::const_pointer const_pointer;
75 : _Base(__comp, __a) {
    [all...]
  /external/stlport/stlport/stl/
_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);
  /ndk/sources/cxx-stl/stlport/stlport/stl/
_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/5/sources/cxx-stl/stlport/stlport/stl/
_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/
_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/7/sources/cxx-stl/stlport/stlport/stl/
_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/8/sources/cxx-stl/stlport/stlport/stl/
_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);
  /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;
  /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...]
  /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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/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...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/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...]

Completed in 1849 milliseconds

1 23 4 5 6 7 8 91011>>