Home
last modified time | relevance | path

Searched refs:op_ (Results 1 - 8 of 8) sorted by relevance

/foundation/ability/idl_tool/idl_tool_2/ast/
H A Dast_expr.h46 UnaryOpKind op_; member in OHOS::Idl::ASTUnaryExpr
69 BinaryOpKind op_; member in OHOS::Idl::ASTBinaryExpr
H A Dast_expr.cpp29 sb.AppendFormat("%s%s", UnaryOpToString(op_).c_str(), expr_->Dump("").c_str()); in Dump()
60 sb.AppendFormat("%s %s %s", lExpr_->Dump("").c_str(), BinaryOpToString(op_).c_str(), rExpr_->Dump("").c_str()); in Dump()
/foundation/arkui/ace_engine/frameworks/core/components/list/
H A Drender_list_item.h84 return op_; in GetOperation()
89 op_ = op; in SetOperation()
381 int32_t op_ = LIST_ITEM_OP_NONE; member in OHOS::Ace::RenderListItem
H A Dlist_item_component.h196 op_ = op; in SetOperation()
201 return op_; in GetOperation()
417 int32_t op_ = LIST_ITEM_OP_NONE; member in OHOS::Ace::ListItemComponent
H A Drender_list_item.cpp177 op_ = item->GetOperation(); in Update()
/foundation/communication/netmanager_base/services/netmanagernative/include/netsys/
H A Dnetlink_socket_diag.h78 inet_diag_bc_op op_; member
/foundation/ability/idl_tool/idl_tool_2/parser/
H A Dparser.cpp1597 expr->op_ = BinaryOpKind::AND; in ParseAndExpr()
1614 expr->op_ = BinaryOpKind::XOR; in ParseXorExpr()
1631 expr->op_ = BinaryOpKind::OR; in ParseOrExpr()
1649 expr->op_ = op; in ParseShiftExpr()
1667 expr->op_ = op; in ParseAddExpr()
1691 expr->op_ = op; in ParseMulExpr()
1710 expr->op_ = UnaryOpKind::PLUS; in ParseUnaryExpr()
1712 expr->op_ = UnaryOpKind::MINUS; in ParseUnaryExpr()
1714 expr->op_ = UnaryOpKind::TILDE; in ParseUnaryExpr()
/foundation/arkui/ace_engine/frameworks/core/components/web/resource/
H A Dweb_delegate.h919 op_ = op; in UpdateDragCursor()
923 return op_; in GetDragAcceptableStatus()
925 NWeb::NWebDragData::DragOperation op_ = NWeb::NWebDragData::DragOperation::DRAG_OPERATION_NONE; member in OHOS::Ace::WebDelegate::JavaScriptObjIdErrorCode

Completed in 10 milliseconds