Searched refs:npclass (Results 1 – 6 of 6) sorted by relevance
321 #define NP_CLASS_STRUCT_VERSION_HAS_ENUM(npclass) \ argument322 ((npclass)->structVersion >= NP_CLASS_STRUCT_VERSION_ENUM)324 #define NP_CLASS_STRUCT_VERSION_HAS_CTOR(npclass) \ argument325 ((npclass)->structVersion >= NP_CLASS_STRUCT_VERSION_CTOR)
340 #define NP_CLASS_STRUCT_VERSION_HAS_ENUM(npclass) \ argument341 ((npclass)->structVersion >= NP_CLASS_STRUCT_VERSION_ENUM)
16 static NPObject* Allocate(NPP npp, NPClass* npclass) { in Allocate() argument
19 static NPObject* Allocate(NPP npp, NPClass* npclass) { in Allocate() argument
94 static const NPClass* npclass() { return &npclass_proxy_; } in npclass() function
183 if (variant.value.objectValue->_class == NPObjectProxy::npclass()) { in CreateNPVariantParam()