Home
last modified time | relevance | path

Searched refs:GeneratePropertyImplementation (Results 1 – 5 of 5) sorted by relevance

/third_party/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.h58 virtual void GeneratePropertyImplementation(io::Printer* printer) const = 0;
115 virtual void GeneratePropertyImplementation(io::Printer* printer) const;
150 virtual void GeneratePropertyImplementation(io::Printer* printer) const;
Dobjectivec_oneof.h60 void GeneratePropertyImplementation(io::Printer* printer);
Dobjectivec_field.cc296 void SingleFieldGenerator::GeneratePropertyImplementation( in GeneratePropertyImplementation() function in google::protobuf::compiler::objectivec::SingleFieldGenerator
376 void RepeatedFieldGenerator::GeneratePropertyImplementation( in GeneratePropertyImplementation() function in google::protobuf::compiler::objectivec::RepeatedFieldGenerator
Dobjectivec_oneof.cc113 void OneofGenerator::GeneratePropertyImplementation(io::Printer* printer) { in GeneratePropertyImplementation() function in google::protobuf::compiler::objectivec::OneofGenerator
Dobjectivec_message.cc404 generator->GeneratePropertyImplementation(printer); in GenerateSource()
409 .GeneratePropertyImplementation(printer); in GenerateSource()