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

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum_field.h62 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
89 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
H A Dcpp_message_field.h62 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
88 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
H A Dcpp_primitive_field.h62 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
89 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
H A Dcpp_string_field.h66 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
92 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
H A Dcpp_message_field.cc157 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::MessageFieldGenerator
266 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::RepeatedMessageFieldGenerator
H A Dcpp_field.h137 virtual void GenerateSerializeWithCachedSizes(io::Printer* printer) const = 0;
H A Dcpp_message.h136 void GenerateSerializeWithCachedSizes(io::Printer* printer);
146 // Helpers for GenerateSerializeWithCachedSizes().
H A Dcpp_enum_field.cc134 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::EnumFieldGenerator
279 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::RepeatedEnumFieldGenerator
H A Dcpp_primitive_field.cc165 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::PrimitiveFieldGenerator
294 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::RepeatedPrimitiveFieldGenerator
H A Dcpp_string_field.cc273 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::StringFieldGenerator
445 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::RepeatedStringFieldGenerator
H A Dcpp_message.cc928 GenerateSerializeWithCachedSizes(printer);
1683 field_generators_.get(field).GenerateSerializeWithCachedSizes(printer);
1713 GenerateSerializeWithCachedSizes(io::Printer* printer) { function in class:google::protobuf::compiler::cpp::MessageGenerator
/external/protobuf/src/google/protobuf/compiler/cpp/
H A Dcpp_enum_field.h61 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
87 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
H A Dcpp_message_field.h61 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
86 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
H A Dcpp_primitive_field.h61 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
87 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
H A Dcpp_string_field.h63 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
88 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
H A Dcpp_message_field.cc130 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::MessageFieldGenerator
238 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::RepeatedMessageFieldGenerator
H A Dcpp_field.h128 virtual void GenerateSerializeWithCachedSizes(io::Printer* printer) const = 0;
H A Dcpp_message.h135 void GenerateSerializeWithCachedSizes(io::Printer* printer);
145 // Helpers for GenerateSerializeWithCachedSizes().
H A Dcpp_enum_field.cc132 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::EnumFieldGenerator
276 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::RepeatedEnumFieldGenerator
H A Dcpp_primitive_field.cc163 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::PrimitiveFieldGenerator
291 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::RepeatedPrimitiveFieldGenerator
H A Dcpp_string_field.cc226 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::StringFieldGenerator
396 GenerateSerializeWithCachedSizes(io::Printer* printer) const { function in class:google::protobuf::compiler::cpp::RepeatedStringFieldGenerator
H A Dcpp_message.cc719 GenerateSerializeWithCachedSizes(printer);
1435 field_generators_.get(field).GenerateSerializeWithCachedSizes(printer);
1465 GenerateSerializeWithCachedSizes(io::Printer* printer) { function in class:google::protobuf::compiler::cpp::MessageGenerator

Completed in 168 milliseconds