OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ComputeProperties
(Results
1 - 4
of
4
) sorted by null
/external/openfst/src/include/fst/
test-properties.h
76
uint64
ComputeProperties
(const Fst<Arc> &fst, uint64 mask, uint64 *known,
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);
verify.h
113
uint64 test_props =
ComputeProperties
(fst, kFstProperties, &known_props,
/external/srec/tools/thirdparty/OpenFst/fst/lib/
test-properties.h
74
uint64
ComputeProperties
(const Fst<Arc> &fst, uint64 mask, uint64 *known,
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);
verify.h
105
uint64 test_props =
ComputeProperties
(fst, kFstProperties, &known_props,
Completed in 62 milliseconds