Home | History | Annotate | Download | only in lib

Lines Matching full:properties

0 // properties.h
26 // bits are added, then the composite properties below, the property
27 // functions and property names in properties.cc, and
28 // TestProperties() in test-properties.h should be updated.
31 // BINARY PROPERTIES
44 // TRINARY PROPERTIES
46 // For each of these properties below there is a pair of property bits
133 // COMPOSITE PROPERTIES
136 // Properties of an empty machine
144 // Properties that are preserved when an FST is copied
155 // Properties that are preserved when an FST start state is set
164 // Properties that are preserved when an FST final weight is set
174 // Properties that are preserved when an FST state is added
184 // Properties that are preserved when an FST arc is added
190 // Properties that are preserved when an FST arc is set
193 // Properties that are preserved when FST states are deleted
200 // Properties that are preserved when FST arcs are deleted
207 // Properties that are preserved when an FST's states are reordered
217 // Properties that are preserved when an FST's arcs are reordered
227 // Properties that are preserved when an FST's input labels are changed.
235 // Properties that are preserved when an FST's output labels are changed.
243 // Properties that are preserved when an FST's weights are changed.
254 // Properties that are preserved when a superfinal state is added
263 // Properties that are preserved when a superfinal state is removed
272 // All binary properties
275 // All trinary properties
279 // COMPUTED PROPERTIES
282 // 1st bit of trinary properties
286 // 2nd bit of trinary properties
290 // All properties
294 // PROPERTY FUNCTIONS and STRING NAMES (defined in properties.cc)