Lines Matching full:properties
34 #include <fst/test-properties.h>
61 uint64 props = fst->Properties(kFstProperties, false);
218 uint64 props = fst.Properties(kCopyProperties, false);
249 uint64 props = fst.Properties(kCopyProperties, false);
284 SetProperties(impl.Properties(), kCopyProperties);
327 uint64 Properties() const { return Properties(kFstProperties); }
329 // Set error if found; return FST impl properties.
330 uint64 Properties(uint64 mask) const {
331 if ((mask & kError) && fst_->Properties(kError, false))
333 return FstImpl<Arc>::Properties(mask);