Home
last modified time | relevance | path

Searched refs:FixOptionsForMessage (Results 1 – 2 of 2) sorted by relevance

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.h154 void FixOptionsForMessage(const Descriptor& descriptor) const;
Dpython_generator.cc1269 FixOptionsForMessage(*file_->message_type(i)); in FixAllDescriptorOptions()
1333 void Generator::FixOptionsForMessage(const Descriptor& descriptor) const { in FixOptionsForMessage() function in google::protobuf::compiler::python::Generator
1336 FixOptionsForMessage(*descriptor.nested_type(i)); in FixOptionsForMessage()