OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AlignInput
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/lib/
util.cc
63
bool
AlignInput
(istream &strm) {
68
LOG(ERROR) << "
AlignInput
: can't determine stream position";
/external/openfst/src/include/fst/
const-fst.h
220
if ((hdr.GetFlags() & FstHeader::IS_ALIGNED) && !
AlignInput
(strm)) {
235
if ((hdr.GetFlags() & FstHeader::IS_ALIGNED) && !
AlignInput
(strm)) {
util.h
363
bool
AlignInput
(istream &strm);
compact-fst.h
372
if ((hdr.GetFlags() & FstHeader::IS_ALIGNED) && !
AlignInput
(strm)) {
392
if ((hdr.GetFlags() & FstHeader::IS_ALIGNED) && !
AlignInput
(strm)) {
[
all
...]
Completed in 40 milliseconds