Home | History | Annotate | Download | only in src

Lines Matching refs:kStubMajorKeyBits

359   STATIC_ASSERT(NUMBER_OF_IDS < (1 << kStubMajorKeyBits));
360 class MajorKeyBits: public BitField<uint32_t, 0, kStubMajorKeyBits> {};
362 kStubMajorKeyBits, kStubMinorKeyBits> {}; // NOLINT