Home
last modified time | relevance | path

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

/external/libtextclassifier/smartselect/
Dfeature-processor.h50 const std::string& serialized_options);
109 explicit FeatureProcessor(const std::string& serialized_options) in FeatureProcessor() argument
110 : FeatureProcessor(internal::ParseSerializedOptions(serialized_options)) { in FeatureProcessor()
Dfeature-processor.cc58 const std::string& serialized_options) { in ParseSerializedOptions() argument
60 options.ParseFromString(serialized_options); in ParseSerializedOptions()
/external/protobuf/src/google/protobuf/compiler/python/
Dpython_generator.h136 const string& serialized_options) const;
Dpython_generator.cc1033 const string& class_name, const string& serialized_options) const { in OptionsValue()
1034 if (serialized_options.length() == 0 || GeneratingDescriptorProto()) { in OptionsValue()
1041 + CEscape(serialized_options)+ "'))"; //##PY25 in OptionsValue()