Home
last modified time | relevance | path

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

/external/srec/srec/Grammar/src/
DSR_Grammar.c160 return self->setupVocabulary(self, vocabulary); in SR_GrammarSetupVocabulary()
DSR_GrammarImpl.c62 impl->Interface.setupVocabulary = &SR_Grammar_SetupVocabulary; in SR_Grammar_Create()
/external/srec/srec/Grammar/include/
DSR_Grammar.h218 ESR_ReturnCode(*setupVocabulary)(struct SR_Grammar_t *self, SR_Vocabulary *vocabulary); member