Home
last modified time | relevance | path

Searched refs:WeakPtrFactory (Results 1 – 25 of 35) sorted by relevance

12

/external/v8/tools/clang/plugins/tests/
Dweak_ptr_factory.cpp10 base::WeakPtrFactory<OnlyMember> factory_;
16 base::WeakPtrFactory<FactoryLast> factory_;
21 base::WeakPtrFactory<bool> bool_ptr_factory_;
26 base::WeakPtrFactory<bool> bool_ptr_factory_;
28 base::WeakPtrFactory<FirstFactoryRefersToOtherType> factory_;
34 base::WeakPtrFactory<TwoFactories> factory1_;
35 base::WeakPtrFactory<TwoFactories> factory2_;
44 base::WeakPtrFactory<ClassTemplate> factory_;
54 base::WeakPtrFactory<FactoryFirst> factory_;
60 base::WeakPtrFactory<FactoryMiddle> factory_;
[all …]
Dweak_ptr_factory.txt1 weak_ptr_factory.cpp:54:38: warning: [chromium-style] WeakPtrFactory members which refer to their o…
2 base::WeakPtrFactory<FactoryFirst> factory_;
4 weak_ptr_factory.cpp:60:39: warning: [chromium-style] WeakPtrFactory members which refer to their o…
5 base::WeakPtrFactory<FactoryMiddle> factory_;
7 weak_ptr_factory.cpp:66:44: warning: [chromium-style] WeakPtrFactory members which refer to their o…
8 base::WeakPtrFactory<TwoFactoriesOneBad> factory1_;
10 weak_ptr_factory.cpp:76:39: warning: [chromium-style] WeakPtrFactory members which refer to their o…
11 base::WeakPtrFactory<ClassTemplate> factory_;
Dweak_ptr_factory.h11 class WeakPtrFactory {
13 explicit WeakPtrFactory(T*) {} in WeakPtrFactory() function
/external/libchrome/base/memory/
Dweak_ptr_unittest.cc60 WeakPtrFactory<Target> factory;
193 WeakPtrFactory<int> factory(&data); in TEST()
200 WeakPtrFactory<int> factory(&data); in TEST()
208 WeakPtrFactory<int> factory(&data); in TEST()
221 WeakPtrFactory<int> factory(&data); in TEST()
231 WeakPtrFactory<int> factory(&data); in TEST()
245 WeakPtrFactory<int> factory(&data); in TEST()
258 WeakPtrFactory<Base> factory(&data); in TEST()
267 WeakPtrFactory<Derived> factory(&data); in TEST()
292 WeakPtrFactory<int> factory(&data); in TEST()
[all …]
Dweak_ptr.h194 template <typename T> class WeakPtrFactory; variable
248 friend class WeakPtrFactory<T>; variable
284 class WeakPtrFactory {
286 explicit WeakPtrFactory(T* ptr) : ptr_(ptr) { in WeakPtrFactory() function
289 ~WeakPtrFactory() { ptr_ = nullptr; } in ~WeakPtrFactory()
311 DISALLOW_IMPLICIT_CONSTRUCTORS(WeakPtrFactory);
/external/libbrillo/brillo/http/
Dhttp_transport_curl.h131 base::WeakPtrFactory<Transport> weak_ptr_factory_for_timer_{this};
132 base::WeakPtrFactory<Transport> weak_ptr_factory_{this};
/external/libmojo/mojo/common/
Ddata_pipe_drainer.h41 base::WeakPtrFactory<DataPipeDrainer> weak_factory_;
/external/libchrome/base/trace_event/
Dtrace_event_system_stats_monitor.h62 WeakPtrFactory<TraceEventSystemStatsMonitor> weak_factory_;
/external/v4l2_codec2/vda/
Dv4l2_slice_video_decode_accelerator.h332 std::unique_ptr<base::WeakPtrFactory<VideoDecodeAccelerator::Client>>
427 base::WeakPtrFactory<V4L2SliceVideoDecodeAccelerator> weak_this_factory_;
/external/libbrillo/brillo/dbus/
Ddbus_service_watcher.h46 base::WeakPtrFactory<DBusServiceWatcher> weak_factory_{this};
/external/libchrome/base/
Drun_loop.h109 base::WeakPtrFactory<RunLoop> weak_factory_;
Dcancelable_callback.h125 base::WeakPtrFactory<CancelableCallback<void(A...)>> weak_factory_;
Dbind_unittest.cc514 WeakPtrFactory<NoRef> weak_factory(&no_ref_); in TEST_F()
515 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_); in TEST_F()
690 WeakPtrFactory<NoRef> weak_factory(&no_ref_); in TEST_F()
691 WeakPtrFactory<const NoRef> const_weak_factory(const_no_ref_ptr_); in TEST_F()
/external/libmojo/mojo/edk/js/
Dwaiting_callback.h58 base::WeakPtrFactory<WaitingCallback> weak_factory_;
/external/libmojo/mojo/public/cpp/system/
Dwatcher.h118 base::WeakPtrFactory<Watcher> weak_factory_;
/external/libchrome/base/files/
Dimportant_file_writer.h133 WeakPtrFactory<ImportantFileWriter> weak_factory_;
/external/libchrome/components/timers/
Dalarm_timer_chromeos.h89 base::WeakPtrFactory<AlarmTimer> weak_factory_;
/external/libchrome/base/task/
Dcancelable_task_tracker.h135 base::WeakPtrFactory<CancelableTaskTracker> weak_factory_;
/external/libmojo/mojo/public/cpp/bindings/
Dinterface_ptr_set.h70 base::WeakPtrFactory<Element> weak_ptr_factory_;
Dconnector.h204 base::WeakPtrFactory<Connector> weak_factory_;
Dbinding_set.h90 base::WeakPtrFactory<Element> weak_ptr_factory_;
Dinterface_endpoint_client.h148 base::WeakPtrFactory<InterfaceEndpointClient> weak_ptr_factory_;
/external/libmojo/mojo/public/cpp/bindings/lib/
Drouter.h171 base::WeakPtrFactory<Router> weak_factory_;
/external/libbrillo/brillo/message_loops/
Dbase_message_loop.h192 base::WeakPtrFactory<BaseMessageLoop> weak_ptr_factory_{this};
/external/libchrome/dbus/
Dobject_manager.h357 base::WeakPtrFactory<ObjectManager> weak_ptr_factory_;

12