Searched defs:NativeBindingInfo (Results 1 – 1 of 1) sorted by relevance
1617 struct NativeBindingInfo { struct1618 … static NativeBindingInfo* CreateNewInstance() { return new(std::nothrow) NativeBindingInfo(); } in CreateNewInstance() argument1619 void *env = nullptr;1620 void *nativeValue = nullptr;1621 void *attachFunc = nullptr;1622 void *attachData = nullptr;1623 void *detachFunc = nullptr;1624 void *detachData = nullptr;1625 void *hint = nullptr;1626 void *detachedFinalizer = nullptr;[all …]