OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FileReadMode
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/lib/
fst.cc
182
FstReadOptions::
FileReadMode
FstReadOptions::ReadMode(const string &mode) {
/external/openfst/src/include/fst/
fst.h
56
//
FileReadMode
(s) are advisory, there are many conditions than prevent a
59
enum
FileReadMode
{ READ, MAP };
68
FileReadMode
mode; // Read or map files (advisory, if possible)
80
static
FileReadMode
ReadMode(const string &mode);
Completed in 220 milliseconds