OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:m_hVocab
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/grxmlcompile/
vocab.h
51
SR_Vocabulary *getSRVocabularyHandle() { return
m_hVocab
; }
53
SR_Vocabulary *
m_hVocab
;
vocab.cpp
41
rc = SR_VocabularyLoad(vocFileName.c_str(), &
m_hVocab
);
51
SR_VocabularyDestroy(
m_hVocab
);
Completed in 153 milliseconds