OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:fst_props
(Results
1 - 2
of
2
) sorted by null
/external/openfst/src/include/fst/
verify.h
106
uint64
fst_props
= fst.Properties(kFstProperties, false);
local
107
if (
fst_props
& kError) {
115
if (!CompatProperties(
fst_props
, test_props)) {
test-properties.h
82
uint64
fst_props
= fst.Properties(kFstProperties, false); // Fst-stored
local
86
uint64 known_props = KnownProperties(
fst_props
);
90
return
fst_props
;
97
uint64 comp_props =
fst_props
& kBinaryProperties;
Completed in 49 milliseconds