Home
last modified time | relevance | path

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

/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/
Dpython_generator.cc498 string options_string; in PrintEnum() local
499 enum_descriptor.options().SerializeToString(&options_string); in PrintEnum()
512 OptionsValue("EnumOptions", options_string)); in PrintEnum()
571 string options_string; in PrintServiceDescriptor() local
572 descriptor.options().SerializeToString(&options_string); in PrintServiceDescriptor()
583 m["options_value"] = OptionsValue("ServiceOptions", options_string); in PrintServiceDescriptor()
598 method->options().SerializeToString(&options_string); in PrintServiceDescriptor()
604 m["serialized_options"] = CEscape(options_string); in PrintServiceDescriptor()
607 m["options_value"] = OptionsValue("MethodOptions", options_string); in PrintServiceDescriptor()
708 string options_string; in PrintDescriptor() local
[all …]