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.cc470 string options_string; in PrintEnum() local
471 enum_descriptor.options().SerializeToString(&options_string); in PrintEnum()
484 OptionsValue("EnumOptions", options_string)); in PrintEnum()
543 string options_string; in PrintServiceDescriptor() local
544 descriptor.options().SerializeToString(&options_string); in PrintServiceDescriptor()
555 m["options_value"] = OptionsValue("ServiceOptions", options_string); in PrintServiceDescriptor()
570 method->options().SerializeToString(&options_string); in PrintServiceDescriptor()
576 m["serialized_options"] = CEscape(options_string); in PrintServiceDescriptor()
579 m["options_value"] = OptionsValue("MethodOptions", options_string); in PrintServiceDescriptor()
680 string options_string; in PrintDescriptor() local
[all …]