Home
last modified time | relevance | path

Searched defs:semgraph (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/Semproc/src/
DSemanticProcessorImpl.c250 static ESR_ReturnCode checkpath_forwardByWordID(SR_SemanticGraphImpl* semgraph, in checkpath_forwardByWordID()
356 static ESR_ReturnCode checkpath_forward(SR_SemanticGraphImpl* semgraph, in checkpath_forward()
490 SR_SemanticGraphImpl* semgraph = (SR_SemanticGraphImpl*) graph; in SR_SemanticProcessor_CheckParseByWordID() local
796 SR_SemanticGraphImpl* semgraph = (SR_SemanticGraphImpl*) graph; in SR_SemanticProcessor_CheckParse() local
1163 static const LCHAR* lookUpWord(SR_SemanticGraphImpl* semgraph, wordID wdid) in lookUpWord()
1208 static const LCHAR* lookUpScript(SR_SemanticGraphImpl* semgraph, const LCHAR* script_label) in lookUpScript()
1235 static ESR_ReturnCode accumulate_scripts(SR_SemanticGraphImpl* semgraph, in accumulate_scripts()
DSemanticGraphImpl.c288 SR_SemanticGraphImpl* semgraph = (SR_SemanticGraphImpl*) self; in SR_SemanticGraph_LoadFromTextFiles() local
604 SR_SemanticGraphImpl* semgraph = (SR_SemanticGraphImpl*) self; in SR_SemanticGraph_Unload() local
/external/srec/srec/Grammar/include/
DSR_GrammarImpl.h85 SR_SemanticGraph* semgraph; member