OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FarEqual
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/extensions/far/
farequal.cc
0
//
farequal
.cc
49
bool result = s::
FarEqual
(
farscript.cc
67
bool
FarEqual
(const string &filename1, const string &filename2,
73
Apply<Operation<FarEqualArgs> >("
FarEqual
", arc_type, &args_with_retval);
/external/openfst/src/include/fst/extensions/far/
equal.h
28
bool
FarEqual
(const string &filename1,
39
VLOG(1) << "
FarEqual
: cannot open input Far file(s)";
49
VLOG(1) << "
FarEqual
: key \"" << begin_key << "\" missing from "
68
VLOG(1) << "
FarEqual
: mismatched keys \""
75
VLOG(1) << "
FarEqual
: Fsts for key \"" << key1 << "\" are not equal.";
83
VLOG(1) << "
FarEqual
: key \""
farscript.h
160
void
FarEqual
(FarEqualArgs *args) {
161
args->retval = fst::
FarEqual
<Arc>(
166
bool
FarEqual
(const string &filename1,
268
REGISTER_FST_OPERATION(
FarEqual
, ArcType, FarEqualArgs); \
Completed in 241 milliseconds