Home
last modified time | relevance | path

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

/external/libchrome/base/json/
Djson_value_converter.h201 typedef bool(*ConvertFunc)(const base::Value* value, FieldType* field); typedef
203 ValueFieldConverter(ConvertFunc convert_func) in ValueFieldConverter()
211 ConvertFunc convert_func_;
219 typedef bool(*ConvertFunc)(const StringPiece& value, FieldType* field); typedef
221 CustomFieldConverter(ConvertFunc convert_func) in CustomFieldConverter()
231 ConvertFunc convert_func_;
323 typedef bool(*ConvertFunc)(const base::Value* value, NestedType* field); typedef
325 RepeatedCustomValueConverter(ConvertFunc convert_func) in RepeatedCustomValueConverter()
352 ConvertFunc convert_func_;