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

/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h315 inline const uint32* GetHasBits(const Message& message) const;
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] &
/external/protobuf/src/google/protobuf/
H A Dgenerated_message_reflection.h298 inline const uint32* GetHasBits(const Message& message) const;
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] &

Completed in 112 milliseconds