Home | History | Annotate | Download | only in src

Lines Matching refs:kStubMajorKeyBits

304   STATIC_ASSERT(NUMBER_OF_IDS < (1 << kStubMajorKeyBits));
305 class MajorKeyBits: public BitField<uint32_t, 0, kStubMajorKeyBits> {};
307 kStubMajorKeyBits, kStubMinorKeyBits> {}; // NOLINT