/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/debug/ |
multiset.h | 41 template<typename _Key, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<_Key> > 44 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base; 54 typedef _Key key_type; 55 typedef _Key value_type; 415 template<typename _Key, typename _Compare, typename _Allocator> 417 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs [all...] |
set.h | 41 template<typename _Key, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<_Key> > 44 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator>, 45 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base; 54 typedef _Key key_type; 55 typedef _Key value_type; 424 template<typename _Key, typename _Compare, typename _Allocator> 426 operator==(const set<_Key, _Compare, _Allocator>& __lhs [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/ |
stl_multimap.h | 74 * @tparam _Key Type of key objects. 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 78 * allocator<pair<const _Key, _Tp>. 92 template <typename _Key, typename _Tp, 93 typename _Compare = std::less<_Key>, 94 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 98 typedef _Key key_type; 100 typedef std::pair<const _Key, _Tp> value_type; 108 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/debug/ |
map.h | 41 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > > 44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base; 54 typedef _Key key_type; 56 typedef std::pair<const _Key, _Tp> value_type; 439 template<typename _Key, typename _Tp, 442 operator==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs [all...] |
multimap.h | 41 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > > 44 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<multimap<_Key, _Tp, 48 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base; 55 typedef _Key key_type; 57 typedef std::pair<const _Key, _Tp> value_type; 422 template<typename _Key, typename _Tp, 425 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs [all...] |
multiset.h | 41 template<typename _Key, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<_Key> > 44 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base; 54 typedef _Key key_type; 55 typedef _Key value_type; 415 template<typename _Key, typename _Compare, typename _Allocator> 417 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs [all...] |
set.h | 41 template<typename _Key, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<_Key> > 44 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator>, 45 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base; 54 typedef _Key key_type; 55 typedef _Key value_type; 424 template<typename _Key, typename _Compare, typename _Allocator> 426 operator==(const set<_Key, _Compare, _Allocator>& __lhs [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
stl_multimap.h | 74 * @tparam _Key Type of key objects. 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 78 * allocator<pair<const _Key, _Tp>. 92 template <typename _Key, typename _Tp, 93 typename _Compare = std::less<_Key>, 94 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 98 typedef _Key key_type; 100 typedef std::pair<const _Key, _Tp> value_type; 108 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/debug/ |
map.h | 41 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > > 44 : public _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<map<_Key, _Tp, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::map<_Key, _Tp, _Compare, _Allocator> _Base; 54 typedef _Key key_type; 56 typedef std::pair<const _Key, _Tp> value_type; 439 template<typename _Key, typename _Tp, 442 operator==(const map<_Key, _Tp, _Compare, _Allocator>& __lhs [all...] |
multimap.h | 41 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > > 44 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<multimap<_Key, _Tp, 48 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base; 55 typedef _Key key_type; 57 typedef std::pair<const _Key, _Tp> value_type; 422 template<typename _Key, typename _Tp, 425 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs [all...] |
multiset.h | 41 template<typename _Key, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<_Key> > 44 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base; 54 typedef _Key key_type; 55 typedef _Key value_type; 415 template<typename _Key, typename _Compare, typename _Allocator> 417 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs [all...] |
set.h | 41 template<typename _Key, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<_Key> > 44 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator>, 45 public __gnu_debug::_Safe_sequence<set<_Key, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base; 54 typedef _Key key_type; 55 typedef _Key value_type; 424 template<typename _Key, typename _Compare, typename _Allocator> 426 operator==(const set<_Key, _Compare, _Allocator>& __lhs [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
stl_multimap.h | 74 * @tparam _Key Type of key objects. 76 * @tparam _Compare Comparison function object type, defaults to less<_Key>. 78 * allocator<pair<const _Key, _Tp>. 92 template <typename _Key, typename _Tp, 93 typename _Compare = std::less<_Key>, 94 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 98 typedef _Key key_type; 100 typedef std::pair<const _Key, _Tp> value_type; 108 __glibcxx_class_requires4(_Compare, bool, _Key, _Key, [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
multiset.h | 41 template<typename _Key, typename _Compare = std::less<_Key>, 42 typename _Allocator = std::allocator<_Key> > 44 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator>, 45 public __gnu_debug::_Safe_sequence<multiset<_Key, _Compare, _Allocator> > 47 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base; 59 typedef _Key key_type; 60 typedef _Key value_type; 457 template<typename _Key, typename _Compare, typename _Allocator> 459 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs [all...] |
/external/clang/test/SemaCXX/ |
libstdcxx_map_base_hack.cpp | 10 template<typename _Key, typename _Value, typename _Ex, bool __unique,
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/profile/ |
multimap.h | 39 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > > 42 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> 44 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base; 48 typedef _Key key_type; 50 typedef std::pair<const _Key, _Tp> value_type; 356 template<typename _Key, typename _Tp, 359 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, 360 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs [all...] |
multiset.h | 39 template<typename _Key, typename _Compare = std::less<_Key>, 40 typename _Allocator = std::allocator<_Key> > 42 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> 44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base; 48 typedef _Key key_type; 49 typedef _Key value_type; 348 template<typename _Key, typename _Compare, typename _Allocator> 350 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs, 351 const multiset<_Key, _Compare, _Allocator>& __rhs [all...] |
set.h | 39 template<typename _Key, typename _Compare = std::less<_Key>, 40 typename _Allocator = std::allocator<_Key> > 42 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator> 44 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base; 48 typedef _Key key_type; 49 typedef _Key value_type; 362 template<typename _Key, typename _Compare, typename _Allocator> 364 operator==(const set<_Key, _Compare, _Allocator>& __lhs, 365 const set<_Key, _Compare, _Allocator>& __rhs [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/profile/ |
multimap.h | 39 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > > 42 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> 44 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base; 48 typedef _Key key_type; 50 typedef std::pair<const _Key, _Tp> value_type; 356 template<typename _Key, typename _Tp, 359 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, 360 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs [all...] |
multiset.h | 39 template<typename _Key, typename _Compare = std::less<_Key>, 40 typename _Allocator = std::allocator<_Key> > 42 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> 44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base; 48 typedef _Key key_type; 49 typedef _Key value_type; 348 template<typename _Key, typename _Compare, typename _Allocator> 350 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs, 351 const multiset<_Key, _Compare, _Allocator>& __rhs [all...] |
set.h | 39 template<typename _Key, typename _Compare = std::less<_Key>, 40 typename _Allocator = std::allocator<_Key> > 42 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator> 44 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base; 48 typedef _Key key_type; 49 typedef _Key value_type; 362 template<typename _Key, typename _Compare, typename _Allocator> 364 operator==(const set<_Key, _Compare, _Allocator>& __lhs, 365 const set<_Key, _Compare, _Allocator>& __rhs [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/profile/ |
multimap.h | 39 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > > 42 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> 44 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base; 48 typedef _Key key_type; 50 typedef std::pair<const _Key, _Tp> value_type; 356 template<typename _Key, typename _Tp, 359 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, 360 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs [all...] |
multiset.h | 39 template<typename _Key, typename _Compare = std::less<_Key>, 40 typename _Allocator = std::allocator<_Key> > 42 : public _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> 44 typedef _GLIBCXX_STD_C::multiset<_Key, _Compare, _Allocator> _Base; 48 typedef _Key key_type; 49 typedef _Key value_type; 348 template<typename _Key, typename _Compare, typename _Allocator> 350 operator==(const multiset<_Key, _Compare, _Allocator>& __lhs, 351 const multiset<_Key, _Compare, _Allocator>& __rhs [all...] |
set.h | 39 template<typename _Key, typename _Compare = std::less<_Key>, 40 typename _Allocator = std::allocator<_Key> > 42 : public _GLIBCXX_STD_C::set<_Key,_Compare,_Allocator> 44 typedef _GLIBCXX_STD_C::set<_Key, _Compare, _Allocator> _Base; 48 typedef _Key key_type; 49 typedef _Key value_type; 362 template<typename _Key, typename _Compare, typename _Allocator> 364 operator==(const set<_Key, _Compare, _Allocator>& __lhs, 365 const set<_Key, _Compare, _Allocator>& __rhs [all...] |
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/ |
multimap.h | 39 template<typename _Key, typename _Tp, typename _Compare = std::less<_Key>, 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > > 42 : public _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> 44 typedef _GLIBCXX_STD_C::multimap<_Key, _Tp, _Compare, _Allocator> _Base; 52 typedef _Key key_type; 54 typedef std::pair<const _Key, _Tp> value_type; 380 template<typename _Key, typename _Tp, 383 operator==(const multimap<_Key, _Tp, _Compare, _Allocator>& __lhs, 384 const multimap<_Key, _Tp, _Compare, _Allocator>& __rhs [all...] |