reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
65 return (raw_id_ >> kDepthShift) == (1 << kDepthBits); 69 return (raw_id_ >> kDepthShift) > (1 << kDepthBits); 118 CHECK(depth < (1 << kDepthBits)); 146 static const int kDepthShift = 32 - kDepthBits - 1; 159 return (raw_id_ >> kDepthShift) & ((1 << kDepthBits) - 1); 163 static const int kMaxDepth = (1 << kDepthBits) - 1;