OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PrintFstInfo
(Results
1 - 5
of
5
) sorted by null
/external/openfst/src/script/
info.cc
26
void
PrintFstInfo
(const FstClass &f, bool test_properties,
31
Apply<Operation<InfoArgs> >("
PrintFstInfo
", f.ArcType(), &args);
34
REGISTER_FST_OPERATION(
PrintFstInfo
, StdArc, InfoArgs);
35
REGISTER_FST_OPERATION(
PrintFstInfo
, LogArc, InfoArgs);
36
REGISTER_FST_OPERATION(
PrintFstInfo
, Log64Arc, InfoArgs);
/external/openfst/src/include/fst/script/
info.h
31
void
PrintFstInfo
(InfoArgs *args) {
35
PrintFstInfo
(fstinfo, args->arg6);
41
void
PrintFstInfo
(const FstClass &f, bool test_properties,
fstscript.h
107
REGISTER_FST_OPERATION(
PrintFstInfo
, Arc, InfoArgs);
info-impl.h
232
void
PrintFstInfo
(const FstInfo<A> &fstinfo, bool pipe = false) {
/external/openfst/src/bin/
fstinfo.cc
55
s::
PrintFstInfo
(*ifst, FLAGS_test_properties, FLAGS_arc_filter,
Completed in 82 milliseconds