Lines Matching refs:properties
30 #include <fst/test-properties.h>
40 // State definition. This does not manage the Fst properties.
180 // manages Fst properties and the # of input and output epsilons.
188 using FstImpl<A>::Properties;
215 SetProperties(SetStartProperties(Properties()));
221 SetProperties(SetFinalProperties(Properties(), ow, w));
226 SetProperties(AddStateProperties(Properties()));
240 SetProperties(AddArcProperties(Properties(), s, arc, parc));
247 SetProperties(DeleteStatesProperties(Properties()));
252 SetProperties(DeleteAllStatesProperties(Properties(),
266 SetProperties(DeleteArcsProperties(Properties()));
273 SetProperties(DeleteArcsProperties(Properties()));
277 // Properties always true of this Fst class
298 if (fst.Properties(kExpanded, false))
319 SetProperties(fst.Properties(kCopyProperties, false) | kStaticProperties);
541 if (fst.Properties(kExpanded, false) || (start_offset = strm.tellp()) != -1) {