HomeSort by relevance Sort by last modified time
    Searched refs:kPtrValueMask (Results 1 - 2 of 2) sorted by null

  /external/protobuf/src/google/protobuf/
metadata.h 127 static const intptr_t kPtrValueMask = ~kPtrTagMask;
136 reinterpret_cast<intptr_t>(ptr_) & kPtrValueMask);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
metadata.h 127 static const intptr_t kPtrValueMask = ~kPtrTagMask;
136 reinterpret_cast<intptr_t>(ptr_) & kPtrValueMask);

Completed in 219 milliseconds