OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thisItf
(Results
1 - 2
of
2
) sorted by null
/frameworks/wilhelm/src/itf/
IDynamicInterfaceManagement.c
55
void *
thisItf
= (char *) thisObject + offset;
58
if ((NULL == expose) || (*expose)(
thisItf
)) {
68
((size_t *)
thisItf
)[0] ^= ~0;
163
void *
thisItf
= (char *) thisObject + offset;
166
if ((NULL == expose) || (*expose)(
thisItf
)) {
232
void *
thisItf
= (char *) thisObject + offset;
242
((size_t *)
thisItf
)[0] ^= ~0;
248
(*remove)(
thisItf
);
311
void *
thisItf
= (char *) thisObject + offset;
314
(*resume)(
thisItf
);
[
all
...]
IObject.c
588
void *
thisItf
= (char *) thiz + offset;
600
(*remove)(
thisItf
);
609
(*deinit)(
thisItf
);
Completed in 979 milliseconds