| /device/generic/vulkan-cereal/fake-android-guest/utils/ |
| D | StrongPointer.h | 115 sp<T>::sp(T* other) in sp() 122 sp<T>::sp(const sp<T>& other) in sp() 129 sp<T>::sp(sp<T>&& other) in sp() function 135 sp<T>::sp(U* other) in sp() 142 sp<T>::sp(const sp<U>& other) in sp() 149 sp<T>::sp(sp<U>&& other) in sp() function 224 void sp<T>::force_set(T* other) { in force_set()
|
| D | RefBase.h | 450 wp<T>::wp(T* other) in wp() 457 wp<T>::wp(const wp<T>& other) in wp() 464 wp<T>::wp(const sp<T>& other) in wp() 473 wp<T>::wp(U* other) in wp() 480 wp<T>::wp(const wp<U>& other) in wp() 490 wp<T>::wp(const sp<U>& other) in wp() 575 void wp<T>::set_object_and_refs(T* other, weakref_type* refs) in set_object_and_refs()
|
| D | String8.h | 297 inline bool String8::contains(const char* other) const in contains() 340 inline int String8::compare(const String8& other) const in compare()
|
| /device/generic/vulkan-cereal/third-party/perfetto/src/protozero/ |
| D | message_handle.cc | 42 MessageHandleBase::MessageHandleBase(MessageHandleBase&& other) noexcept { in MessageHandleBase() function in protozero::MessageHandleBase 46 MessageHandleBase& MessageHandleBase::operator=(MessageHandleBase&& other) { in operator =() 56 void MessageHandleBase::Move(MessageHandleBase&& other) { in Move()
|
| /device/generic/vulkan-cereal/third-party/angle/src/common/ |
| D | MemoryBuffer.cpp | 67 MemoryBuffer::MemoryBuffer(MemoryBuffer &&other) : MemoryBuffer() in MemoryBuffer() function in angle::MemoryBuffer 72 MemoryBuffer &MemoryBuffer::operator=(MemoryBuffer &&other) in operator =() 92 ScratchBuffer::ScratchBuffer(ScratchBuffer &&other) in ScratchBuffer() function in angle::ScratchBuffer 97 ScratchBuffer &ScratchBuffer::operator=(ScratchBuffer &&other) in operator =()
|
| D | FastVector.h | 137 FastVector<T, N, Storage>::FastVector(const FastVector<T, N, Storage> &other) in FastVector() 145 FastVector<T, N, Storage>::FastVector(FastVector<T, N, Storage> &&other) : FastVector() in FastVector() 334 void FastVector<T, N, Storage>::swap(FastVector<T, N, Storage> &other) in swap()
|
| /device/generic/vulkan-cereal/fake-android-guest/androidImpl/ |
| D | String8.cpp | 178 void String8::setTo(const String8& other) in setTo() 184 status_t String8::setTo(const char* other) in setTo() 193 status_t String8::setTo(const char* other, size_t len) in setTo() 202 status_t String8::setTo(const char16_t* other, size_t len) in setTo() 211 status_t String8::setTo(const char32_t* other, size_t len) in setTo() 220 status_t String8::append(const String8& other) in append() 231 status_t String8::append(const char* other) in append() 235 status_t String8::append(const char* other, size_t otherLen) in append() 274 status_t String8::real_append(const char* other, size_t otherLen) in real_append() 318 ssize_t String8::find(const char* other, size_t start) const in find() argument [all …]
|
| D | String16.cpp | 115 void String16::setTo(const String16& other) in setTo() 121 status_t String16::setTo(const String16& other, size_t len, size_t begin) in setTo() 139 status_t String16::setTo(const char16_t* other) in setTo() 143 status_t String16::setTo(const char16_t* other, size_t len) in setTo() 160 status_t String16::append(const String16& other) in append()
|
| /device/generic/vulkan-cereal/third-party/angle/src/compiler/translator/ |
| D | ShaderVars.cpp | 62 ShaderVariable::ShaderVariable(const ShaderVariable &other) in ShaderVariable() 85 ShaderVariable &ShaderVariable::operator=(const ShaderVariable &other) in operator =() 328 bool ShaderVariable::isSameVariableAtLinkTime(const ShaderVariable &other, in isSameVariableAtLinkTime() 398 bool ShaderVariable::isSameVaryingAtLinkTime(const ShaderVariable &other, int shaderVersion) const in isSameVaryingAtLinkTime() argument 419 InterfaceBlock::InterfaceBlock(const InterfaceBlock &other) in InterfaceBlock() 433 InterfaceBlock &InterfaceBlock::operator=(const InterfaceBlock &other) in operator =()
|
| /device/generic/vulkan-cereal/base/ |
| D | Optional.h | 195 Optional(const Optional& other) : base_flag(other.constructed()) { in Optional() 200 Optional(Optional&& other) : base_flag(other.constructed()) { in Optional() function 210 Optional(const Optional<U>& other) : base_flag(other.constructed()) { in Optional() 220 Optional(Optional<U>&& other) : base_flag(other.constructed()) { in Optional() function
|
| D | CpuTime.cpp | 19 CpuTime operator-(const CpuTime& a, const CpuTime& other) { in operator -() 25 CpuTime& CpuTime::operator-=(const CpuTime& other) { in operator -=()
|
| D | ScopedFd.h | 41 ScopedFd(ScopedFd&& other) : fd_(other.fd_) { in ScopedFd() function 77 void swap(ScopedFd* other) { in swap()
|
| D | StdioStream.cpp | 26 StdioStream::StdioStream(StdioStream&& other) in StdioStream() function in android::base::StdioStream 31 StdioStream& StdioStream::operator=(StdioStream&& other) { in operator =()
|
| D | AlignedBuf.h | 42 AlignedBuf(const AlignedBuf& other) : AlignedBuf(other.mSize) { in AlignedBuf() 56 AlignedBuf(AlignedBuf&& other) { *this = std::move(other); } in AlignedBuf() function
|
| /device/generic/goldfish-opengl/android-emu/android/base/ |
| D | Optional.h | 195 Optional(const Optional& other) : base_flag(other.constructed()) { in Optional() 200 Optional(Optional&& other) : base_flag(other.constructed()) { in Optional() function 210 Optional(const Optional<U>& other) : base_flag(other.constructed()) { in Optional() 220 Optional(Optional<U>&& other) : base_flag(other.constructed()) { in Optional() function
|
| D | AlignedBuf.h | 44 AlignedBuf(const AlignedBuf& other) : AlignedBuf(other.mSize) { in AlignedBuf() 58 AlignedBuf(AlignedBuf&& other) { *this = std::move(other); } in AlignedBuf() function
|
| /device/generic/vulkan-cereal/third-party/astc-codec/src/base/ |
| D | optional.h | 193 Optional(const Optional& other) : base_flag(other.constructed()) { in Optional() 198 Optional(Optional&& other) : base_flag(other.constructed()) { in Optional() function 207 Optional(const Optional<U>& other) : base_flag(other.constructed()) { in Optional() 216 Optional(Optional<U>&& other) : base_flag(other.constructed()) { in Optional() function
|
| /device/generic/vulkan-cereal/third-party/perfetto/include/perfetto/protozero/ |
| D | copyable_ptr.h | 45 CopyablePtr(const CopyablePtr& other) : ptr_(new T(*other.ptr_)) {} in CopyablePtr() 52 CopyablePtr(CopyablePtr&& other) noexcept : ptr_(std::move(other.ptr_)) { in CopyablePtr() function
|
| /device/generic/goldfish/network/wifi_forwarder/ |
| D | netlink_message.cpp | 25 NetlinkMessage::NetlinkMessage(NetlinkMessage&& other) { in NetlinkMessage() function in NetlinkMessage 36 NetlinkMessage& NetlinkMessage::operator=(NetlinkMessage&& other) { in operator =()
|
| /device/generic/vulkan-cereal/stream-servers/glestranslator/GLES_V2/ |
| D | ANGLEShaderParser.cpp | 34 ShaderLinkInfo::ShaderLinkInfo(const ShaderLinkInfo& other) { in ShaderLinkInfo() 39 ShaderLinkInfo& ShaderLinkInfo::operator=(const ShaderLinkInfo& other) { in operator =() 47 ShaderLinkInfo::ShaderLinkInfo(ShaderLinkInfo&& other) { in ShaderLinkInfo() function in ANGLEShaderParser::ShaderLinkInfo 51 ShaderLinkInfo& ShaderLinkInfo::operator=(ShaderLinkInfo&& other) { in operator =() 67 void ShaderLinkInfo::copyFromOther(const ShaderLinkInfo& other) { in copyFromOther()
|
| /device/generic/goldfish-opengl/android-emu/android/base/fit/ |
| D | Function.h | 244 FunctionImpl(FunctionImpl&& other) : Base(static_cast<Base&&>(other)) {} in FunctionImpl() function 295 void swap(FunctionImpl& other) { Base::swap(other); } in swap() 404 CallbackImpl(CallbackImpl&& other) : Base(static_cast<Base&&>(other)) {} in CallbackImpl() function 441 void swap(CallbackImpl& other) { Base::swap(other); } in swap()
|
| /device/generic/vulkan-cereal/third-party/perfetto/src/base/ |
| D | thread_checker.cc | 44 ThreadChecker::ThreadChecker(const ThreadChecker& other) { in ThreadChecker() 48 ThreadChecker& ThreadChecker::operator=(const ThreadChecker& other) { in operator =()
|
| D | thread_task_runner.cc | 39 ThreadTaskRunner::ThreadTaskRunner(ThreadTaskRunner&& other) noexcept in ThreadTaskRunner() function in perfetto::base::ThreadTaskRunner 44 ThreadTaskRunner& ThreadTaskRunner::operator=(ThreadTaskRunner&& other) { in operator =()
|
| /device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
| D | FramebufferAttachment.cpp | 37 FramebufferAttachment::Target::Target(const Target &other) in Target() 41 FramebufferAttachment::Target &FramebufferAttachment::Target::operator=(const Target &other) in operator =() 70 FramebufferAttachment::FramebufferAttachment(FramebufferAttachment &&other) in FramebufferAttachment() function in gl::FramebufferAttachment 76 FramebufferAttachment &FramebufferAttachment::operator=(FramebufferAttachment &&other) in operator =()
|
| /device/generic/vulkan-cereal/fake-android-guest/pdx/ |
| D | channel_handle.h | 38 ChannelHandle(ChannelHandle&& other) noexcept : ChannelHandleBase{other.value_} { in ChannelHandle() function 57 ChannelHandle(ChannelHandle&& other) noexcept in ChannelHandle() function
|