Home
last modified time | relevance | path

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

/third_party/gn/src/base/json/
H A Djson_value_converter.h72 // bool ConvertFunc(std::string_view s, YourEnum* result) {
81 // "your_enum", &Message::ye, &ConvertFunc);
202 typedef bool (*ConvertFunc)(const base::Value* value, FieldType* field); typedef in base::internal::ValueFieldConverter
204 explicit ValueFieldConverter(ConvertFunc convert_func) in ValueFieldConverter()
212 ConvertFunc convert_func_;
221 typedef bool (*ConvertFunc)(std::string_view value, FieldType* field); typedef in base::internal::CustomFieldConverter
223 explicit CustomFieldConverter(ConvertFunc convert_func) in CustomFieldConverter()
233 ConvertFunc convert_func_;
328 typedef bool (*ConvertFunc)(const base::Value* value, NestedType* field); typedef in base::internal::RepeatedCustomValueConverter
330 explicit RepeatedCustomValueConverter(ConvertFunc convert_fun
[all...]

Completed in 1 milliseconds