Home
last modified time | relevance | path

Searched refs:TS_EXPORT (Results 1 - 5 of 5) sorted by relevance

/third_party/skia/experimental/tskit/go/gen_types/testdata/
H A Dbindings1.cpp23 TS_EXPORT("publicFunction2(input: string): void") in EMSCRIPTEN_BINDINGS()
36 TS_EXPORT("new(name: string): Something") in EMSCRIPTEN_BINDINGS()
41 TS_EXPORT("getName(): string") in EMSCRIPTEN_BINDINGS()
50 TS_EXPORT("new(): AnotherClass") in EMSCRIPTEN_BINDINGS()
57 TS_EXPORT("new(name: string, thing: Something): AnotherClass") in EMSCRIPTEN_BINDINGS()
62 TS_EXPORT("get(): Something") in EMSCRIPTEN_BINDINGS()
90 TS_EXPORT("publicFunction1(): boolean;") in EMSCRIPTEN_BINDINGS()
/third_party/skia/experimental/tskit/bindings/
H A Dcore.cpp37 TS_EXPORT("publicFunction(input: string): void") in EMSCRIPTEN_BINDINGS()
50 TS_EXPORT("new(name: string): Something") in EMSCRIPTEN_BINDINGS()
55 TS_EXPORT("getName(): string") in EMSCRIPTEN_BINDINGS()
H A Dextension.cpp75 TS_EXPORT("new(name?: string): Extension") in EMSCRIPTEN_BINDINGS()
80 TS_EXPORT("getProp(): string") in EMSCRIPTEN_BINDINGS()
H A Dbindings.h20 // only appear in the first two; TS_EXPORT will show up in all three.
22 // Because TS_EXPORT will show up in the public API docs, it is required that all TS_EXPORT
42 // TS_EXPORT("Canvas::drawPaint(p: Paint): void")
45 #define TS_EXPORT(ts_code) macro
/third_party/skia/experimental/tskit/go/gen_types/
H A Dgen_types.go56 publicExportLine = regexp.MustCompile(`TS_EXPORT\("(?P<export>.+)"\)`)
66 // explicit macro annotations (e.g. TS_EXPORT) and embind signatures (e.g. constant("foo", "bar").

Completed in 2 milliseconds