HomeSort by relevance Sort by last modified time
    Searched refs:WithReturnValue (Results 1 - 10 of 10) sorted by null

  /external/openfst/src/include/fst/script/
topsort.h 27 typedef args::WithReturnValue<bool, MutableFstClass*> TopSortArgs;
verify.h 27 typedef args::WithReturnValue<bool, const FstClass *> VerifyArgs;
convert.h 29 typedef args::WithReturnValue<FstClass*, ConvertInnerArgs> ConvertArgs;
equal.h 28 typedef args::WithReturnValue<bool, EqualInnerArgs> EqualArgs;
equivalent.h 29 typedef args::WithReturnValue<bool, EquivalentInnerArgs> EquivalentArgs;
randequivalent.h 31 typedef args::WithReturnValue<bool,
49 typedef args::WithReturnValue<bool,
arg-packs.h 27 // you want a space for a return value, use the WithReturnValue template
30 // WithReturnValue<bool, ArgPack<...> >
219 struct WithReturnValue {
223 explicit WithReturnValue(const ArgPackage &args) : args(args) { }
229 struct WithReturnValue<Retval, ArgPackage&> {
233 explicit WithReturnValue(const ArgPackage &args) : args(args) { }
map.h 53 typedef args::WithReturnValue<FstClass*, MapInnerArgs> MapArgs;
shortest-distance.h 221 typedef args::WithReturnValue<WeightClass,
  /external/openfst/src/include/fst/extensions/far/
farscript.h 157 typedef args::WithReturnValue<bool, FarEqualInnerArgs> FarEqualArgs;

Completed in 124 milliseconds