Searched defs:Equivalent (Results 1 - 8 of 8) sorted by relevance

/external/openfst/src/script/
H A Dequivalent.cc24 bool Equivalent(const FstClass &fst1, const FstClass &fst2, function in namespace:fst::script
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/
H A Dequivalent.h32 void Equivalent(EquivalentArgs *args) { function in namespace:fst::script
36 args->retval = Equivalent(fst1, fst2, args->args.arg3);
39 bool Equivalent(const FstClass &fst1, const FstClass &fst2,
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dheap-profile-stats.h30 bool Equivalent(const HeapProfileStats& other) const { function in struct:HeapProfileStats
/external/openfst/src/include/fst/
H A Dequivalent.h130 bool Equivalent(const Fst<Arc> &fst1, function in namespace:fst
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/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dequivalent.h112 bool Equivalent(const Fst<Arc> &fst1, const Fst<Arc> &fst2) { function in namespace:fst
117 LOG(FATAL) << "Equivalent: first argument not an"
121 LOG(FATAL) << "Equivalent: second argument not an"
136 return Equivalent(efst1, efst2);
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dheap-profile-table.h68 bool Equivalent(const Stats& x) const { function in struct:HeapProfileTable::Stats
/external/clang/lib/AST/
H A DASTImporter.cpp1316 bool Equivalent = true; local
1331 Equivalent = false;
1334 Equivalent = false;
1347 Equivalent = false;
1350 Equivalent = false;
1359 Equivalent = false;
1362 Equivalent = false;
1370 Equivalent = false;
1373 Equivalent = false;
1378 Equivalent
[all...]
/external/clang/lib/Sema/
H A DSemaType.cpp4590 QualType Equivalent = local
4592 type = S.Context.getAttributedType(CCAttrKind, type, Equivalent);

Completed in 248 milliseconds