Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h298 inline const uint32* GetHasBits(const Message& message) const;
Dgenerated_message_reflection.cc1123 inline const uint32* GeneratedMessageReflection::GetHasBits( in GetHasBits() function in google::protobuf::internal::GeneratedMessageReflection
1151 return GetHasBits(message)[field->index() / 32] & in HasBit()