Searched defs:NativeBindingInfo (Results 1 – 1 of 1) sorted by relevance
1564 struct NativeBindingInfo { struct1565 … static NativeBindingInfo* CreateNewInstance() { return new(std::nothrow) NativeBindingInfo(); } in CreateNewInstance() argument1566 void *env = nullptr;1567 void *nativeValue = nullptr;1568 void *attachFunc = nullptr;1569 void *attachData = nullptr;1570 void *detachFunc = nullptr;1571 void *detachData = nullptr;1572 void *hint = nullptr;1573 void *detachedFinalizer = nullptr;[all …]