Home
last modified time | relevance | path

Searched defs:operator (Results 1 – 25 of 176) sorted by relevance

12345678

/device/generic/vulkan-cereal/fake-android-guest/utils/
DStrongPointer.h68 sp& operator = (T* other); variable
69 sp& operator = (const sp<T>& other); variable
70 sp& operator = (sp<T>&& other); variable
72 template<typename U> sp& operator = (const sp<U>& other); variable
73 template<typename U> sp& operator = (sp<U>&& other); variable
74 template<typename U> sp& operator = (U* other); variable
DRefBase.h333 RefBase& operator=(const RefBase& o); variable
370 wp& operator = (T* other); variable
371 wp& operator = (const wp<T>& other); variable
372 wp& operator = (const sp<T>& other); variable
374 template<typename U> wp& operator = (U* other); variable
375 template<typename U> wp& operator = (const wp<U>& other); variable
376 template<typename U> wp& operator = (const sp<U>& other); variable
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/ext/base/
Dtemp_file.h35 TempFile& operator=(TempFile&&); variable
53 TempFile& operator=(const TempFile&) = delete; variable
64 TempDir& operator=(TempDir&&); variable
72 TempDir& operator=(const TempDir&) = delete; variable
Dweak_ptr.h57 WeakPtr& operator=(const WeakPtr&) = default; variable
59 WeakPtr& operator=(WeakPtr&&) = default; variable
112 WeakPtrFactory& operator=(const WeakPtrFactory&) = delete; variable
Dunix_socket.h66 UnixSocketRaw& operator=(UnixSocketRaw&&) = default; variable
107 UnixSocketRaw& operator=(const UnixSocketRaw&) = delete; variable
224 UnixSocket& operator=(const UnixSocket&) = delete; variable
227 UnixSocket& operator=(UnixSocket&&) = delete; variable
Dthread_task_runner.h42 ThreadTaskRunner& operator=(const ThreadTaskRunner&) = delete; variable
45 ThreadTaskRunner& operator=(ThreadTaskRunner&&); variable
Dno_destructor.h51 NoDestructor& operator=(const NoDestructor&) = delete; variable
53 NoDestructor& operator=(NoDestructor&&) = delete; variable
/device/generic/goldfish-opengl/system/hwc2/
DGralloc.h41 GrallocBufferView& operator=(const GrallocBufferView& rhs) = delete; variable
44 GrallocBufferView& operator=(GrallocBufferView&& rhs); variable
71 GrallocBuffer& operator=(const GrallocBuffer& rhs) = delete; variable
74 GrallocBuffer& operator=(GrallocBuffer&& rhs); variable
DDisplay.h44 Display& operator=(const Display& display) = delete; variable
47 Display& operator=(Display&& display) = delete; variable
126 Config& operator=(const Config& display) = default; variable
129 Config& operator=(Config&& display) = default; variable
190 VsyncThread& operator=(const VsyncThread&) = default; variable
193 VsyncThread& operator=(VsyncThread&&) = default; variable
/device/generic/goldfish/network/wifi_forwarder/
Dframe.h62 FrameInfo& operator=(const FrameInfo&) = default; variable
63 FrameInfo& operator=(FrameInfo&&) = default; variable
97 Frame& operator=(Frame&& other) = default; variable
143 Frame& operator=(const Frame&) = delete; variable
Dnetlink_message.h31 NetlinkMessage& operator=(NetlinkMessage&& other); variable
55 NetlinkMessage& operator=(const NetlinkMessage&) = delete; variable
Dframe_id.h31 FrameId& operator=(const FrameId&) = default; member
32 FrameId& operator=(FrameId&&) = default; member
/device/google/cuttlefish/host/libs/audio_connector/
Dbuffers.h45 ShmBuffer& operator=(const ShmBuffer& other) = delete; variable
69 TxBuffer& operator=(const TxBuffer& other) = delete; variable
84 RxBuffer& operator=(const RxBuffer& other) = delete; variable
/device/generic/vulkan-cereal/base/
DWin32UnicodeString.h66 Win32UnicodeString& operator=(const Win32UnicodeString& other); variable
67 Win32UnicodeString& operator=(const wchar_t* str); variable
/device/google/cuttlefish/host/commands/launch/
Dflag_forwarder.h34 FlagForwarder& operator=(FlagForwarder&&) = default; variable
35 FlagForwarder& operator=(const FlagForwarder&) = delete; variable
/device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/protozero/
Droot_message.h38 RootMessage& operator=(const RootMessage&) = delete; variable
40 RootMessage& operator=(RootMessage&&) = delete; variable
Dscattered_heap_buffer.h42 Slice& operator=(Slice&&); variable
135 HeapBuffered& operator=(const HeapBuffered&) = delete; variable
137 HeapBuffered& operator=(HeapBuffered&&) = delete; variable
Dmessage_handle.h46 MessageHandleBase& operator=(MessageHandleBase&&); variable
67 MessageHandleBase& operator=(const MessageHandleBase&) = delete; variable
/device/google/cuttlefish/host/libs/wayland/
Dwayland_server.h46 WaylandServer& operator=(const WaylandServer& rhs) = delete; variable
49 WaylandServer& operator=(WaylandServer&& rhs) = delete; variable
Dwayland_surfaces.h37 Surfaces& operator=(const Surfaces& rhs) = delete; variable
40 Surfaces& operator=(Surfaces&& rhs) = delete; variable
/device/generic/goldfish/audio/
Dtalsa.h44 Mixer &operator=(const Mixer &) = delete; variable
46 Mixer &operator=(Mixer &&) = delete; variable
/device/google/cuttlefish/host/frontend/webrtc/
Dcvd_video_frame_buffer.h30 CvdVideoFrameBuffer& operator=(CvdVideoFrameBuffer&& cvd_frame_buf) = default; variable
31 CvdVideoFrameBuffer& operator=(const CvdVideoFrameBuffer& cvd_frame_buf) = default; variable
/device/google/cuttlefish/host/commands/modem_simulator/
Dnvram_config.h33 NvramConfig& operator=(NvramConfig&&); variable
91 NvramConfig& operator=(const NvramConfig&) = delete; variable
/device/generic/vulkan-cereal/third-party/angle/src/common/
DMemoryBuffer.h27 MemoryBuffer &operator=(MemoryBuffer &&other); variable
70 ScratchBuffer &operator=(ScratchBuffer &&other); variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DClearMultiviewGL.h45 ClearMultiviewGL &operator=(const ClearMultiviewGL &rht) = delete; variable
47 ClearMultiviewGL &operator=(ClearMultiviewGL &&rht) = delete; variable

12345678