Searched defs:ConsumerInterface (Results 1 – 2 of 2) sorted by relevance
319 struct ConsumerInterface { struct320 ConsumerCreateCallback create;321 ConsumerDestroyCallback destroy;323 ConsumerPreSaveCallback preSave;324 ConsumerGlobalPreSaveCallback globalPreSave;326 ConsumerSaveCallback save;328 ConsumerGlobalPostSaveCallback globalPostSave;329 ConsumerPostSaveCallback postSave;331 ConsumerPostLoadCallback postLoad;333 ConsumerGlobalPreLoadCallback globalPreLoad;
312 struct ConsumerInterface { struct313 ConsumerCreateCallback create;314 ConsumerDestroyCallback destroy;315 ConsumerSaveCallback save;316 ConsumerLoadCallback load;