oletypedata        65 ext/win32ole/win32ole_type.c     struct oletypedata *poletype = ptr;
oletypedata        73 ext/win32ole/win32ole_type.c     return ptr ? sizeof(struct oletypedata) : 0;
oletypedata        78 ext/win32ole/win32ole_type.c     struct oletypedata *ptype;
oletypedata        79 ext/win32ole/win32ole_type.c     TypedData_Get_Struct(self, struct oletypedata, &oletype_datatype, ptype);
oletypedata       187 ext/win32ole/win32ole_type.c     struct oletypedata *ptype;
oletypedata       188 ext/win32ole/win32ole_type.c     TypedData_Get_Struct(self, struct oletypedata, &oletype_datatype, ptype);
oletypedata       198 ext/win32ole/win32ole_type.c     struct oletypedata *poletype;
oletypedata       201 ext/win32ole/win32ole_type.c     obj = TypedData_Make_Struct(klass,struct oletypedata, &oletype_datatype, poletype);