Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.h138 bool GeneratingDescriptorProto() const;
Dpython_generator.cc336 PrintTopBoilerplate(printer_, file_, GeneratingDescriptorProto()); in Generate()
1069 if (serialized_options.length() == 0 || GeneratingDescriptorProto()) { in OptionsValue()
1149 bool Generator::GeneratingDescriptorProto() const { in GeneratingDescriptorProto() function in google::protobuf::compiler::python::Generator