Home
last modified time | relevance | path

Searched defs:rhs (Results 1 – 25 of 54) sorted by relevance

123

/system/core/base/include/android-base/
Dexpected.h115 constexpr expected(const expected<U, G>& rhs) { in expected()
134 constexpr explicit expected(const expected<U, G>& rhs) { in expected()
154 constexpr expected(expected<U, G>&& rhs) { in expected()
173 constexpr explicit expected(expected<U, G>&& rhs) { in expected()
317 void swap(expected& rhs) noexcept( in swap()
436 constexpr expected(const expected<U, G>& rhs) { in expected()
444 constexpr explicit expected(const expected<U, G>& rhs) { in expected()
453 constexpr expected(expected<U, G>&& rhs) { in expected()
461 constexpr explicit expected(expected<U, G>&& rhs) { in expected()
551 void swap(expected& rhs) noexcept(std::is_nothrow_move_constructible_v<E>) { in swap()
[all …]
/system/vold/
DKeyBuffer.cpp25 KeyBuffer operator+(KeyBuffer&& lhs, const KeyBuffer& rhs) { in operator +()
30 KeyBuffer operator+(KeyBuffer&& lhs, const char* rhs) { in operator +()
DKeymaster.h76 KeymasterOperation(KeymasterOperation&& rhs) { *this = std::move(rhs); } in KeymasterOperation() function
/system/tools/hidl/
DLocation.cpp39 bool Position::inSameFile(const Position& lhs, const Position& rhs) { in inSameFile()
81 bool Location::inSameFile(const Location& lhs, const Location& rhs) { in inSameFile()
85 bool Location::intersect(const Location& lhs, const Location& rhs) { in intersect()
DScope.cpp131 std::sort(ret.begin(), ret.end(), [](const NamedType* lhs, const NamedType* rhs) -> bool { in getSortedDefinedTypes()
138 auto less = [&](const Type* lhs, const Type* rhs) { in topologicalReorder()
/system/core/property_service/libpropertyinfoserializer/
Dtrie_serializer.cpp68 [](const auto& lhs, const auto& rhs) { return lhs.name.size() > rhs.name.size(); }); in WriteTrieNode()
84 [](const auto& lhs, const auto& rhs) { return lhs.name < rhs.name; }); in WriteTrieNode()
100 [](const auto& lhs, const auto& rhs) { return lhs.name() < rhs.name(); }); in WriteTrieNode()
/system/iorap/tests/src/binder/
Dapp_launch_event_test.cc33 inline bool ProtosEqual(const ::google::protobuf::Message& lhs, in ProtosEqual()
38 inline bool ProtosEqual(const ::google::protobuf::MessageLite& lhs, in ProtosEqual()
62 inline bool operator==(const AppLaunchEvent& lhs, const AppLaunchEvent& rhs) { in operator ==()
78 inline bool operator!=(const AppLaunchEvent& lhs, const AppLaunchEvent& rhs) { in operator !=()
/system/chre/apps/wifi_offload/test/
Doffloadtypes_test.cc34 TestType rhs; in EqualOperatorReturnsTrueForEqualValues() local
41 TestType lhs, rhs; in EqualOperatorReturnsFalseForDifferentValues() local
/system/netd/libnetdutils/
DNetlink.cpp53 bool operator==(const sockaddr_nl& lhs, const sockaddr_nl& rhs) { in operator ==()
58 bool operator!=(const sockaddr_nl& lhs, const sockaddr_nl& rhs) { in operator !=()
/system/core/libutils/include/utils/
DString16.h243 inline int compare_type(const String16& lhs, const String16& rhs) in compare_type()
248 inline int strictly_order_type(const String16& lhs, const String16& rhs) in strictly_order_type()
DSortedVector.h169 SortedVector<TYPE>::SortedVector(const SortedVector<TYPE>& rhs) in SortedVector()
287 int SortedVector<TYPE>::do_compare(const void* lhs, const void* rhs) const { in do_compare()
DString8.h252 inline int strictly_order_type(const String8& lhs, const String8& rhs) in strictly_order_type()
DList.h98 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()
106 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()
/system/netd/libnetdbpf/
DBpfNetworkStats.cpp309 bool operator==(const stats_line& lhs, const stats_line& rhs) { in operator ==()
315 bool operator<(const stats_line& lhs, const stats_line& rhs) { in operator <()
327 stats_line& stats_line::operator=(const stats_line& rhs) { in operator =()
341 stats_line& stats_line::operator+=(const stats_line& rhs) { in operator +=()
/system/tools/hidl/c2hal/
DExpression.cpp54 Expression::Type Expression::coalesceTypes(Type lhs, Type rhs) { in coalesceTypes()
273 Expression *Expression::unary(std::string op, Expression *rhs) { in unary()
277 Expression *Expression::binary(Expression *lhs, std::string op, Expression *rhs) { in binary()
281 Expression *Expression::ternary(Expression *lhs, Expression *mhs, Expression *rhs) { in ternary()
/system/tools/hidl/lint/lints/
Doneway.cpp33 static inline InterfaceMethodType operator|(InterfaceMethodType lhs, InterfaceMethodType rhs) { in operator |()
/system/core/libutils/
DVectorImpl.cpp49 VectorImpl::VectorImpl(const VectorImpl& rhs) in VectorImpl()
67 VectorImpl& VectorImpl::operator = (const VectorImpl& rhs) in operator =()
160 static int sortProxy(const void* lhs, const void* rhs, void* func) in sortProxy()
565 SortedVectorImpl::SortedVectorImpl(const VectorImpl& rhs) in SortedVectorImpl()
574 SortedVectorImpl& SortedVectorImpl::operator = (const SortedVectorImpl& rhs) in operator =()
/system/security/keystore/include/keystore/
Dkeystore_concurrency.h38 UnlockProxyLockHelper(UnlockProxyLockHelper&& rhs) in UnlockProxyLockHelper() function
/system/apex/libs/libapexutil/
Dapexutil_test.cpp66 bool operator==(const ApexManifest &lhs, const ApexManifest &rhs) { in operator ==()
/system/linkerconfig/modules/
Dsection.cc39 [](const auto& lhs, const auto& rhs) -> bool { in WriteConfig()
/system/teeui/libteeui/include/teeui/
Dfont_rendering.h132 Iter(const Iter& rhs) : begin_(rhs.begin_) {} in Iter()
204 Iter(const Iter& rhs) : begin_(rhs.begin_), end_(rhs.end_) {} in Iter()
/system/security/keystore/
Dblob.cpp237 Blob::Blob(const Blob& rhs) { in Blob()
243 Blob::Blob(Blob&& rhs) : mBlob(std::move(rhs.mBlob)) {} in Blob() function in Blob
245 Blob& Blob::operator=(const Blob& rhs) { in operator =()
257 Blob& Blob::operator=(Blob&& rhs) { in operator =()
/system/keymaster/include/keymaster/
DList.h96 _ListIterator(const _Iter& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()
104 _ListIterator(const V& rhs) : mpNode(rhs.mpNode) {} in _ListIterator()
/system/netd/server/
DUidRanges.cpp35 bool compUidRangeParcel(const UidRangeParcel& lhs, const UidRangeParcel& rhs) { in compUidRangeParcel()
/system/teeui/libteeui_jni/
Dlibteeui_jni.cpp82 JArray(JArray&& rhs) : env_(rhs.env_), jarray_(rhs.jarray_), buffer_(rhs.buffer_) { in JArray() function in JArray
89 JArray& operator=(JArray&& rhs) { in operator =()

123