olemethoddata      54 ext/win32ole/win32ole_method.c     struct olemethoddata *polemethod = ptr;
olemethoddata      63 ext/win32ole/win32ole_method.c     return ptr ? sizeof(struct olemethoddata) : 0;
olemethoddata      66 ext/win32ole/win32ole_method.c struct olemethoddata *
olemethoddata      69 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata      70 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(obj, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     227 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     228 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     241 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     244 ext/win32ole/win32ole_method.c                                 struct olemethoddata,
olemethoddata     331 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     332 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     365 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     366 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     399 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     400 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     451 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     452 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     470 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     471 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     507 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     508 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     589 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     590 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     611 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     613 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     670 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     671 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     700 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     701 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     730 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     731 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     761 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     762 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     792 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     793 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     824 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     825 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     855 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     856 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata     908 ext/win32ole/win32ole_method.c     struct olemethoddata *pmethod;
olemethoddata     909 ext/win32ole/win32ole_method.c     TypedData_Get_Struct(self, struct olemethoddata, &olemethod_datatype, pmethod);
olemethoddata      14 ext/win32ole/win32ole_method.h struct olemethoddata *olemethod_data_get_struct(VALUE obj);
olemethoddata     128 ext/win32ole/win32ole_param.c     struct olemethoddata *pmethod = olemethod_data_get_struct(olemethod);