Home
last modified time | relevance | path

Searched defs:DawgInfo (Results 1 – 1 of 1) sorted by relevance

/external/tesseract/dict/
Ddawg.h283 struct DawgInfo { struct
284 DawgInfo() : dawg_index(-1), ref(NO_EDGE) {} in DawgInfo() function
285 DawgInfo(int i, EDGE_REF r) : dawg_index(i), ref(r) {} in DawgInfo() function
293 class DawgInfoVector : public GenericVector<DawgInfo> { argument