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()1927 if (has_bits_offset_ == -1) { // proto3 with no has-bits. in GetHasBits()1930 const void* ptr = reinterpret_cast<const uint8*>(&message) + has_bits_offset_; in GetHasBits()1935 if (has_bits_offset_ == -1) { in MutableHasBits()1938 void* ptr = reinterpret_cast<uint8*>(message) + has_bits_offset_; in MutableHasBits()2014 if (has_bits_offset_ == -1) { in HasBit()2071 if (has_bits_offset_ == -1) { in SetBit()[all …]
446 int has_bits_offset_; variable