Home | History | Annotate | Download | only in fst

Lines Matching defs:props

83 //   uint64 Properties(uint64 props) const;
110 virtual uint64 Properties(uint64 props) const = 0;
191 uint64 props = fst_->Properties(true_prop | false_prop, test);
193 if (props & true_prop)
195 else if (props & false_prop)
453 virtual uint64 Properties(uint64 props) const;
632 virtual uint64 Properties(uint64 props) const;
794 virtual uint64 Properties(uint64 props) const;
986 uint64 Properties(uint64 props) const { return matcher_->Properties(props); }
1103 uint64 Properties(uint64 props) const { return base_->Properties(props); }