Home
last modified time | relevance | path

Searched refs:GeneratePublicCasePropertyDeclaration (Results 1 – 3 of 3) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/objectivec/
Dobjectivec_oneof.h59 void GeneratePublicCasePropertyDeclaration(io::Printer* printer);
Dobjectivec_oneof.cc95 void OneofGenerator::GeneratePublicCasePropertyDeclaration( in GeneratePublicCasePropertyDeclaration() function in google::protobuf::compiler::objectivec::OneofGenerator
Dobjectivec_message.cc352 oneof_generators_[oneof_index]->GeneratePublicCasePropertyDeclaration( in GenerateMessageHeader()