HomeSort by relevance Sort by last modified time
    Searched defs:_Base (Results 1 - 25 of 396) 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);
  /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);
  /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);
  /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/gnu-libstdc++/4.6/include/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/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...]
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/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
unordered_map.h 61 _Base;
64 typedef typename _Base::value_type value_type;
65 typedef typename _Base::size_type size_type;
66 typedef typename _Base::hasher hasher;
67 typedef typename _Base::key_equal key_equal;
68 typedef typename _Base::allocator_type allocator_type;
75 : _Base(__n, __hf, __detail::_Mod_range_hashing(),
86 : _Base(__f, __l, __n, __hf, __detail::_Mod_range_hashing(),
96 : _Base(__l.begin(), __l.end(), __n, __hf,
135 _Base;
    [all...]
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
safe_unordered_base.h 125 typedef _Safe_sequence_base _Base;
  /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...]
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/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);

Completed in 417 milliseconds

1 2 3 4 5 6 7 8 91011>>