Home
last modified time | relevance | path

Searched refs:setDispatchFunction (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/Grammar/src/
DSR_Grammar.c79 return self->setDispatchFunction(self, name, userData, function); in SR_GrammarSetDispatchFunction()
DSR_GrammarImpl.c57 impl->Interface.setDispatchFunction = &SR_Grammar_SetDispatchFunction; in SR_Grammar_Create()
/external/srec/srec/Grammar/include/
DSR_Grammar.h165 …ESR_ReturnCode(*setDispatchFunction)(struct SR_Grammar_t* self, const LCHAR* name, void* userData,… member