| 12 | namespace djinni_generated { |
| 13 | |
| 14 | em::val NativeDjinniPerfBenchmark::cppProxyMethods() { |
| 15 | static const em::val methods = em::val::array(std::vector<std::string> { |
| 16 | "cppTests", |
| 17 | "baseline", |
| 18 | "argString", |
| 19 | "argBinary", |
| 20 | "argDataRef", |
| 21 | "argDataView", |
| 22 | "argEnumSixValue", |
| 23 | "argRecordSixInt", |
| 24 | "argListInt", |
| 25 | "argArrayInt", |
| 26 | "argObject", |
| 27 | "argListObject", |
| 28 | "argListRecord", |
| 29 | "argArrayRecord", |
| 30 | "returnInt", |
| 31 | "returnString", |
| 32 | "returnBinary", |
| 33 | "returnObject", |
| 34 | "returnListInt", |
| 35 | "returnArrayInt", |
| 36 | "returnListObject", |
| 37 | "returnListRecord", |
| 38 | "returnArrayRecord", |
| 39 | "roundTripString", |
| 40 | }); |
| 41 | return methods; |
| 42 | } |
| 43 | |
| 44 | em::val NativeDjinniPerfBenchmark::getInstance() { |
| 45 | try { |
nothing calls this directly
no outgoing calls
no test coverage detected