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.cc1042 schema_.HasHasbits() ? GetHasBits(message) : nullptr; in ListFields()
1866 const uint32* Reflection::GetHasBits(const Message& message) const { in GetHasBits() function in google::protobuf::Reflection
1924 return IsIndexInHasBitSet(GetHasBits(message), schema_.HasBitIndex(field)); in HasBit()
Dmessage.h971 inline const uint32* GetHasBits(const Message& message) const;