Searched refs:kStubMajorKeyBits (Results 1 – 2 of 2) sorted by relevance
203 STATIC_ASSERT(NUMBER_OF_IDS < (1 << kStubMajorKeyBits));204 class MajorKeyBits: public BitField<uint32_t, 0, kStubMajorKeyBits> {};206 kStubMajorKeyBits, kStubMinorKeyBits> {}; // NOLINT
306 const int kStubMajorKeyBits = 8; variable307 const int kStubMinorKeyBits = kSmiValueSize - kStubMajorKeyBits - 1;