Home | History | Annotate | Download | only in fst

Lines Matching full:uint64

110   uint64 Properties() const { return Properties(kFstProperties); }
113 uint64 Properties(uint64 mask) const {
123 uint64 props1 = fst1.Properties(kFstProperties, false);
124 uint64 props2 = fst2.Properties(kFstProperties, false);
145 uint64 props1 = fst1.Properties(kFstProperties, false);
146 uint64 props2 = fst2.Properties(kFstProperties, false);
168 uint64 props = fst.Properties(kFstProperties, false);
196 uint64 props1 = FstImpl<A>::Properties();
197 uint64 props2 = fst.Properties(kFstProperties, false);
214 uint64 props1 = FstImpl<A>::Properties();
215 uint64 props2 = fst.Properties(kFstProperties, false);
235 uint64 props = FstImpl<A>::Properties();