Searched refs:ConvertFunc (Results 1 – 1 of 1) sorted by relevance
200 typedef bool(*ConvertFunc)(const base::Value* value, FieldType* field); typedef202 explicit ValueFieldConverter(ConvertFunc convert_func) in ValueFieldConverter()210 ConvertFunc convert_func_;218 typedef bool (*ConvertFunc)(StringPiece value, FieldType* field); typedef220 explicit CustomFieldConverter(ConvertFunc convert_func) in CustomFieldConverter()230 ConvertFunc convert_func_;323 typedef bool(*ConvertFunc)(const base::Value* value, NestedType* field); typedef325 explicit RepeatedCustomValueConverter(ConvertFunc convert_func) in RepeatedCustomValueConverter()352 ConvertFunc convert_func_;