Home | History | Annotate | Download | only in fst

Lines Matching refs:properties

35 #include <fst/properties.h>
110 uint64 Properties() const { return properties_; }
119 void SetProperties(uint64 properties) { properties_ = properties; }
175 // If test=false, return stored properties bits for mask (some poss. unknown)
177 virtual uint64 Properties(uint64 mask, bool test)
619 virtual uint64 Properties() const { return properties_; }
621 virtual uint64 Properties(uint64 mask) const { return properties_ & mask; }
714 hdr->SetProperties(fst.Properties(kFstProperties, false));
803 properties_ = hdr->Properties();
850 virtual uint64 Properties(uint64 mask, bool test) const {
856 return impl_->Properties(mask);