Home
last modified time | relevance | path

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

/aosp12/system/iorap/src/common/
H A Dexpected.h77 return right_;
81 return right_;
94 T right_;
108 right_.~T();
122 new (&right_) T(std::move(other.right_));
134 new (&right_) T(other.right_);
152 new (&right_) T(other.right_);
154 right_ = other.right_;
180 new (&right_) T(std::move(other.right_));
182 right_ = std::move(other.right_);
[all …]
/aosp12/frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
H A Dfield_of_view.h19 FieldOfView() : left_(0.0f), right_(0.0f), bottom_(0.0f), top_(0.0f) {} in FieldOfView()
23 : left_(left), right_(right), bottom_(bottom), top_(top) {} in FieldOfView()
30 float GetRight() const { return right_; } in GetRight()
36 void SetRight(float right) { right_ = right; } in SetRight()
43 float x_right = std::tan(right_) * z_near; in GetProjectionMatrix()
87 float right_; variable
/aosp12/system/tools/aidl/
H A Dast_cpp.cpp426 right_(rhs), in Comparison()
433 right_->Write(to); in Write()
H A Dast_cpp.h337 std::unique_ptr<AstNode> right_; variable