Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmetadata.h127 static const intptr_t kPtrValueMask = ~kPtrTagMask; variable
136 reinterpret_cast<intptr_t>(ptr_) & kPtrValueMask); in PtrValue()