Searched defs:ConfigProp (Results 1 – 1 of 1) sorted by relevance
305 typedef struct ConfigProp { struct306 std::string type;307 std::string key;308 int (*func)(const napi_env, const napi_value, const std::string&, ReportConfig&);309 } ConfigProp; typedef