Home | History | Annotate | Download | only in fst

Lines Matching full:properties

83 //   // This specifies the known Fst properties as viewed from this
84 // // matcher. It takes as argument the input Fst's known properties.
85 // uint64 Properties(uint64 props) const;
121 virtual uint64 Properties(uint64 props) const = 0;
202 uint64 props = fst_->Properties(true_prop | false_prop, test);
291 virtual uint64 Properties(uint64 inprops) const {
424 rewrite_both_ = fst.Properties(kAcceptor, true);
496 virtual uint64 Properties(uint64 props) const;
524 uint64 RhoMatcher<M>::Properties(uint64 inprops) const {
525 uint64 outprops = matcher_->Properties(inprops);
598 rewrite_both_ = fst.Properties(kAcceptor, true);
681 virtual uint64 Properties(uint64 props) const;
713 uint64 SigmaMatcher<M>::Properties(uint64 inprops) const {
714 uint64 outprops = matcher_->Properties(inprops);
785 rewrite_both_ = fst.Properties(kAcceptor, true);
852 virtual uint64 Properties(uint64 props) const;
930 uint64 PhiMatcher<M>::Properties(uint64 inprops) const {
931 uint64 outprops = matcher_->Properties(inprops);
1072 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
1192 uint64 Properties(uint64 props) const { return base_->Properties(props); }