Searched refs:GenerateSerializeWithCachedSizes (Results 1 - 11 of 11) sorted by relevance

/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum_field.h62 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
106 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
H A Dcpp_message_field.h62 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
105 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
H A Dcpp_primitive_field.h62 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
107 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
H A Dcpp_string_field.h67 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
111 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
H A Dcpp_message_field.cc166 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::MessageFieldGenerator
343 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::RepeatedMessageFieldGenerator
H A Dcpp_field.h145 virtual void GenerateSerializeWithCachedSizes(io::Printer* printer) const = 0;
H A Dcpp_message.h138 void GenerateSerializeWithCachedSizes(io::Printer* printer);
148 // Helpers for GenerateSerializeWithCachedSizes().
H A Dcpp_enum_field.cc142 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::EnumFieldGenerator
344 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::RepeatedEnumFieldGenerator
H A Dcpp_primitive_field.cc168 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::PrimitiveFieldGenerator
358 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::RepeatedPrimitiveFieldGenerator
H A Dcpp_string_field.cc290 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::StringFieldGenerator
594 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::RepeatedStringFieldGenerator
H A Dcpp_message.cc1212 GenerateSerializeWithCachedSizes(printer);
2246 field_generators_.get(field).GenerateSerializeWithCachedSizes(printer);
2276 GenerateSerializeWithCachedSizes(io::Printer* printer) { function in class:google::protobuf::compiler::cpp::MessageGenerator

Completed in 60 milliseconds