OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:isActiveRule
(Results
1 - 4
of
4
) sorted by null
/external/srec/srec/Recognizer/include/
SR_Recognizer.h
315
* @param
isActiveRule
True if rule is active
318
ESR_ReturnCode (*
isActiveRule
)(struct SR_Recognizer_t* self, struct SR_Grammar_t* grammar,
319
const LCHAR* ruleName, ESR_BOOL*
isActiveRule
);
747
* @param
isActiveRule
True if rule is active
753
ESR_BOOL*
isActiveRule
);
[
all
...]
SR_RecognizerImpl.h
447
ESR_BOOL*
isActiveRule
);
/external/srec/srec/Recognizer/src/
Recognizer.c
212
const LCHAR* ruleName, ESR_BOOL*
isActiveRule
)
219
return self->
isActiveRule
(self, grammar, ruleName,
isActiveRule
);
RecognizerImpl.c
648
impl->Interface.
isActiveRule
= &SR_RecognizerIsActiveRuleImpl;
[
all
...]
Completed in 27 milliseconds