| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/config/ |
| features.h | 343 class _Alloc = allocator< pair < _Key, _Tp > > [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/stlport/stlport/stl/debug/ |
| _list.h | 56 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/ |
| _num_put.c | 389 basic_string<_CharT, char_traits<_CharT>, allocator<_CharT> > __str = __x ? __np.truename() : __np.falsename();
|
| _tree.h | 291 _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Value>) >
|
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/config/ |
| features.h | 343 class _Alloc = allocator< pair < _Key, _Tp > > [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/EH/stlport/stlport/stl/debug/ |
| _list.h | 56 template <class _Tp, _STLP_DFL_TMPL_PARAM(_Alloc, allocator<_Tp>) >
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| forward_list.h | 407 template<typename _Tp, typename _Alloc = allocator<_Tp> > 434 * @param al An allocator object. 442 * @brief Copy constructor with allocator argument. 444 * @param al An allocator object. 451 * @brief Move constructor with allocator argument. 453 * @param al An allocator object. 475 * @param al An allocator object. 489 * @param al An allocator object. 507 * @param list A %forward_list of identical element and allocator 519 * @param list A %forward_list of identical element and allocator [all...] |
| stl_vector.h | 179 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 232 * @param a An allocator object. 255 * @param a An allocator. 268 * @param a An allocator. 281 * @param x A %vector of identical element and allocator types. 299 * @param x A %vector of identical element and allocator types. 310 * @param a An allocator. 331 * @param a An allocator. 365 * @param x A %vector of identical element and allocator types. 369 * copy constructor, the allocator object is not copied [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/ |
| forward_list.h | 404 template<typename _Tp, typename _Alloc = allocator<_Tp> > 432 * @param __al An allocator object. 440 * @brief Copy constructor with allocator argument. 442 * @param __al An allocator object. 449 * @brief Move constructor with allocator argument. 451 * @param __al An allocator object. 473 * @param __al An allocator object. 487 * @param __al An allocator object. 505 * @param __list A %forward_list of identical element and allocator 517 * @param __list A %forward_list of identical element and allocator [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/bits/ |
| stl_map.h | 79 * @tparam _Alloc Allocator type, defaults to 80 * allocator<pair<const _Key, _Tp>. 95 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 166 * @param __a An allocator object. 175 * @param __x A %map of identical element and allocator types. 186 * @param __x A %map of identical element and allocator types. 199 * @param __a An allocator object. 233 * @param __a An allocator object. 258 * @param __x A %map of identical element and allocator types. 261 * constructor, the allocator object is not copied [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/profile/ |
| map.h | 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/bits/ |
| stl_map.h | 79 * @tparam _Alloc Allocator type, defaults to 80 * allocator<pair<const _Key, _Tp>. 95 typename _Alloc = std::allocator<std::pair<const _Key, _Tp> > > 168 * @param __a An allocator object. 177 * @param __x A %map of identical element and allocator types. 188 * @param __x A %map of identical element and allocator types. 201 * @param __a An allocator object. 214 /// Allocator-extended default constructor. 219 /// Allocator-extended copy constructor. 223 /// Allocator-extended move constructor [all...] |
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/debug/ |
| map.h | 42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| multimap.h | 42 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| set.h | 42 typename _Allocator = std::allocator<_Key> >
|
| /prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.9/include/profile/ |
| map.h | 40 typename _Allocator = std::allocator<std::pair<const _Key, _Tp> > >
|
| /external/valgrind/main/memcheck/tests/ |
| unit_oset.stdout.exp | 1 -- start single oset, no pool allocator ---------------- 999 -- end single oset, no pool allocator ---------------- 1000 -- start single oset, pool allocator ---------------- [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/x86_64-linux/include/c++/4.6/bits/ |
| stl_deque.h | 671 * allocator efficiency. 718 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 776 * @param a An allocator object. 799 * @param a An allocator. 812 * @param a An allocator. 825 * @param x A %deque of identical element and allocator types. 839 * @param x A %deque of identical element and allocator types. 850 * @param a An allocator object. 871 * @param a An allocator object. 902 * @param x A %deque of identical element and allocator types [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/ |
| stl_deque.h | 652 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>. 682 * allocator efficiency. 729 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 787 * @param __a An allocator object. 810 * @param __a An allocator. 823 * @param __a An allocator. 836 * @param __x A %deque of identical element and allocator types. 850 * @param __x A %deque of identical element and allocator types. 861 * @param __a An allocator object [all...] |
| /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/bits/ |
| stl_deque.h | 652 * @tparam _Alloc Allocator type, defaults to allocator<_Tp>. 682 * allocator efficiency. 729 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 787 * @param __a An allocator object. 810 * @param __a An allocator. 823 * @param __a An allocator. 836 * @param __x A %deque of identical element and allocator types. 850 * @param __x A %deque of identical element and allocator types. 861 * @param __a An allocator object [all...] |
| /prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_deque.h | 590 * allocator efficiency. 637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 695 * @param a An allocator object. 705 * @param a An allocator. 717 * @param x A %deque of identical element and allocator types. 731 * @param x A %deque of identical element and allocator types. 742 * @param a An allocator object. 763 * @param a An allocator object. 794 * @param x A %deque of identical element and allocator types. 797 * the allocator object is not copied [all...] |
| /prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_deque.h | 590 * allocator efficiency. 637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 695 * @param a An allocator object. 705 * @param a An allocator. 717 * @param x A %deque of identical element and allocator types. 731 * @param x A %deque of identical element and allocator types. 742 * @param a An allocator object. 763 * @param a An allocator object. 794 * @param x A %deque of identical element and allocator types. 797 * the allocator object is not copied [all...] |
| /prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/ |
| stl_deque.h | 590 * allocator efficiency. 637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 695 * @param a An allocator object. 705 * @param a An allocator. 717 * @param x A %deque of identical element and allocator types. 731 * @param x A %deque of identical element and allocator types. 742 * @param a An allocator object. 763 * @param a An allocator object. 794 * @param x A %deque of identical element and allocator types. 797 * the allocator object is not copied [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/bits/ |
| stl_deque.h | 590 * allocator efficiency. 637 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 695 * @param a An allocator object. 705 * @param a An allocator. 717 * @param x A %deque of identical element and allocator types. 731 * @param x A %deque of identical element and allocator types. 742 * @param a An allocator object. 763 * @param a An allocator object. 794 * @param x A %deque of identical element and allocator types. 797 * the allocator object is not copied [all...] |
| /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/ |
| stl_deque.h | 671 * allocator efficiency. 718 template<typename _Tp, typename _Alloc = std::allocator<_Tp> > 776 * @param a An allocator object. 799 * @param a An allocator. 812 * @param a An allocator. 825 * @param x A %deque of identical element and allocator types. 839 * @param x A %deque of identical element and allocator types. 850 * @param a An allocator object. 871 * @param a An allocator object. 902 * @param x A %deque of identical element and allocator types [all...] |