Searched refs:has_bits_offset_ (Results 1 – 2 of 2) sorted by relevance
190 has_bits_offset_ (has_bits_offset), in GeneratedMessageReflection()220 has_bits_offset_ (has_bits_offset), in GeneratedMessageReflection()669 if (has_bits_offset_ != -1) { in Swap()853 if (has_bits_offset_ == -1) { in ClearField()1928 if (has_bits_offset_ == -1) { // proto3 with no has-bits. in GetHasBits()1931 const void* ptr = reinterpret_cast<const uint8*>(&message) + has_bits_offset_; in GetHasBits()1936 if (has_bits_offset_ == -1) { in MutableHasBits()1939 void* ptr = reinterpret_cast<uint8*>(message) + has_bits_offset_; in MutableHasBits()2015 if (has_bits_offset_ == -1) { in HasBit()2072 if (has_bits_offset_ == -1) { in SetBit()[all …]
446 int has_bits_offset_; variable