OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:addNametagToSlot
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/Grammar/include/
SR_Grammar.h
153
ESR_ReturnCode(*
addNametagToSlot
)(struct SR_Grammar_t* self, const LCHAR* slot,
/external/srec/srec/Grammar/src/
SR_Grammar.c
69
return self->
addNametagToSlot
(self, slot, nametag, weight, tag);
SR_GrammarImpl.c
48
impl->Interface.
addNametagToSlot
= &SR_Grammar_AddNametagToSlot;
Completed in 14 milliseconds