OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:FstImpl
(Results
1 - 2
of
2
) sorted by null
/external/srec/tools/thirdparty/OpenFst/fst/lib/
fst.h
396
template <class A> class
FstImpl
{
401
FstImpl
()
405
FstImpl
(const
FstImpl
<A> &impl)
411
~
FstImpl
() {
465
LOG(ERROR) << "
FstImpl
::ReadHeaderAndSymbols: Fst not of type \""
470
LOG(ERROR) << "
FstImpl
::ReadHeaderAndSymbols: Arc not of type \""
476
LOG(ERROR) << "
FstImpl
::ReadHeaderAndSymbols: Obsolete "
528
void operator=(const
FstImpl
<A> &impl); // disallow
/external/openfst/src/include/fst/
fst.h
603
template <class A> class
FstImpl
{
608
FstImpl
()
611
FstImpl
(const
FstImpl
<A> &impl)
616
virtual ~
FstImpl
() {
642
FSTERROR() << "
FstImpl
::SetProperties() const: can only set kError";
776
void operator=(const
FstImpl
<A> &impl); // disallow
780
bool
FstImpl
<A>::ReadHeader(istream &strm, const FstReadOptions& opts,
788
LOG(INFO) << "
FstImpl
::ReadHeader: source: " << opts.source
796
LOG(ERROR) << "
FstImpl
::ReadHeader: Fst not of type \"" << type
[
all
...]
Completed in 178 milliseconds