Lines Matching refs:properties
32 #include <fst/test-properties.h>
110 uint64 Properties() const { return Properties(kFstProperties); }
112 // Set error if found; return FST impl properties.
113 uint64 Properties(uint64 mask) const {
114 if ((mask & kError) && Replace()->Properties(kError, false))
116 return FstImpl<Arc>::Properties(mask);
123 uint64 props1 = fst1.Properties(kFstProperties, false);
124 uint64 props2 = fst2.Properties(kFstProperties, false);
145 uint64 props1 = fst1.Properties(kFstProperties, false);
146 uint64 props2 = fst2.Properties(kFstProperties, false);
168 uint64 props = fst.Properties(kFstProperties, false);
196 uint64 props1 = FstImpl<A>::Properties();
197 uint64 props2 = fst.Properties(kFstProperties, false);
214 uint64 props1 = FstImpl<A>::Properties();
215 uint64 props2 = fst.Properties(kFstProperties, false);
235 uint64 props = FstImpl<A>::Properties();