Searched defs:__hint (Results 1 - 25 of 86) sorted by relevance

1234

/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Ddebug_allocator.h96 allocate(size_type __n, const void* __hint) argument
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Ddebug_allocator.h96 allocate(size_type __n, const void* __hint) argument
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Ddebug_allocator.h96 allocate(size_type __n, const void* __hint) argument
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
H A Ddebug_allocator.h96 allocate(size_type __n, const void* __hint) argument
98 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/ext/
H A Ddebug_allocator.h97 allocate(size_type __n, const void* __hint) argument
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/ext/
H A Ddebug_allocator.h97 allocate(size_type __n, const void* __hint) argument
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/c++/4.8.3/ext/
H A Ddebug_allocator.h97 allocate(size_type __n, const void* __hint) argument
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/ext/
H A Ddebug_allocator.h97 allocate(size_type __n, const void* __hint) argument
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Ddebug_allocator.h98 allocate(size_type __n, const void* __hint) argument
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Ddebug_allocator.h98 allocate(size_type __n, const void* __hint) argument
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Ddebug_allocator.h98 allocate(size_type __n, const void* __hint) argument
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Ddebug_allocator.h98 allocate(size_type __n, const void* __hint) argument
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Ddebug_allocator.h98 allocate(size_type __n, const void* __hint) argument
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
H A Ddebug_allocator.h97 allocate(size_type __n, const void* __hint) argument
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Ddebug_allocator.h98 allocate(size_type __n, const void* __hint) argument
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.6/include/ext/
H A Ddebug_allocator.h98 allocate(size_type __n, const void* __hint) argument
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.7/include/ext/
H A Ddebug_allocator.h98 allocate(size_type __n, const void* __hint) argument
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
H A Ddebug_allocator.h97 allocate(size_type __n, const void* __hint) argument
99 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/include/ext/
H A Ddebug_allocator.h98 allocate(size_type __n, const void* __hint) argument
100 pointer __res = _M_allocator.allocate(__n + _M_extra, __hint);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dalloc_traits.h226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint) argument
227 { return __a.allocate(__n, __hint); }
357 * @param __hint Aid to locality.
365 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint) argument
366 { return _S_allocate(__a, __n, __hint); }
H A Dunordered_map.h376 * @param __hint An iterator that serves as a hint as to where the
396 insert(const_iterator __hint, const value_type& __x) argument
397 { return _M_h.insert(__hint, __x); }
403 insert(const_iterator __hint, _Pair&& __x) argument
404 { return _M_h.insert(__hint, std::forward<_Pair>(__x)); }
1041 * @param __hint An iterator that serves as a hint as to where the
1059 insert(const_iterator __hint, const value_type& __x) argument
1060 { return _M_h.insert(__hint, __x); }
1066 insert(const_iterator __hint, _Pair&& __x) argument
1067 { return _M_h.insert(__hint, st
[all...]
H A Dunordered_set.h355 * @param __hint An iterator that serves as a hint as to where the
373 insert(const_iterator __hint, const value_type& __x) argument
374 { return _M_h.insert(__hint, __x); }
377 insert(const_iterator __hint, value_type&& __x) argument
378 { return _M_h.insert(__hint, std::move(__x)); }
942 * @param __hint An iterator that serves as a hint as to where the
957 insert(const_iterator __hint, const value_type& __x) argument
958 { return _M_h.insert(__hint, __x); }
961 insert(const_iterator __hint, value_type&& __x) argument
962 { return _M_h.insert(__hint, st
[all...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/bits/
H A Dalloc_traits.h226 _S_allocate(_Alloc2& __a, size_type __n, const_void_pointer __hint) argument
227 { return __a.allocate(__n, __hint); }
357 * @param __hint Aid to locality.
365 allocate(_Alloc& __a, size_type __n, const_void_pointer __hint) argument
366 { return _S_allocate(__a, __n, __hint); }
H A Dunordered_map.h376 * @param __hint An iterator that serves as a hint as to where the
396 insert(const_iterator __hint, const value_type& __x) argument
397 { return _M_h.insert(__hint, __x); }
403 insert(const_iterator __hint, _Pair&& __x) argument
404 { return _M_h.insert(__hint, std::forward<_Pair>(__x)); }
1041 * @param __hint An iterator that serves as a hint as to where the
1059 insert(const_iterator __hint, const value_type& __x) argument
1060 { return _M_h.insert(__hint, __x); }
1066 insert(const_iterator __hint, _Pair&& __x) argument
1067 { return _M_h.insert(__hint, st
[all...]
H A Dunordered_set.h355 * @param __hint An iterator that serves as a hint as to where the
373 insert(const_iterator __hint, const value_type& __x) argument
374 { return _M_h.insert(__hint, __x); }
377 insert(const_iterator __hint, value_type&& __x) argument
378 { return _M_h.insert(__hint, std::move(__x)); }
942 * @param __hint An iterator that serves as a hint as to where the
957 insert(const_iterator __hint, const value_type& __x) argument
958 { return _M_h.insert(__hint, __x); }
961 insert(const_iterator __hint, value_type&& __x) argument
962 { return _M_h.insert(__hint, st
[all...]

Completed in 360 milliseconds

1234