Home | History | Annotate | Download | only in fst

Lines Matching refs:StringPrinter

159 class StringPrinter {
168 StringPrinter(TokenType token_type,
176 VLOG(1) << "StringPrinter::operator(): Fst is not a string.";
199 VLOG(1) << "StringPrinter::operator(): Unknown token type: "
212 VLOG(2) << "StringPrinter::FstToLabels: Invalid starting state for "
220 VLOG(2) << "StringPrinter::FstToLabels: String fst traversal does "
230 VLOG(2) << "StringPrinter::FstToLabels: Transition to invalid "
237 VLOG(2) << "StringPrinter::FstToLabels: State with multiple "
250 VLOG(2) << "StringPrinter::PrintLabel: Integer " << lab << " is not "
266 DISALLOW_COPY_AND_ASSIGN(StringPrinter);