Searched refs:SR_SemanticGraph_Save (Results 1 – 3 of 3) sorted by relevance
134 SREC_SEMPROC_API ESR_ReturnCode SR_SemanticGraph_Save(SR_SemanticGraph* self, const LCHAR* filename…
60 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
476 if (SR_SemanticGraph_Save(impl->semgraph, filename, version_number) != ESR_SUCCESS) in SR_Grammar_Save()