Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dmetadata.h127 static const intptr_t kPtrValueMask = ~kPtrTagMask; variable
136 reinterpret_cast<intptr_t>(ptr_) & kPtrValueMask); in PtrValue()