OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:allocate_shared
(Results
1 - 4
of
4
) sorted by null
/external/clang/test/PCH/
cxx-variadic-templates.h
8
allocate_shared
(const _Alloc& __a, _Args&& ...__args);
14
shared_ptr<_Tp>::
allocate_shared
(const _Alloc& __a, _Args&& ...__args)
function in class:shared_ptr
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/bits/
shared_ptr.h
152
// helpers for make_shared /
allocate_shared
853
// This constructor is non-standard, it is used by
allocate_shared
.
1566
allocate_shared
(_Alloc __a, _Args&&... __args)
function
[
all
...]
/prebuilt/ndk/android-ndk-r5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h
152
// helpers for make_shared /
allocate_shared
853
// This constructor is non-standard, it is used by
allocate_shared
.
1566
allocate_shared
(_Alloc __a, _Args&&... __args)
function
[
all
...]
/prebuilt/ndk/android-ndk-r6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h
152
// helpers for make_shared /
allocate_shared
853
// This constructor is non-standard, it is used by
allocate_shared
.
1566
allocate_shared
(_Alloc __a, _Args&&... __args)
function
[
all
...]
Completed in 604 milliseconds