Home
last modified time | relevance | path

Searched defs:cType (Results 1 – 3 of 3) sorted by relevance

/napi_generator/src/cli/h2dts/src/tsGen/
DtsMain.js62 function isStringType(cType) { argument
76 function isBoolType(cType) { argument
83 function isNumberType(cType) { argument
107 function basicC2js(cType) { argument
121 function getJsTypeFromC(cType, typeInfo) { argument
/napi_generator/src/cli/h2dtscpp/src/src/tsGen/
DtsMain.js71 function isStringType(cType) { argument
85 function isBoolType(cType) { argument
92 function isNumberType(cType) { argument
116 function basicC2js(cType) { argument
130 function getJsTypeFromC(cType, typeInfo) { argument
/napi_generator/src/cli/dts2cpp/src/gen/generate/
Dparam_generate.js942 function getValueCheckout(funcValue, param, inParamName, p, cType) { argument
964 function isEnumTypeFunc(cType, funcValue) { argument
973 function paramGenerateCommon(p, cType, funcValue, param, modifiers, inParamName) { argument