Searched refs:left_ (Results 1 – 4 of 4) sorted by relevance
/base/print/print_fwk/frameworks/innerkitsimpl/src/ |
D | print_margin.cpp | 20 …:PrintMargin() : hasTop_(false), top_(0), hasBottom_(false), bottom_(0), hasLeft_(false), left_(0), in PrintMargin() 36 left_ = right.left_; in Set() 60 left_ = 0; in Reset() 80 left_ = left; in SetLeft() 116 return left_; in GetLeft() 196 PRINT_HILOGD("left_ = %{public}d", left_); in Dump()
|
/base/update/updater/services/script/script_interpreter/ |
D | script_expression.cpp | 127 if (left_ != nullptr) { in Execute() 128 left = left_->Execute(inter, local); in Execute() 162 delete left_; in ~BinaryExpression()
|
D | script_expression.h | 157 …: UScriptExpression(UScriptExpression::EXPRESSION_TYPE_BINARY), action_(action), left_(left), righ… in BinaryExpression() 167 UScriptExpression* left_ = nullptr; variable
|
/base/print/print_fwk/frameworks/innerkitsimpl/include/ |
D | print_margin.h | 77 uint32_t left_; variable
|