Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc799 const string has_bits_decl = sizeof_has_bits == 0 ? "" : in GenerateClassDefinition() local
832 printer->Print(has_bits_decl.c_str()); in GenerateClassDefinition()