OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SR_SemanticGraph_Save
(Results
1 - 3
of
3
) sorted by null
/external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h
134
SREC_SEMPROC_API ESR_ReturnCode
SR_SemanticGraph_Save
(SR_SemanticGraph* self, const LCHAR* filename, int version_number);
/external/srec/srec/Semproc/src/
SemanticGraphImpl.c
60
impl->Interface.save = &
SR_SemanticGraph_Save
;
618
ESR_ReturnCode
SR_SemanticGraph_Save
(SR_SemanticGraph* self, const LCHAR* g2g, int version_number)
[
all
...]
/external/srec/srec/Grammar/src/
SR_GrammarImpl.c
476
if (
SR_SemanticGraph_Save
(impl->semgraph, filename, version_number) != ESR_SUCCESS)
Completed in 79 milliseconds