Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_map_field.h59 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
65 void GenerateSerializeWithCachedSizes(io::Printer* printer,
Dcpp_map_field.cc272 void MapFieldGenerator::GenerateSerializeWithCachedSizes( in GenerateSerializeWithCachedSizes() function in google::protobuf::compiler::cpp::MapFieldGenerator
274 GenerateSerializeWithCachedSizes(printer, false); in GenerateSerializeWithCachedSizes()
279 GenerateSerializeWithCachedSizes(printer, true); in GenerateSerializeWithCachedSizesToArray()
282 void MapFieldGenerator::GenerateSerializeWithCachedSizes(io::Printer* printer, in GenerateSerializeWithCachedSizes() function in google::protobuf::compiler::cpp::MapFieldGenerator
Dcpp_primitive_field.h63 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
105 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
Dcpp_enum_field.h62 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
103 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
Dcpp_message_field.h70 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
121 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
Dcpp_string_field.h69 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
123 void GenerateSerializeWithCachedSizes(io::Printer* printer) const;
Dcpp_enum_field.cc160 void EnumFieldGenerator::GenerateSerializeWithCachedSizes( in GenerateSerializeWithCachedSizes() function in google::protobuf::compiler::cpp::EnumFieldGenerator
426 void RepeatedEnumFieldGenerator::GenerateSerializeWithCachedSizes( in GenerateSerializeWithCachedSizes() function in google::protobuf::compiler::cpp::RepeatedEnumFieldGenerator
Dcpp_primitive_field.cc197 void PrimitiveFieldGenerator::GenerateSerializeWithCachedSizes( in GenerateSerializeWithCachedSizes() function in google::protobuf::compiler::cpp::PrimitiveFieldGenerator
406 void RepeatedPrimitiveFieldGenerator::GenerateSerializeWithCachedSizes( in GenerateSerializeWithCachedSizes() function in google::protobuf::compiler::cpp::RepeatedPrimitiveFieldGenerator
Dcpp_message_field.cc445 void MessageFieldGenerator::GenerateSerializeWithCachedSizes( in GenerateSerializeWithCachedSizes() function in google::protobuf::compiler::cpp::MessageFieldGenerator
764 void RepeatedMessageFieldGenerator::GenerateSerializeWithCachedSizes( in GenerateSerializeWithCachedSizes() function in google::protobuf::compiler::cpp::RepeatedMessageFieldGenerator
Dcpp_field.h185 virtual void GenerateSerializeWithCachedSizes(io::Printer* printer) const = 0;
Dcpp_string_field.cc615 void StringFieldGenerator::GenerateSerializeWithCachedSizes( in GenerateSerializeWithCachedSizes() function in google::protobuf::compiler::cpp::StringFieldGenerator
1192 void RepeatedStringFieldGenerator::GenerateSerializeWithCachedSizes( in GenerateSerializeWithCachedSizes() function in google::protobuf::compiler::cpp::RepeatedStringFieldGenerator
Dcpp_message.h142 void GenerateSerializeWithCachedSizes(io::Printer* printer);
Dcpp_message.cc2078 GenerateSerializeWithCachedSizes(printer); in GenerateClassMethods()
3696 field_generators_.get(field).GenerateSerializeWithCachedSizes(printer); in GenerateSerializeOneofFields()
3742 field_generators_.get(field).GenerateSerializeWithCachedSizes(printer); in GenerateSerializeOneField()
3771 void MessageGenerator::GenerateSerializeWithCachedSizes(io::Printer* printer) { in GenerateSerializeWithCachedSizes() function in google::protobuf::compiler::cpp::MessageGenerator