OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:make_shared
(Results
1 - 18
of
18
) sorted by null
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/
future
870
: _M_future(std::
make_shared
<_State>()),
962
: _M_future(std::
make_shared
<_State>()),
1037
: _M_future(std::
make_shared
<_State>()),
1217
: _M_state(std::
make_shared
<_State_type>(__fn))
1223
: _M_state(std::
make_shared
<_State_type>(std::move(__fn)))
1228
: _M_state(std::
make_shared
<_State_type>(__fn))
[
all
...]
thread
194
return
make_shared
<_Impl<_Callable>>(std::forward<_Callable>(__f));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/
future
870
: _M_future(std::
make_shared
<_State>()),
962
: _M_future(std::
make_shared
<_State>()),
1037
: _M_future(std::
make_shared
<_State>()),
1217
: _M_state(std::
make_shared
<_State_type>(__fn))
1223
: _M_state(std::
make_shared
<_State_type>(std::move(__fn)))
1228
: _M_state(std::
make_shared
<_State_type>(__fn))
[
all
...]
thread
194
return
make_shared
<_Impl<_Callable>>(std::forward<_Callable>(__f));
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/
thread
189
return
make_shared
<_Impl<_Callable>>(std::forward<_Callable>(__f));
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/
thread
189
return
make_shared
<_Impl<_Callable>>(std::forward<_Callable>(__f));
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/
thread
189
return
make_shared
<_Impl<_Callable>>(std::forward<_Callable>(__f));
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/
thread
189
return
make_shared
<_Impl<_Callable>>(std::forward<_Callable>(__f));
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/
thread
189
return
make_shared
<_Impl<_Callable>>(std::forward<_Callable>(__f));
/prebuilts/gcc/linux-x86/host/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
1580
make_shared
(_Args&&... __args)
function
[
all
...]
/prebuilts/ndk/5/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h
152
// helpers for
make_shared
/ allocate_shared
1580
make_shared
(_Args&&... __args)
function
[
all
...]
/prebuilts/ndk/6/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h
152
// helpers for
make_shared
/ allocate_shared
1580
make_shared
(_Args&&... __args)
function
[
all
...]
/prebuilts/ndk/7/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h
152
// helpers for
make_shared
/ allocate_shared
1580
make_shared
(_Args&&... __args)
function
[
all
...]
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/include/bits/
shared_ptr.h
152
// helpers for
make_shared
/ allocate_shared
1580
make_shared
(_Args&&... __args)
function
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/bits/
shared_ptr.h
547
make_shared
(_Args&&... __args)
function
shared_ptr_base.h
376
// helpers for
make_shared
/ allocate_shared
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/bits/
shared_ptr.h
547
make_shared
(_Args&&... __args)
function
shared_ptr_base.h
376
// helpers for
make_shared
/ allocate_shared
[
all
...]
Completed in 599 milliseconds