Home | History | Annotate | Download | only in lib

Lines Matching refs:Properties

26 #include "fst/lib/test-properties.h"
48 using FstImpl<A>::Properties;
64 uint64 props1 = fst1.Properties(kFstProperties, false);
65 uint64 props2 = fst2.Properties(kFstProperties, false);
86 uint64 props1 = fst1.Properties(kFstProperties, false);
87 uint64 props2 = fst2.Properties(kFstProperties, false);
109 uint64 props = fst.Properties(kFstProperties, false);
137 uint64 props1 = Properties();
138 uint64 props2 = fst.Properties(kFstProperties, false);
153 uint64 props1 = Properties();
154 uint64 props2 = fst.Properties(kFstProperties, false);
169 uint64 props = Properties();
210 virtual uint64 Properties(uint64 mask, bool test) const {
216 return impl_->Properties(mask);