Home
last modified time | relevance | path

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

123456789

/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/hwc3/
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
DNoOpFrameComposer.h34 NoOpFrameComposer& operator=(const NoOpFrameComposer&) = delete; variable
37 NoOpFrameComposer& operator=(NoOpFrameComposer&&) = delete; variable
DClientFrameComposer.h36 ClientFrameComposer& operator=(const ClientFrameComposer&) = delete; variable
39 ClientFrameComposer& operator=(ClientFrameComposer&&) = 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
DNoOpComposer.h34 NoOpComposer& operator=(const NoOpComposer&) = delete; variable
37 NoOpComposer& operator=(NoOpComposer&&) = delete; variable
DClientComposer.h35 ClientComposer& operator=(const ClientComposer&) = delete; variable
38 ClientComposer& operator=(ClientComposer&&) = delete; variable
DHostComposer.h38 HostComposer& operator=(const HostComposer&) = delete; variable
41 HostComposer& operator=(HostComposer&&) = delete; variable
/device/generic/vulkan-cereal/third-party/googletest/googletest/include/gtest/
Dgtest-matchers.h183 bool operator()(const A& a, const B& b) const { return a == b; } in operator() function
187 bool operator()(const A& a, const B& b) const { return a != b; } in operator() function
191 bool operator()(const A& a, const B& b) const { return a < b; } in operator() function
195 bool operator()(const A& a, const B& b) const { return a > b; } in operator() function
199 bool operator()(const A& a, const B& b) const { return a <= b; } in operator() function
203 bool operator()(const A& a, const B& b) const { return a >= b; } in operator() function
/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/google/cuttlefish/host/commands/start/
Dflag_forwarder.h34 FlagForwarder& operator=(FlagForwarder&&) = default; variable
35 FlagForwarder& operator=(const FlagForwarder&) = 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/libs/wmediumd_controller/
Dwmediumd_controller.h35 WmediumdController& operator=(const WmediumdController& rhs) = delete; variable
38 WmediumdController& operator=(WmediumdController&& rhs) = 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
/device/google/cuttlefish/host/libs/wayland/
Dwayland_surfaces.h37 Surfaces& operator=(const Surfaces& rhs) = delete; variable
40 Surfaces& operator=(Surfaces&& rhs) = delete; variable
Dwayland_server.h46 WaylandServer& operator=(const WaylandServer& rhs) = delete; variable
49 WaylandServer& operator=(WaylandServer&& rhs) = 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/guest/hals/camera/
Dcached_stream_buffer.h44 CachedStreamBuffer& operator=(const CachedStreamBuffer&) = delete; variable
47 CachedStreamBuffer& operator=(CachedStreamBuffer&& from) noexcept; variable

123456789