Home
last modified time | relevance | path

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

/third_party/protobuf/src/google/protobuf/compiler/cpp/field_generators/
Dmessage_field.cc387 void SingularMessage::GenerateCopyConstructorCode(io::Printer* p) const { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::__anonbaf708cb0111::SingularMessage
641 void OneofMessage::GenerateCopyConstructorCode(io::Printer* p) const { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::__anonbaf708cb0111::OneofMessage
912 void RepeatedMessage::GenerateCopyConstructorCode(io::Printer* p) const { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::__anonbaf708cb0111::RepeatedMessage
Denum_field.cc96 void GenerateCopyConstructorCode(io::Printer* p) const override { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::__anon2ac37d5b0111::SingularEnum
352 void GenerateCopyConstructorCode(io::Printer* p) const override { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::__anon2ac37d5b0111::RepeatedEnum
Dprimitive_field.cc137 void GenerateCopyConstructorCode(io::Printer* p) const override { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::__anon628934ff0111::SingularPrimitive
342 void GenerateCopyConstructorCode(io::Printer* p) const override { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::__anon628934ff0111::RepeatedPrimitive
Dstring_view_field.cc443 void SingularStringView::GenerateCopyConstructorCode(io::Printer* p) const { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::__anon4cf63a970111::SingularStringView
610 void GenerateCopyConstructorCode(io::Printer* p) const override { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::__anon4cf63a970111::RepeatedStringView
Dstring_field.cc626 void SingularString::GenerateCopyConstructorCode(io::Printer* p) const { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::__anondcbdbcdd0111::SingularString
793 void GenerateCopyConstructorCode(io::Printer* p) const override { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::__anondcbdbcdd0111::RepeatedString
Dmap_field.cc108 void GenerateCopyConstructorCode(io::Printer* p) const override { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::__anona40ec0840111::Map
/third_party/protobuf/src/google/protobuf/compiler/cpp/
Dfield.cc221 void FieldGeneratorBase::GenerateCopyConstructorCode(io::Printer* p) const { in GenerateCopyConstructorCode() function in google::protobuf::compiler::cpp::FieldGeneratorBase
Dfield.h376 void GenerateCopyConstructorCode(io::Printer* p) const { in GenerateCopyConstructorCode() function