Home | History | Annotate | Download | only in include

Lines Matching refs:kFullStringRepresentationMask

5615   static const int kFullStringRepresentationMask = 0x07;
5683 int representation = (instance_type & kFullStringRepresentationMask);
6305 int type = I::GetInstanceType(obj) & I::kFullStringRepresentationMask;