Home
last modified time | relevance | path

Searched refs:right_ (Results 1 – 3 of 3) sorted by relevance

/system/iorap/src/common/
Dexpected.h66 : right_{std::forward<U>(either)}, is_right_{true} {}
77 return right_;
81 return right_;
94 T right_;
108 right_.~T();
116 noexcept(T(std::move(other.right_))) &&
122 new (&right_) T(std::move(other.right_));
134 new (&right_) T(other.right_);
152 new (&right_) T(other.right_);
154 right_ = other.right_;
[all …]
/system/tools/aidl/
Dast_cpp.cpp397 right_(rhs), in Comparison()
404 right_->Write(to); in Write()
Dast_cpp.h358 std::unique_ptr<AstNode> right_; variable