HomeSort by relevance Sort by last modified time
    Searched defs:Equivalent (Results 1 - 5 of 5) sorted by null

  /external/openfst/src/script/
equivalent.cc 19 #include <fst/script/equivalent.h>
24 bool Equivalent(const FstClass &fst1, const FstClass &fst2,
26 if (!ArcTypesMatch(fst1, fst2, "Equivalent")) return false;
31 Apply<Operation<EquivalentArgs> >("Equivalent", fst1.ArcType(),
37 REGISTER_FST_OPERATION(Equivalent, StdArc, EquivalentArgs);
38 REGISTER_FST_OPERATION(Equivalent, LogArc, EquivalentArgs);
39 REGISTER_FST_OPERATION(Equivalent, Log64Arc, EquivalentArgs);
  /external/openfst/src/include/fst/script/
equivalent.h 22 #include <fst/equivalent.h>
32 void Equivalent(EquivalentArgs *args) {
36 args->retval = Equivalent(fst1, fst2, args->args.arg3);
39 bool Equivalent(const FstClass &fst1, const FstClass &fst2,
  /external/openfst/src/include/fst/
equivalent.h 0 // equivalent.h
109 // <code>fst1</code> and <code>fst2</code> are equivalent. The input
112 // considered equivalent if they accept exactly the same set of
130 bool Equivalent(const Fst<Arc> &fst1,
139 FSTERROR() << "Equivalent: input/output symbol tables of 1st argument "
147 FSTERROR() << "Equivalent: first argument not an"
153 FSTERROR() << "Equivalent: second argument not an"
170 return Equivalent(efst1, efst2);
  /external/clang/lib/AST/
ASTImporter.cpp 200 /// declaration in the second context that we believe to be equivalent.
207 /// \brief Declaration (from, to) pairs that are known not to be equivalent
230 /// equivalent.
233 /// \brief Determine whether the two types are structurally equivalent.
276 /// \brief Determine whether two identifiers are equivalent.
285 /// \brief Determine whether two nested-name-specifiers are equivalent.
293 /// \brief Determine whether two template arguments are equivalent.
    [all...]
  /external/clang/lib/Sema/
SemaType.cpp     [all...]

Completed in 3455 milliseconds