HomeSort by relevance Sort by last modified time
    Searched refs:AlignOutput (Results 1 - 4 of 4) sorted by null

  /external/openfst/src/lib/
util.cc 79 bool AlignOutput(ostream &strm) {
83 LOG(ERROR) << "AlignOutput: can't determine stream position";
  /external/openfst/src/include/fst/
const-fst.h 378 if (opts.align && !AlignOutput(strm)) {
396 if (opts.align && !AlignOutput(strm)) {
compact-fst.h 413 if (opts.align && !AlignOutput(strm)) {
420 if (opts.align && !AlignOutput(strm)) {
987 if (opts.align && !AlignOutput(strm)) {
1002 if (opts.align && !AlignOutput(strm))
    [all...]
util.h 364 bool AlignOutput(ostream &strm);

Completed in 642 milliseconds