OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_Grammar_CheckParse
(Results
1 - 2
of
2
) sorted by null
/external/srec/srec/Grammar/include/
SR_GrammarImpl.h
170
SREC_GRAMMAR_API ESR_ReturnCode
SR_Grammar_CheckParse
(SR_Grammar* self, const LCHAR* transcription, SR_SemanticResult** result, size_t* resultCount);
/external/srec/srec/Grammar/src/
SR_GrammarImpl.c
50
impl->Interface.checkParse = &
SR_Grammar_CheckParse
;
646
ESR_ReturnCode
SR_Grammar_CheckParse
(SR_Grammar* self, const LCHAR* transcription, SR_SemanticResult** result, size_t* resultCount)
Completed in 14 milliseconds