Searched defs:typeOfList (Results 1 – 1 of 1) sorted by relevance
| /kernel/uniproton/src/core/kernel/include/ |
| D | prt_list_external.h | 88 #define LIST_COMPONENT(ptrOfList, typeOfList, fieldOfList) COMPLEX_OF(ptrOfList, typeOfList, fieldO… argument 90 #define LIST_FOR_EACH(posOfList, listObject, typeOfList, field) … argument 94 #define LIST_FOR_EACH_SAFE(posOfList, listObject, typeOfList, field) \ argument
|