Home
last modified time | relevance | path

Searched defs:update (Results 1 – 25 of 67) sorted by relevance

123

/developtools/ace_ets2bundle/koala-wrapper/src/arkts-api/node-utilities/
DAnnotationUsage.ts26 const update = updateThenAttach(AnnotationUsage.updateAnnotationUsage, attachModifiers); constant
35 const update = updateThenAttach(AnnotationUsage.update1AnnotationUsage, attachModifiers); constant
DIfStatement.ts35 const update = updateThenAttach(IfStatement.update, attachModifiers); constant
DTSTypeParameterDeclaration.ts29 …const update = updateThenAttach(TSTypeParameterDeclaration.updateTSTypeParameterDeclaration, attac… constant
DNullLiteral.ts22 const update = updateThenAttach(NullLiteral.updateNullLiteral, attachModifiers); constant
DTSTypeParameterInstantiation.ts28 …const update = updateThenAttach(TSTypeParameterInstantiation.updateTSTypeParameterInstantiation, a… constant
DExpressionStatement.ts26 const update = updateThenAttach(ExpressionStatement.update, attachModifiers); constant
DTSNonNullExpression.ts25 const update = updateThenAttach(TSNonNullExpression.updateTSNonNullExpression, attachModifiers); constant
DProperty.ts25 const update = updateThenAttach(Property.updateProperty, attachModifiers); constant
DVariableDeclaration.ts36 const update = updateThenAttach( constant
DStructDeclaration.ts26 const update = updateThenAttach(StructDeclaration.update, attachModifiers); constant
DIdentifier.ts25 const update = updateThenAttach(Identifier.update2Identifier, attachModifiers); constant
DObjectExpression.ts35 const update = updateThenAttach(ObjectExpression.updateObjectExpression, attachModifiers); constant
DClassDeclaration.ts25 const update = updateThenAttach(ClassDeclaration.updateClassDeclaration, attachModifiers); constant
DETSImportDeclaration.ts37 … const update = updateThenAttach(ETSImportDeclaration.updateETSImportDeclaration, attachModifiers); constant
DETSParameterExpression.ts34 const update = updateThenAttach( constant
DReturnStatement.ts25 const update = updateThenAttach(ReturnStatement.update1ReturnStatement, attachModifiers); constant
DETSUndefinedType.ts22 const update = updateThenAttach(ETSUndefinedType.updateETSUndefinedType, attachModifiers); constant
DThisExpression.ts22 const update = updateThenAttach(ThisExpression.updateThisExpression, attachModifiers); constant
DETSFunctionType.ts36 const update = updateThenAttach( constant
DSuperExpression.ts22 const update = updateThenAttach(SuperExpression.updateSuperExpression, attachModifiers); constant
DScriptFunction.ts40 const update = updateThenAttach( constant
DMethodDefinition.ts42 …const update = updateThenAttach(MethodDefinition.update, (node: MethodDefinition, original: Method… constant
DETSTypeReference.ts25 const update = updateThenAttach(ETSTypeReference.updateETSTypeReference, attachModifiers); constant
/developtools/ace_ets2bundle/koala-wrapper/src/arkts-api/
Dtypes.ts138 static update(node: ExpressionStatement, expression: AstNode): ExpressionStatement { method in ExpressionStatement
199 static update( method in CallExpression
267 static update( method in AssignmentExpression
361 static update(node: ArrowFunctionExpression, func: ScriptFunction): ArrowFunctionExpression { method in ArrowFunctionExpression
429 static update( method in FunctionDeclaration
491 static update(node: FunctionExpression, expression: ScriptFunction): FunctionExpression { method in FunctionExpression
521 static update( method in ETSParameterExpression
622 …static update(node: IfStatement, test: AstNode, consequent: AstNode, alternate?: AstNode): IfState… method in IfStatement
655 static update(node: StructDeclaration, definition: ClassDefinition): StructDeclaration { method in StructDeclaration
706 static update( method in MethodDefinition
[all …]
/developtools/global_resource_tool/src/
Dreference_parser.cpp92 bool update = false; in ParseRefInResourceItem() local
153 uint32_t ReferenceParser::ParseRefInString(string &value, bool &update, const std::string &filePath… in ParseRefInString()
276 bool update = false; in ParseRefString() local
280 bool ReferenceParser::ParseRefString(std::string &key, bool &update, const std::string &filePath) c… in ParseRefString()
338 bool update = false; in ParseRefJsonImpl() local

123