Home | History | Annotate | Download | only in lib

Lines Matching refs:Properties

58 //   // This specifies the known properties of an Fst mapped by this
59 // // mapper. It takes as argument the input Fst's known properties.
60 // uint64 Properties(uint64 props) const;
65 // e.g. whether to add a superfinal state. They will use the Properties()
66 // method to set the result Fst properties.
88 uint64 props = fst->Properties(kFstProperties, false);
143 fst->SetProperties(mapper->Properties(props), kFstProperties);
222 uint64 iprops = ifst.Properties(kCopyProperties, false);
223 uint64 oprops = ofst->Properties(kFstProperties, false);
224 ofst->SetProperties(mapper->Properties(iprops) | oprops, kFstProperties);
253 using FstImpl<B>::Properties;
410 uint64 props = fst_->Properties(kCopyProperties, false);
411 SetProperties(mapper_->Properties(props));
502 virtual uint64 Properties(uint64 mask, bool test) const {
508 return impl_->Properties(mask);
629 uint64 Properties(uint64 props) const { return props; }
644 uint64 Properties(uint64 props) const {
661 uint64 Properties(uint64 props) const { return props; }
676 uint64 Properties(uint64 props) const { return props; }
709 uint64 Properties(uint64 props) const {
747 uint64 Properties(uint64 props) const {
825 uint64 Properties(uint64 props) const {
864 uint64 Properties(uint64 props) const {
888 uint64 Properties(uint64 props) const {
912 uint64 Properties(uint64 props) const {
937 uint64 Properties(uint64 props) const {
962 uint64 Properties(uint64 props) const { return props; }