Searched defs:istrm (Results 1 – 9 of 9) sorted by relevance
/external/openfst/src/extensions/far/ |
D | compile-strings.cc | 26 ifstream istrm(filename); in KeySize() local
|
/external/openfst/src/include/fst/script/ |
D | compile.h | 32 fst::istream &istrm; member 51 istrm(istrm), source(source), dest(dest), fst_type(fst_type), in istrm() function
|
/external/openfst/src/bin/ |
D | fstcompile.cc | 55 istream *istrm = &std::cin; in main() local
|
/external/openfst/src/script/ |
D | compile.cc | 26 void CompileFst(istream &istrm, const string &source, const string &dest, in CompileFst()
|
/external/openfst/src/include/fst/ |
D | add-on.h | 47 static NullAddOn *Read(istream &istrm) { in Read() 87 static AddOnPair<A1, A2> *Read(istream &istrm) { in Read()
|
D | label-reachable.h | 72 static LabelReachableData<L> *Read(istream &istrm) { in Read()
|
D | compact-fst.h | 1203 static UnweightedAcceptorCompactor *Read(istream &istrm) { in Read()
|
/external/srec/tools/grxmlcompile/ |
D | fst-io.h | 212 FstReader(istream &istrm, const string &source, in FstReader()
|
D | grxmlcompile.cpp | 771 std::ifstream istrm(ptxtFilename.c_str()); in make_openfst_graphs() local
|