Lines Matching refs:ConvertFunc
72 // bool ConvertFunc(std::string_view s, YourEnum* result) {
81 // "your_enum", &Message::ye, &ConvertFunc);
202 typedef bool (*ConvertFunc)(const base::Value* value, FieldType* field);
204 explicit ValueFieldConverter(ConvertFunc convert_func)
212 ConvertFunc convert_func_;
221 typedef bool (*ConvertFunc)(std::string_view value, FieldType* field);
223 explicit CustomFieldConverter(ConvertFunc convert_func)
233 ConvertFunc convert_func_;
328 typedef bool (*ConvertFunc)(const base::Value* value, NestedType* field);
330 explicit RepeatedCustomValueConverter(ConvertFunc convert_func)
356 ConvertFunc convert_func_;