Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_value_converter.h200 typedef bool(*ConvertFunc)(const base::Value* value, FieldType* field); typedef
202 explicit ValueFieldConverter(ConvertFunc convert_func) in ValueFieldConverter()
210 ConvertFunc convert_func_;
218 typedef bool (*ConvertFunc)(StringPiece value, FieldType* field); typedef
220 explicit CustomFieldConverter(ConvertFunc convert_func) in CustomFieldConverter()
230 ConvertFunc convert_func_;
323 typedef bool(*ConvertFunc)(const base::Value* value, NestedType* field); typedef
325 explicit RepeatedCustomValueConverter(ConvertFunc convert_func) in RepeatedCustomValueConverter()
352 ConvertFunc convert_func_;