Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/
Dgenerated_message_reflection.h170 uint32 HasBitIndex(const FieldDescriptor* field) const { in HasBitIndex() function
Dgenerated_message_reflection.cc1924 return IsIndexInHasBitSet(GetHasBits(message), schema_.HasBitIndex(field)); in HasBit()
1986 const uint32 index = schema_.HasBitIndex(field); in SetBit()
1997 const uint32 index = schema_.HasBitIndex(field); in ClearBit()