Searched defs:GeneratingDescriptorProto (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc275 PrintTopBoilerplate(printer_, file_, GeneratingDescriptorProto());
874 if (serialized_options.length() == 0 || GeneratingDescriptorProto()) {
952 bool Generator::GeneratingDescriptorProto() const { function in class:google::protobuf::compiler::python::Generator
/external/protobuf/src/google/protobuf/compiler/python/
H A Dpython_generator.cc260 PrintTopBoilerplate(printer_, file_, GeneratingDescriptorProto());
828 if (serialized_options.length() == 0 || GeneratingDescriptorProto()) {
906 bool Generator::GeneratingDescriptorProto() const { function in class:google::protobuf::compiler::python::Generator

Completed in 123 milliseconds