OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smart_ptr
(Results
1 - 22
of
22
) sorted by null
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/
scoped_array.hpp
11
// http://www.boost.org/libs/
smart_ptr
/scoped_array.htm
14
#include <boost/
smart_ptr
/scoped_array.hpp>
scoped_ptr.hpp
11
// http://www.boost.org/libs/
smart_ptr
/scoped_ptr.htm
14
#include <boost/
smart_ptr
/scoped_ptr.hpp>
shared_array.hpp
14
// See http://www.boost.org/libs/
smart_ptr
/shared_array.htm for documentation.
17
#include <boost/
smart_ptr
/shared_array.hpp>
shared_ptr.hpp
14
// See http://www.boost.org/libs/
smart_ptr
/shared_ptr.htm for documentation.
17
#include <boost/
smart_ptr
/shared_ptr.hpp>
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/detail/
sp_counted_base.hpp
21
#include <boost/
smart_ptr
/detail/sp_has_sync.hpp>
24
# include <boost/
smart_ptr
/detail/sp_counted_base_nt.hpp>
27
# include <boost/
smart_ptr
/detail/sp_counted_base_spin.hpp>
30
# include <boost/
smart_ptr
/detail/sp_counted_base_pt.hpp>
33
# include <boost/
smart_ptr
/detail/sp_counted_base_nt.hpp>
36
# include <boost/
smart_ptr
/detail/sp_counted_base_gcc_x86.hpp>
39
# include <boost/
smart_ptr
/detail/sp_counted_base_gcc_ia64.hpp>
42
# include <boost/
smart_ptr
/detail/sp_counted_base_acc_ia64.hpp>
45
# include <boost/
smart_ptr
/detail/sp_counted_base_vacpp_ppc.hpp>
48
# include <boost/
smart_ptr
/detail/sp_counted_base_cw_ppc.hpp
[
all
...]
spinlock.hpp
32
#include <boost/
smart_ptr
/detail/sp_has_sync.hpp>
35
# include <boost/
smart_ptr
/detail/spinlock_pt.hpp>
38
# include <boost/
smart_ptr
/detail/spinlock_gcc_arm.hpp>
41
# include <boost/
smart_ptr
/detail/spinlock_sync.hpp>
44
# include <boost/
smart_ptr
/detail/spinlock_w32.hpp>
47
# include <boost/
smart_ptr
/detail/spinlock_pt.hpp>
50
# include <boost/
smart_ptr
/detail/spinlock_nt.hpp>
spinlock_sync.hpp
18
#include <boost/
smart_ptr
/detail/yield_k.hpp>
sp_counted_base_spin.hpp
22
#include <boost/
smart_ptr
/detail/spinlock_pool.hpp>
spinlock_pool.hpp
25
#include <boost/
smart_ptr
/detail/spinlock.hpp>
sp_counted_impl.hpp
28
#include <boost/
smart_ptr
/detail/sp_counted_base.hpp>
31
#include <boost/
smart_ptr
/detail/quick_allocator.hpp>
shared_count.hpp
28
#include <boost/
smart_ptr
/bad_weak_ptr.hpp>
29
#include <boost/
smart_ptr
/detail/sp_counted_base.hpp>
30
#include <boost/
smart_ptr
/detail/sp_counted_impl.hpp>
/external/clang/test/Index/
complete-memfunc-cvquals.cpp
12
struct
smart_ptr
{
struct
18
smart_ptr
<Foo> sf, const
smart_ptr
<Foo> &sfc, Foo volatile *fvp) {
/external/valgrind/drd/tests/
annotate_smart_pointer.cpp
11
* (e.g. boost::shared_ptr<>, tr1::shared_ptr<> and the
smart_ptr
<>
159
class
smart_ptr
class
164
template <typename Q> friend class
smart_ptr
;
166
explicit
smart_ptr
()
function in class:smart_ptr
170
explicit
smart_ptr
(T* const pT)
function in class:smart_ptr
177
explicit
smart_ptr
(Q* const q)
function in class:smart_ptr
183
~
smart_ptr
()
188
smart_ptr
(const
smart_ptr
<T>& sp)
function in class:smart_ptr
195
smart_ptr
(const smart_ptr<Q>& sp
function in class:smart_ptr
[
all
...]
annotate_smart_pointer2.stderr.exp
4
by 0x........:
smart_ptr
<counter>::set(counter*, AtomicInt32*) (annotate_smart_pointer.cpp:?)
5
by 0x........:
smart_ptr
<counter>::operator=(counter*) (annotate_smart_pointer.cpp:?)
/ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/smart_ptr/
shared_array.hpp
14
// See http://www.boost.org/libs/
smart_ptr
/shared_array.htm for documentation.
20
#include <boost/
smart_ptr
/detail/shared_array_nmt.hpp>
28
#include <boost/
smart_ptr
/detail/shared_count.hpp>
116
#include <boost/
smart_ptr
/detail/operator_bool.hpp>
scoped_array.hpp
11
// http://www.boost.org/libs/
smart_ptr
/scoped_array.htm
90
#include <boost/
smart_ptr
/detail/operator_bool.hpp>
scoped_ptr.hpp
11
// http://www.boost.org/libs/
smart_ptr
/scoped_ptr.htm
107
#include <boost/
smart_ptr
/detail/operator_bool.hpp>
shared_ptr.hpp
14
// See http://www.boost.org/libs/
smart_ptr
/shared_ptr.htm for documentation.
20
#include <boost/
smart_ptr
/detail/shared_ptr_nmt.hpp>
32
#include <boost/
smart_ptr
/detail/shared_count.hpp>
34
#include <boost/
smart_ptr
/detail/sp_convertible.hpp>
37
#include <boost/
smart_ptr
/detail/spinlock_pool.hpp>
434
#include <boost/
smart_ptr
/detail/operator_bool.hpp>
/external/clang/test/SemaTemplate/
instantiate-declref.cpp
75
struct
smart_ptr
{
struct
87
void test_smart_ptr(
smart_ptr
<int> p) {
/art/cmdline/
cmdline_parser.h
425
auto
smart_ptr
= std::unique_ptr<detail::CmdlineParseArgumentAny>(arg);
local
426
completed_arguments_.push_back(std::move(
smart_ptr
));
/external/clang/test/SemaCXX/
conversion-function.cpp
182
namespace
smart_ptr
{
namespace
202
X x = make_Y(); // expected-error{{no viable conversion from '
smart_ptr
::Y' to '
smart_ptr
::X'}}
warn-thread-safety-parsing.cpp
1383
class
smart_ptr
{
class in namespace:SmartPointerTest
[
all
...]
Completed in 3483 milliseconds