Home
last modified time | relevance | path

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

/napi_generator/examples/pluginCase/
Dcfg.json5 "cppName" : "../main/cpp/serviceCode/NodeISayHello.cpp", string
11 "cppName" : "../main/cpp/serviceCode/NodeISayHello.cpp", string
17 "cppName" : "../main/cpp/serviceCode/NodeISayHello.cpp", string
23 "cppName" : "../main/cpp/serviceCode/NodeISayHello.cpp", string
/napi_generator/examples/
Dcfg.json5 "cppName": "../serviceCode/NodeISayHello.cpp", string
12 "cppName": "../serviceCode/NodeISayHello.cpp", string
19 "cppName": "../serviceCode/NodeISayHello.cpp", string
26 "cppName": "../serviceCode/NodeISayHello.cpp", string
/napi_generator/test/storytest/
Dcfg.json4 "cppName": "../aaa.cpp", string
11 "cppName": "../bbb.cpp", string
/napi_generator/src/intellij_plugin/dts2cpp/napi_IntelliJ_plugin/src/com/sk/utils/
DData.java28 private String cppName; field in Data
42 public Data(String genPath, String includeName, String cppName, String interfaceName, in Data()
110 public void setCppName(String cppName) { in setCppName()
/napi_generator/src/cli/dts2cpp/src/gen/
Dgenerate.js233 cppName: jsonCfg[i].cppName, property