Searched refs:OptionsValue (Results 1 – 2 of 2) sorted by relevance
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/compiler/python/ |
D | python_generator.cc | 512 OptionsValue("EnumOptions", options_string)); in PrintEnum() 583 m["options_value"] = OptionsValue("ServiceOptions", options_string); in PrintServiceDescriptor() 607 m["options_value"] = OptionsValue("MethodOptions", options_string); in PrintServiceDescriptor() 714 "options_value", OptionsValue("MessageOptions", options_string), in PrintDescriptor() 739 OptionsValue("OneofOptions", desc->options().SerializeAsString()); in PrintDescriptor() 1056 m["options"] = OptionsValue("EnumValueOptions", options_string); in PrintEnumValueDescriptor() 1067 string Generator::OptionsValue( in OptionsValue() function in google::protobuf::compiler::python::Generator 1096 m["options"] = OptionsValue("FieldOptions", options_string); in PrintFieldDescriptor() 1251 string file_options = OptionsValue( in FixAllDescriptorOptions() 1274 string oneof_options = OptionsValue( in FixOptionsForOneof() [all …]
|
D | python_generator.h | 136 string OptionsValue(const string& class_name,
|