Searched refs:GetHasBits (Results 1 - 4 of 4) sorted by path

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc1173 inline const uint32* GeneratedMessageReflection::GetHasBits( function in class:google::protobuf::internal::GeneratedMessageReflection
1201 return GetHasBits(message)[field->index() / 32] &
H A Dgenerated_message_reflection.h315 inline const uint32* GetHasBits(const Message& message) const;
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.cc1123 inline const uint32* GeneratedMessageReflection::GetHasBits( function in class:google::protobuf::internal::GeneratedMessageReflection
1151 return GetHasBits(message)[field->index() / 32] &
H A Dgenerated_message_reflection.h298 inline const uint32* GetHasBits(const Message& message) const;

Completed in 313 milliseconds