Home | History | Annotate | Download | only in lib

Lines Matching full:uint64

32 // Enumeration of uint64 bits used to represent the user-defined
77 template <uint64 T = 0ULL>
85 // concrete specializations are templated on the (uint64-valued)
110 uint64 props1 = fst1.Properties(kFstProperties, false);
111 uint64 props2 = fst2.Properties(kFstProperties, false);
173 virtual uint64 ComposeFlags() const = 0;
204 template <class A, uint64 T>
328 template <class A, uint64 T>
467 virtual uint64 ComposeFlags() const { return T; }
695 template <uint64 T>
721 virtual uint64 Properties(uint64 mask, bool test) const {
723 uint64 known, test = TestProperties(*this, mask, &known);
753 uint64 ComposeFlags() const { return impl_->ComposeFlags(); }
764 template <uint64 T>
771 uint64 sort_props_mask = kILabelSorted | kOLabelSorted;
774 uint64 opt_props_mask =
778 uint64 props1 = fst1.Properties(sort_props_mask, true);
779 uint64 props2 = fst2.Properties(sort_props_mask, true);
797 const uint64 kStringDetOptProps =
799 const uint64 kDetStringOptProps =