OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:allocator_traits
(Results
26 - 27
of
27
) sorted by null
1
2
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/bits/
shared_ptr_base.h
355
typedef typename
allocator_traits
<_Alloc>::template
401
// 2070. allocate_shared should use
allocator_traits
<A>::construct
402
allocator_traits
<_Alloc>::construct(__a, _M_impl._M_ptr,
410
{
allocator_traits
<_Alloc>::destroy(_M_impl, _M_impl._M_ptr); }
416
typedef typename
allocator_traits
<_Alloc>::template
470
typedef typename
allocator_traits
<_Alloc>::template
493
typedef typename
allocator_traits
<_Alloc>::template
519
typedef typename
allocator_traits
<_Alloc>::template
1011
typedef
allocator_traits
<_Alloc> _Alloc_traits;
1025
typedef
allocator_traits
<_Alloc2> __traits
[
all
...]
regex.h
[
all
...]
Completed in 275 milliseconds
1
2