Home
last modified time | relevance | path

Searched refs:WriteHash (Results 1 – 16 of 16) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/csharp/
Dcsharp_map_field.h64 virtual void WriteHash(io::Printer* printer);
Dcsharp_repeated_enum_field.h68 virtual void WriteHash(io::Printer* printer);
Dcsharp_repeated_primitive_field.h64 virtual void WriteHash(io::Printer* printer);
Dcsharp_repeated_message_field.h68 virtual void WriteHash(io::Printer* printer);
Dcsharp_message_field.h64 virtual void WriteHash(io::Printer* printer);
Dcsharp_primitive_field.h65 virtual void WriteHash(io::Printer* printer);
Dcsharp_repeated_enum_field.cc110 void RepeatedEnumFieldGenerator::WriteHash(io::Printer* printer) { in WriteHash() function in google::protobuf::compiler::csharp::RepeatedEnumFieldGenerator
Dcsharp_repeated_primitive_field.cc110 void RepeatedPrimitiveFieldGenerator::WriteHash(io::Printer* printer) { in WriteHash() function in google::protobuf::compiler::csharp::RepeatedPrimitiveFieldGenerator
Dcsharp_wrapper_field.h67 virtual void WriteHash(io::Printer* printer);
Dcsharp_map_field.cc126 void MapFieldGenerator::WriteHash(io::Printer* printer) { in WriteHash() function in google::protobuf::compiler::csharp::MapFieldGenerator
Dcsharp_field_base.h69 virtual void WriteHash(io::Printer* printer) = 0;
Dcsharp_repeated_message_field.cc125 void RepeatedMessageFieldGenerator::WriteHash(io::Printer* printer) { in WriteHash() function in google::protobuf::compiler::csharp::RepeatedMessageFieldGenerator
Dcsharp_message_field.cc161 void MessageFieldGenerator::WriteHash(io::Printer* printer) { in WriteHash() function in google::protobuf::compiler::csharp::MessageFieldGenerator
Dcsharp_wrapper_field.cc158 void WrapperFieldGenerator::WriteHash(io::Printer* printer) { in WriteHash() function in google::protobuf::compiler::csharp::WrapperFieldGenerator
Dcsharp_primitive_field.cc225 void PrimitiveFieldGenerator::WriteHash(io::Printer* printer) { in WriteHash() function in google::protobuf::compiler::csharp::PrimitiveFieldGenerator
Dcsharp_message.cc492 generator->WriteHash(printer); in GenerateFrameworkMethods()