Home
last modified time | relevance | path

Searched defs:sizeof_has_bits (Results 1 – 1 of 1) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc669 size_t sizeof_has_bits = (max_has_bit_index_ + 31) / 32 * 4; in HasBitsSize() local
1459 const size_t sizeof_has_bits = HasBitsSize(); in GenerateClassDefinition() local