Searched refs:fst_props (Results 1 – 2 of 2) sorted by relevance
106 uint64 fst_props = fst.Properties(kFstProperties, false);107 if (fst_props & kError) {115 if (!CompatProperties(fst_props, test_props)) {
82 uint64 fst_props = fst.Properties(kFstProperties, false); // Fst-stored in ComputeProperties() local86 uint64 known_props = KnownProperties(fst_props); in ComputeProperties()90 return fst_props; in ComputeProperties()97 uint64 comp_props = fst_props & kBinaryProperties; in ComputeProperties()