OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:unsetupRecognizer
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/Grammar/include/
SR_GrammarImpl.h
65
ESR_ReturnCode(*
unsetupRecognizer
)(SR_Grammar* self);
SR_Grammar.h
235
ESR_ReturnCode(*
unsetupRecognizer
)(struct SR_Grammar_t* self);
/external/srec/srec/Grammar/src/
SR_Grammar.c
150
return self->
unsetupRecognizer
(self);
SR_GrammarImpl.c
61
impl->Interface.
unsetupRecognizer
= &SR_Grammar_UnsetupRecognizer;
Completed in 116 milliseconds