OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:weak_ptr
(Results
26 - 50
of
1323
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.mod/
reset.pass.cpp
12
//
weak_ptr
14
// void swap(
weak_ptr
& r);
34
std::
weak_ptr
<A> w1(p1);
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.obs/
expired.pass.cpp
12
//
weak_ptr
33
std::
weak_ptr
<A> wp;
39
std::
weak_ptr
<A> wp(sp0);
lock.pass.cpp
12
//
weak_ptr
33
std::
weak_ptr
<A> wp;
41
std::
weak_ptr
<A> wp(sp0);
50
std::
weak_ptr
<A> wp(sp0);
/external/chromium_org/cc/debug/
unittest_only_benchmark.h
8
#include "base/memory/
weak_ptr
.h"
unittest_only_benchmark_impl.h
8
#include "base/memory/
weak_ptr
.h"
/external/chromium_org/chrome/browser/extensions/api/top_sites/
top_sites_api.h
8
#include "base/memory/
weak_ptr
.h"
/external/chromium_org/chrome/browser/ui/
profile_reset_bubble.h
8
#include "base/memory/
weak_ptr
.h"
/external/chromium_org/components/policy/core/common/cloud/
mock_cloud_external_data_manager.cc
8
#include "base/memory/
weak_ptr
.h"
/external/chromium_org/net/url_request/
url_request_about_job.h
10
#include "base/memory/
weak_ptr
.h"
url_request_error_job.h
11
#include "base/memory/
weak_ptr
.h"
/external/chromium_org/remoting/host/
host_status_monitor_fake.h
8
#include "base/memory/
weak_ptr
.h"
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.shared/util.smartptr.shared.const/
weak_ptr.pass.cpp
14
// template<class Y> explicit shared_ptr(const
weak_ptr
<Y>& r);
45
std::
weak_ptr
<A> wp;
58
std::
weak_ptr
<A> wp(sp0);
67
std::
weak_ptr
<A> wp(sp0);
/ndk/sources/host-tools/gdb-pretty-printers/stlport/gppfs-0.2/
ChangeLog
4
std::tr1::shared_ptr and std::tr1::
weak_ptr
.
/prebuilts/python/darwin-x86/2.7.5/share/pretty-printers/stlport/
ChangeLog
4
std::tr1::shared_ptr and std::tr1::
weak_ptr
.
/prebuilts/python/linux-x86/2.7.5/share/pretty-printers/stlport/
ChangeLog
4
std::tr1::shared_ptr and std::tr1::
weak_ptr
.
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/
types.pass.cpp
12
// template<class T> class
weak_ptr
25
static_assert((std::is_same<std::
weak_ptr
<A>::element_type, A>::value), "");
/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/utilities/memory/util.smartptr/util.smartptr.weak/util.smartptr.weak.assign/
shared_ptr_Y.pass.cpp
12
//
weak_ptr
14
// template<class Y>
weak_ptr
& operator=(const shared_ptr<Y>& r);
48
std::
weak_ptr
<B> pB;
/external/chromium/chrome/browser/ui/views/autocomplete/
autocomplete_popup_gtk.h
9
#include "base/memory/
weak_ptr
.h"
autocomplete_popup_win.h
9
#include "base/memory/
weak_ptr
.h"
/external/chromium_org/chrome/browser/chromeos/login/
multi_profile_first_run_notification.h
9
#include "base/memory/
weak_ptr
.h"
/external/chromium_org/chrome/browser/extensions/api/bluetooth/
bluetooth_extension_function.h
9
#include "base/memory/
weak_ptr
.h"
/external/chromium_org/chrome/browser/managed_mode/
managed_mode_resource_throttle.h
9
#include "base/memory/
weak_ptr
.h"
/external/chromium_org/chrome/browser/sync/
backend_unrecoverable_error_handler.h
11
#include "base/memory/
weak_ptr
.h"
/external/chromium_org/chrome/browser/sync_file_system/drive_backend/
list_changes_task.h
10
#include "base/memory/
weak_ptr
.h"
/external/chromium_org/chrome/browser/ui/autofill/
new_credit_card_bubble_view.h
8
#include "base/memory/
weak_ptr
.h"
Completed in 1332 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>