Searched defs:_Base (Results 1 - 25 of 595) sorted by relevance

1234567891011>>

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/
H A Dsafe_unordered_base.h125 typedef _Safe_sequence_base _Base; typedef in class:__gnu_debug::_Safe_unordered_container_base
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/debug/
H A Dsafe_unordered_base.h125 typedef _Safe_sequence_base _Base; typedef in class:__gnu_debug::_Safe_unordered_container_base
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/
H A Dsafe_unordered_base.h125 typedef _Safe_sequence_base _Base; typedef in class:__gnu_debug::_Safe_unordered_container_base
/prebuilts/ndk/5/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h49 typedef basic_streambuf<char, char_traits<char> > _Base; typedef in class:strstreambuf
77 virtual _Base* setbuf(char* __buf, streamsize __n);
/prebuilts/ndk/6/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h49 typedef basic_streambuf<char, char_traits<char> > _Base; typedef in class:strstreambuf
77 virtual _Base* setbuf(char* __buf, streamsize __n);
/prebuilts/ndk/7/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h49 typedef basic_streambuf<char, char_traits<char> > _Base; typedef in class:strstreambuf
77 virtual _Base* setbuf(char* __buf, streamsize __n);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
H A Dsafe_unordered_base.h125 typedef _Safe_sequence_base _Base; typedef in class:__gnu_debug::_Safe_unordered_container_base
/prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h49 typedef basic_streambuf<char, char_traits<char> > _Base; typedef in class:strstreambuf
77 virtual _Base* setbuf(char* __buf, streamsize __n);
/prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_strstream.h49 typedef basic_streambuf<char, char_traits<char> > _Base; typedef in class:strstreambuf
77 virtual _Base* setbuf(char* __buf, streamsize __n);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
H A Dsafe_unordered_base.h125 typedef _Safe_sequence_base _Base; typedef in class:__gnu_debug::_Safe_unordered_container_base
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
H A Dsafe_unordered_base.h125 typedef _Safe_sequence_base _Base; typedef in class:__gnu_debug::_Safe_unordered_container_base
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
H A Dsafe_unordered_base.h125 typedef _Safe_sequence_base _Base; typedef in class:__gnu_debug::_Safe_unordered_container_base
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/debug/
H A Dsafe_unordered_base.h125 typedef _Safe_sequence_base _Base; typedef in class:__gnu_debug::_Safe_unordered_container_base
/prebuilts/ndk/9/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h49 typedef basic_streambuf<char, char_traits<char> > _Base; typedef in class:strstreambuf
77 virtual _Base* setbuf(char* __buf, streamsize __n);
/prebuilts/ndk/current/sources/cxx-stl/EH/stlport/stlport/stl/
H A D_strstream.h49 typedef basic_streambuf<char, char_traits<char> > _Base; typedef in class:strstreambuf
77 virtual _Base* setbuf(char* __buf, streamsize __n);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
H A Dsafe_unordered_base.h125 typedef _Safe_sequence_base _Base; typedef in class:__gnu_debug::_Safe_unordered_container_base
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/debug/
H A Dsafe_unordered_base.h125 typedef _Safe_sequence_base _Base; typedef in class:__gnu_debug::_Safe_unordered_container_base
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/
H A Dsafe_unordered_base.h125 typedef _Safe_sequence_base _Base; typedef in class:__gnu_debug::_Safe_unordered_container_base
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/debug/
H A Dsafe_unordered_base.h125 typedef _Safe_sequence_base _Base; typedef in class:__gnu_debug::_Safe_unordered_container_base
/prebuilts/ndk/current/sources/cxx-stl/stlport/stlport/stl/
H A D_strstream.h49 typedef basic_streambuf<char, char_traits<char> > _Base; typedef in class:strstreambuf
77 virtual _Base* setbuf(char* __buf, streamsize __n);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/tr1/
H A Dunordered_map.h57 _Base; typedef in class:tr1::__unordered_map
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; typedef in class:tr1::__unordered_multimap
111 typedef typename _Base::size_type size_type;
112 typedef typename _Base
183 typedef __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc> _Base; typedef in class:tr1::unordered_map
235 typedef __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc> _Base; typedef in class:tr1::unordered_multimap
[all...]
H A Dunordered_set.h57 _Base; typedef in class:tr1::__unordered_set
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; typedef in class:tr1::__unordered_multiset
109 typedef typename _Base::size_type size_type;
110 typedef typename _Base
176 typedef __unordered_set<_Value, _Hash, _Pred, _Alloc> _Base; typedef in class:tr1::unordered_set
225 typedef __unordered_multiset<_Value, _Hash, _Pred, _Alloc> _Base; typedef in class:tr1::unordered_multiset
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/tr1/
H A Dunordered_map.h57 _Base; typedef in class:tr1::__unordered_map
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; typedef in class:tr1::__unordered_multimap
111 typedef typename _Base::size_type size_type;
112 typedef typename _Base
183 typedef __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc> _Base; typedef in class:tr1::unordered_map
235 typedef __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc> _Base; typedef in class:tr1::unordered_multimap
[all...]
H A Dunordered_set.h57 _Base; typedef in class:tr1::__unordered_set
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; typedef in class:tr1::__unordered_multiset
109 typedef typename _Base::size_type size_type;
110 typedef typename _Base
176 typedef __unordered_set<_Value, _Hash, _Pred, _Alloc> _Base; typedef in class:tr1::unordered_set
225 typedef __unordered_multiset<_Value, _Hash, _Pred, _Alloc> _Base; typedef in class:tr1::unordered_multiset
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/tr1/
H A Dunordered_map.h57 _Base; typedef in class:tr1::__unordered_map
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; typedef in class:tr1::__unordered_multimap
111 typedef typename _Base::size_type size_type;
112 typedef typename _Base
183 typedef __unordered_map<_Key, _Tp, _Hash, _Pred, _Alloc> _Base; typedef in class:tr1::unordered_map
235 typedef __unordered_multimap<_Key, _Tp, _Hash, _Pred, _Alloc> _Base; typedef in class:tr1::unordered_multimap
[all...]

Completed in 2781 milliseconds

1234567891011>>