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.h74 uint64 ComputeProperties(const Fst<Arc> &fst, uint64 mask, uint64 *known, function in namespace:fst
223 // This is a wrapper around ComputeProperties that will cause a fatal
232 uint64 computed_props = ComputeProperties(fst, mask, known, false);
238 return ComputeProperties(fst, mask, known, true);
H A Dverify.h105 uint64 test_props = ComputeProperties(fst, kFstProperties, &known_props,

Completed in 157 milliseconds