Home
last modified time | relevance | path

Searched refs:kPtrTagMask (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/
Dmetadata.h126 static const intptr_t kPtrTagMask = 1; variable
127 static const intptr_t kPtrValueMask = ~kPtrTagMask;
131 return reinterpret_cast<intptr_t>(ptr_) & kPtrTagMask; in PtrTag()