Home
last modified time | relevance | path

Searched defs:typeName (Results 1 – 5 of 5) sorted by relevance

/napi_generator/src/intellij_plugin/ohosgen/src/main/java/antlr/typescript/
DTypeScriptCustomListener.java495 String typeName = ctx.typeAnnotation().stop.getText(); in enterCallSignature() local
646 String typeName = ctx.typeAnnotation().stop.getText(); in enterPropertyDeclarationExpression() local
661 String typeName = ctx.identifier().getText(); in enterTypeAliasDeclaration() local
/napi_generator/src/vscode_plugin/src/gen/
Ddatatype.ts130 typeName: string; property
/napi_generator/src/cli/dts2ets/appCodeGen/src/analyze/
Dnamespace.js215 function getTypeInfo(result, typeName, typeType, isEnum) { argument
/napi_generator/src/cli/dts2cpp/src/gen/analyze/
Dnamespace.js215 function getTypeInfo(result, typeName, typeType, isEnum) { argument
/napi_generator/src/intellij_plugin/ohosgen/src/main/java/antlr/
DTypeScriptParser.java1514 public TypeNameContext typeName() { in typeName() method in TypeScriptParser.TypeReferenceContext
1647 public final TypeNameContext typeName() throws RecognitionException { in typeName() method in TypeScriptParser