OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FstType
(Results
1 - 5
of
5
) sorted by null
/external/openfst/src/include/fst/extensions/pdt/
info.h
50
const string&
FstType
() const { return fst_type_; }
147
cout << "fst type" << pdtinfo.
FstType
().c_str() << endl;
/external/openfst/src/include/fst/script/
fst-class.h
50
virtual const string &
FstType
() const = 0;
87
virtual const string &
FstType
() const {
168
virtual const string&
FstType
() const {
169
return impl_->
FstType
();
info-impl.h
174
const string&
FstType
() const { return fst_type_; }
237
os << "fst type" << fstinfo.
FstType
() << endl;
/external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h
78
const string &
FstType
() const { return fsttype_; }
161
registr->GetReader(hdr.
FstType
());
163
LOG(ERROR) << "Fst::Read: Unknown FST type \"" << hdr.
FstType
()
464
if (hdr->
FstType
() != type_) {
/external/openfst/src/include/fst/
fst.h
106
const string &
FstType
() const { return fsttype_; }
211
registr->GetReader(hdr.
FstType
());
213
LOG(ERROR) << "Fst::Read: Unknown FST type \"" << hdr.
FstType
()
782
<< ", fst_type: " << hdr->
FstType
()
788
if (hdr->
FstType
() != type_) {
Completed in 2794 milliseconds