Home
last modified time | relevance | path

Searched defs:parseType (Results 1 – 8 of 8) sorted by relevance

/napi_generator/src/intellij_plugin/ohosgen/src/main/java/parse/
DParseTaskInfo.java31 private int parseType; field in ParseTaskInfo
185 public void setParseType(int parseType) { in setParseType()
DParseC.java197 protected TypeObj[] parseType(ParseTaskInfo pi2) { in parseType() method in ParseC
DParseTs.java225 protected TypeObj[] parseType(ParseTaskInfo pi2) { in parseType() method in ParseTs
DParseBase.java216 protected TypeObj[] parseType(ParseTaskInfo pi2) { in parseType() method in ParseBase
/napi_generator/src/cli/dts2ets/appCodeGen/src/analyze/
Dnamespace.js226 function parseType(matchs, data, result) { function
428 parseType, property
/napi_generator/src/cli/dts2cpp/src/gen/analyze/
Dnamespace.js226 function parseType(matchs, data, result) { function
428 parseType, property
/napi_generator/test/unittest/
Dresult.json134 …"parseType": "type Plant = {\ntomato: string;\ntomatoId: number;\nisTomato: boolean;\n}\ntype MySt… string
138 …"parseType": "\"\\ntype MyString = string;\\ntype MyNumberType = number;\\ntype MyBool = boolean;\… string
/napi_generator/src/intellij_plugin/ohosgen/src/test/java/parse/
DParseTsTest.java392 void parseType() { in parseType() method in ParseTsTest