Home
last modified time | relevance | path

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

/external/openfst/src/extensions/far/
Dcompile-strings.cc26 ifstream istrm(filename); in KeySize() local
/external/openfst/src/include/fst/script/
Dcompile.h32 fst::istream &istrm; member
51 istrm(istrm), source(source), dest(dest), fst_type(fst_type), in istrm() function
/external/openfst/src/bin/
Dfstcompile.cc55 istream *istrm = &std::cin; in main() local
/external/openfst/src/script/
Dcompile.cc26 void CompileFst(istream &istrm, const string &source, const string &dest, in CompileFst()
/external/openfst/src/include/fst/
Dadd-on.h47 static NullAddOn *Read(istream &istrm) { in Read()
87 static AddOnPair<A1, A2> *Read(istream &istrm) { in Read()
Dlabel-reachable.h72 static LabelReachableData<L> *Read(istream &istrm) { in Read()
Dcompact-fst.h1203 static UnweightedAcceptorCompactor *Read(istream &istrm) { in Read()
/external/srec/tools/grxmlcompile/
Dfst-io.h212 FstReader(istream &istrm, const string &source, in FstReader()
Dgrxmlcompile.cpp771 std::ifstream istrm(ptxtFilename.c_str()); in make_openfst_graphs() local