Home
last modified time | relevance | path

Searched defs:other (Results 1 – 3 of 3) sorted by relevance

/trusty/user/base/experimental/lib/tidl/include/lib/tidl/android-base/
Dunique_fd.h70 unique_fd_impl(unique_fd_impl&& other) noexcept { reset(other.release()); } in unique_fd_impl() function
/trusty/user/base/experimental/lib/tidl/include/lib/tidl/
Dtidl.h145 Payload(Payload&& other) : mData(other.mData), mSize(other.mSize) { in Payload() function
/trusty/user/base/lib/libstdc++-trusty/test/
Dlibcxx_test.cpp114 Counter(const Counter& other) { global_count++; } in Counter()