Searched refs:kStubMajorKeyBits (Results 1 – 2 of 2) sorted by relevance
306 STATIC_ASSERT(NUMBER_OF_IDS < (1 << kStubMajorKeyBits));307 class MajorKeyBits: public BitField<uint32_t, 0, kStubMajorKeyBits> {};309 kStubMajorKeyBits, kStubMinorKeyBits> {}; // NOLINT
310 const int kStubMajorKeyBits = 7; variable311 const int kStubMinorKeyBits = kSmiValueSize - kStubMajorKeyBits - 1;