Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.cc421 m["options"] = OptionsValue(file_->options().SerializeAsString()); in PrintFileDescriptor()
529 OptionsValue(options_string)); in PrintEnum()
607 m["options_value"] = OptionsValue(options_string); in PrintServiceDescriptor()
631 m["options_value"] = OptionsValue(options_string); in PrintServiceDescriptor()
739 "options_value", OptionsValue(options_string), "extendable", in PrintDescriptor()
762 OptionsValue(desc->options().SerializeAsString()); in PrintDescriptor()
1109 m["options"] = OptionsValue(options_string); in PrintEnumValueDescriptor()
1118 std::string Generator::OptionsValue( in OptionsValue() function in google::protobuf::compiler::python::Generator
1144 m["serialized_options"] = OptionsValue(options_string); in PrintFieldDescriptor()
1296 std::string file_options = OptionsValue(file_->options().SerializeAsString()); in FixAllDescriptorOptions()
[all …]
Dpython_generator.h141 std::string OptionsValue(const std::string& serialized_options) const;