Lines Matching refs:properties
34 #include <fst/test-properties.h>
57 uint64 props = fst->Properties(kFstProperties, false);
214 uint64 props = fst.Properties(kCopyProperties, false);
245 uint64 props = fst.Properties(kCopyProperties, false);
280 SetProperties(impl.Properties(), kCopyProperties);
323 uint64 Properties() const { return Properties(kFstProperties); }
325 // Set error if found; return FST impl properties.
326 uint64 Properties(uint64 mask) const {
327 if ((mask & kError) && fst_->Properties(kError, false))
329 return FstImpl<Arc>::Properties(mask);