Home
last modified time | relevance | path

Searched defs:testType (Results 1 – 2 of 2) sorted by relevance

/napi_generator/src/cli/h2dtscpp/src/src/napiGen/
DfunctionDirectTest.js99 function getTypeDefine(testType, funcParamDefine, funcInfo, i, funcParamUse) { argument
115 function getInterfaceDefine(testType, funcParamDefine, funcInfo, i, funcParamUse) { argument
/napi_generator/src/intellij_plugin/ohosgen/src/test/java/parse/
DParseTsTest.java355 String testType = "export type TestShap_t = TestShape;"; in parseCStreamType() local