Home
last modified time | relevance | path

Searched defs:fileContent (Results 1 – 7 of 7) sorted by relevance

/napi_generator/src/vscode_plugin/src/test/suite/gen/
Dgennapicommoncpp.test.ts58 let fileContent = genNapiCommonCpp.doGenCommonCppFile(rootInfo, napiCommonCppTemplate.content); variable
70 let fileContent = genNapiCommonCpp.doGenCommonCppFile(rootInfo, napiCommonCppTemplate.content); variable
81 let fileContent = genNapiCommonCpp.doGenCommonCppFile(rootInfo, napiCommonCppTemplate.content); variable
88 let fileContent = genNapiCommonCpp.doGenCommonCppFile(undefined, napiCommonCppTemplate.content); variable
Dgennapicommonh.test.ts58 let fileContent = genNapiCommonH.doGenCommonHFile(rootInfo, napiCommonHTemplate.content); variable
71 let fileContent = genNapiCommonH.doGenCommonHFile(rootInfo, napiCommonHTemplate.content); variable
83 let fileContent = genNapiCommonH.doGenCommonHFile(rootInfo, napiCommonHTemplate.content); variable
91 let fileContent = genNapiCommonH.doGenCommonHFile(undefined, napiCommonHTemplate.content); variable
/napi_generator/src/vscode_plugin/src/test/suite/gen/tools/
Dgenproxyhfile.test.ts51 let fileContent: string = `#ifndef [marcoName]_PROXY_H variable
145 let fileContent: string = `#ifndef [marcoName]_PROXY_H variable
1492 let fileContent: string = `#ifndef [marcoName]_PROXY_H variable
2635 let fileContent: string = `#ifndef [marcoName]_PROXY_H variable
2731 let fileContent: string = `#ifndef [marcoName]_PROXY_H variable
2792 let fileContent: string = `#ifndef [marcoName]_PROXY_H variable
2882 let fileContent: string = `#ifndef [marcoName]_PROXY_H variable
3003 let fileContent: string = `#ifndef [marcoName]_PROXY_H variable
/napi_generator/src/intellij_plugin/ohosgen/src/main/java/parse/
DParseBase.java49 protected String fileContent; field in ParseBase
153 public abstract void parseContent(String fileContent); in parseContent()
DParseTs.java84 public void parseContent(String fileContent) { in parseContent()
DParseCpp.java82 public void parseContent(String fileContent) { in parseContent()
/napi_generator/src/cli/h2sa/src/gen/
Dgenerate.js32 let fileContent = { variable