HomeSort by relevance Sort by last modified time
    Searched refs:SR_SemanticGraphImpl (Results 1 - 3 of 3) sorted by null

  /external/srec/srec/Semproc/src/
SemanticGraphImpl.c 23 #include "SR_SemanticGraphImpl.h"
41 SR_SemanticGraphImpl* impl;
48 impl = NEW(SR_SemanticGraphImpl, MTAG);
55 memset(impl, 0, sizeof(SR_SemanticGraphImpl));
76 SR_SemanticGraphImpl* impl = (SR_SemanticGraphImpl*) self;
88 ESR_ReturnCode sr_semanticgraph_loadV2(SR_SemanticGraphImpl* impl, wordmap* ilabels, PFile* fp);
94 SR_SemanticGraphImpl* impl = (SR_SemanticGraphImpl*) self;
161 static ESR_ReturnCode deserializeArcTokenInfoV2(SR_SemanticGraphImpl *impl
    [all...]
SemanticProcessorImpl.c 22 #include "SR_SemanticGraphImpl.h"
91 static const LCHAR* lookUpWord(SR_SemanticGraphImpl* semgraph, wordID wdid);
96 static const LCHAR* lookUpScript(SR_SemanticGraphImpl* semgraph, const LCHAR* script_label);
101 static ESR_ReturnCode accumulate_scripts(SR_SemanticGraphImpl* semgraph, script_list* scripts, sem_partial_path* path_root);
250 static ESR_ReturnCode checkpath_forwardByWordID(SR_SemanticGraphImpl* semgraph,
356 static ESR_ReturnCode checkpath_forward(SR_SemanticGraphImpl* semgraph,
490 SR_SemanticGraphImpl* semgraph = (SR_SemanticGraphImpl*) graph;
796 SR_SemanticGraphImpl* semgraph = (SR_SemanticGraphImpl*) graph
    [all...]
  /external/srec/srec/Semproc/include/
SR_SemanticGraphImpl.h 2 * SR_SemanticGraphImpl.h *
113 SR_SemanticGraphImpl;

Completed in 308 milliseconds