Home
last modified time | relevance | path

Searched refs:SR_SemanticGraph_Save (Results 1 – 3 of 3) sorted by relevance

/external/srec/srec/Semproc/include/
DSR_SemanticGraphImpl.h134 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_Save(SR_SemanticGraph* self, const LCHAR* filename…
/external/srec/srec/Semproc/src/
DSemanticGraphImpl.c60 impl->Interface.save = &SR_SemanticGraph_Save; in SR_SemanticGraphCreate()
618 ESR_ReturnCode SR_SemanticGraph_Save(SR_SemanticGraph* self, const LCHAR* g2g, int version_number) in SR_SemanticGraph_Save() function
/external/srec/srec/Grammar/src/
DSR_GrammarImpl.c476 if (SR_SemanticGraph_Save(impl->semgraph, filename, version_number) != ESR_SUCCESS) in SR_Grammar_Save()