Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h137 bool GeneratingDescriptorProto() const;
Dpython_generator.cc330 PrintTopBoilerplate(printer_, file_, GeneratingDescriptorProto()); in Generate()
1034 if (serialized_options.length() == 0 || GeneratingDescriptorProto()) { in OptionsValue()
1114 bool Generator::GeneratingDescriptorProto() const { in GeneratingDescriptorProto() function in google::protobuf::compiler::python::Generator