Searched defs:Fst (Results 1 - 3 of 3) sorted by relevance

/external/openfst/src/include/fst/script/
H A Dcompile-impl.h19 // Class to to compile a binary Fst from textual input.
43 // Compile a binary Fst from textual input, helper class for fstcompile.cc
130 const VectorFst<A> &Fst() const { function in class:fst::FstCompiler
/external/openfst/src/include/fst/
H A Dfst.h62 const FstHeader *header; // Pointer to Fst header. If non-zero, use
99 // Fst HEADER CLASS
101 // This is the recommended Fst file header representation.
155 // Fst INTERFACE CLASS DEFINITION
162 class Fst { class in namespace:fst
168 virtual ~Fst() {}
187 virtual const string& Type() const = 0; // Fst type name
189 // Get a copy of this Fst. The copying behaves as follows:
192 // and is on an otherwise unaccessed Fst.
196 // separate threads. For some Fst type
[all...]
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp2065 auto Fst = Reader.ReadSubExpr(); local
2067 D->setCond(Fst, Snd);

Completed in 382 milliseconds