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

  /external/protobuf/src/google/protobuf/
metadata.h 97 return PtrTag() == kTagContainer;
124 kTagContainer = 1,
139 // If ptr_'s tag is kTagContainer, it points to an instance of this struct.
152 reinterpret_cast<intptr_t>(ptr_) | kTagContainer);
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
metadata.h 97 return PtrTag() == kTagContainer;
124 kTagContainer = 1,
139 // If ptr_'s tag is kTagContainer, it points to an instance of this struct.
149 reinterpret_cast<intptr_t>(container) | kTagContainer);

Completed in 573 milliseconds