Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/objectivec/
Dobjectivec_field.h58 virtual void GeneratePropertyImplementation(io::Printer* printer) const = 0;
114 virtual void GeneratePropertyImplementation(io::Printer* printer) const;
150 virtual void GeneratePropertyImplementation(io::Printer* printer) const;
Dobjectivec_oneof.h60 void GeneratePropertyImplementation(io::Printer* printer);
Dobjectivec_oneof.cc113 void OneofGenerator::GeneratePropertyImplementation(io::Printer* printer) { in GeneratePropertyImplementation() function in google::protobuf::compiler::objectivec::OneofGenerator
Dobjectivec_field.cc278 void SingleFieldGenerator::GeneratePropertyImplementation( in GeneratePropertyImplementation() function in google::protobuf::compiler::objectivec::SingleFieldGenerator
370 void RepeatedFieldGenerator::GeneratePropertyImplementation( in GeneratePropertyImplementation() function in google::protobuf::compiler::objectivec::RepeatedFieldGenerator
Dobjectivec_message.cc382 generator->GeneratePropertyImplementation(printer); in GenerateSource()
387 .GeneratePropertyImplementation(printer); in GenerateSource()