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.h470 inline const uint32* GetHasBits(const Message& message) const;
Dgenerated_message_reflection.cc1925 inline const uint32* GeneratedMessageReflection::GetHasBits( in GetHasBits() function in google::protobuf::internal::GeneratedMessageReflection
2065 return GetHasBits(message)[field->index() / 32] & in HasBit()