Searched refs:ConvertField (Results 1 – 1 of 1) sorted by relevance
101 virtual bool ConvertField(const base::Value& value, StructType* obj)128 bool ConvertField(const base::Value& value, StructType* dst) const override { in ConvertField() function499 if (!field_converter->ConvertField(*field, output)) { in Convert()