Home | History | Annotate | Download | only in fst

Lines Matching refs:properties

30 #include <fst/test-properties.h>
65 uint64 props = fst.Properties(kILabelSorted, false);
74 SetProperties(impl.Properties(), kCopyProperties);
82 if (Properties(kError))
116 uint64 Properties() const { return Properties(kFstProperties); }
118 // Set error if found; return FST impl properties.
119 uint64 Properties(uint64 mask) const {
120 if ((mask & kError) && fst_->Properties(kError, false))
122 return FstImpl<Arc>::Properties(mask);
155 if (fst.Properties(props, true) != props) {