Searched refs:ComputeProperties (Results 1 - 4 of 4) sorted by relevance

/external/openfst/src/include/fst/
H A Dtest-properties.h76 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, function in namespace:fst
229 // This is a wrapper around ComputeProperties that will cause a fatal
238 uint64 computed_props = ComputeProperties(fst, mask, known, false);
244 return ComputeProperties(fst, mask, known, true);
H A Dverify.h113 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
H A Dtest-properties.h72 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, function in namespace:fst
221 // This is a wrapper around ComputeProperties that will cause a fatal
230 uint64 computed_props = ComputeProperties(fst, mask, known, false);
236 return ComputeProperties(fst, mask, known, true);
H A Dverify.h105 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props,

Completed in 668 milliseconds