Home
last modified time | relevance | path

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

/napi_generator/examples/pluginCase/
Dcfg.json4 "includeName" : "../main/cpp/serviceCode/NodeISayHello.h", string
10 "includeName" : "../main/cpp/serviceCode/NodeISayHello.h", string
16 "includeName" : "../main/cpp/serviceCode/NodeISayHello.h", string
22 "includeName" : "../main/cpp/serviceCode/NodeISayHello.h", string
/napi_generator/examples/
Dcfg.json4 "includeName": "../serviceCode/NodeISayHello.h", string
11 "includeName": "../serviceCode/NodeISayHello.h", string
18 "includeName": "../serviceCode/NodeISayHello.h", string
25 "includeName": "../serviceCode/NodeISayHello.h", string
/napi_generator/test/storytest/
Dcfg.json3 "includeName": "../aaa.h", string
10 "includeName": "../bbb.h", string
/napi_generator/src/intellij_plugin/dts2cpp/napi_IntelliJ_plugin/src/com/sk/utils/
DData.java27 private String includeName; field in Data
42 public Data(String genPath, String includeName, String cppName, String interfaceName, in Data()
89 public void setIncludeName(String includeName) { in setIncludeName()
/napi_generator/src/cli/dts2cpp/src/gen/
Dgenerate.js232 includeName: jsonCfg[i].includeName, property