Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/
Dmessage_field.cc115 void GenerateConstructorCode(io::Printer* p) const override {} in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anonbaf708cb0111::SingularMessage
636 void OneofMessage::GenerateConstructorCode(io::Printer* p) const { in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anonbaf708cb0111::OneofMessage
908 void RepeatedMessage::GenerateConstructorCode(io::Printer* p) const { in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anonbaf708cb0111::RepeatedMessage
Dcord_field.cc126 void GenerateConstructorCode(io::Printer* printer) const override {} in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anon08838dce0111::CordOneofFieldGenerator
243 void CordFieldGenerator::GenerateConstructorCode(io::Printer* printer) const { in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anon08838dce0111::CordFieldGenerator
Denum_field.cc89 void GenerateConstructorCode(io::Printer* p) const override { in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anon2ac37d5b0111::SingularEnum
362 void GenerateConstructorCode(io::Printer* p) const override {} in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anon2ac37d5b0111::RepeatedEnum
Dprimitive_field.cc127 void GenerateConstructorCode(io::Printer* p) const override { in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anon628934ff0111::SingularPrimitive
340 void GenerateConstructorCode(io::Printer* p) const override {} in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anon628934ff0111::RepeatedPrimitive
Dstring_view_field.cc426 void SingularStringView::GenerateConstructorCode(io::Printer* p) const { in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anon4cf63a970111::SingularStringView
608 void GenerateConstructorCode(io::Printer* p) const override {} in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anon4cf63a970111::RepeatedStringView
Dstring_field.cc609 void SingularString::GenerateConstructorCode(io::Printer* p) const { in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anondcbdbcdd0111::SingularString
791 void GenerateConstructorCode(io::Printer* p) const override {} in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anondcbdbcdd0111::RepeatedString
Dmap_field.cc154 void GenerateConstructorCode(io::Printer* p) const override {} in GenerateConstructorCode() function in google::protobuf::compiler::cpp::__anona40ec0840111::Map
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dfield.h396 void GenerateConstructorCode(io::Printer* p) const { in GenerateConstructorCode() function