Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc415 string options_string; in PrintEnum() local
416 enum_descriptor.options().SerializeToString(&options_string); in PrintEnum()
429 OptionsValue("EnumOptions", options_string)); in PrintEnum()
488 string options_string; in PrintServiceDescriptor() local
489 descriptor.options().SerializeToString(&options_string); in PrintServiceDescriptor()
500 m["options_value"] = OptionsValue("ServiceOptions", options_string); in PrintServiceDescriptor()
515 method->options().SerializeToString(&options_string); in PrintServiceDescriptor()
521 m["serialized_options"] = CEscape(options_string); in PrintServiceDescriptor()
524 m["options_value"] = OptionsValue("MethodOptions", options_string); in PrintServiceDescriptor()
625 string options_string; in PrintDescriptor() local
[all …]