Searched refs:apply_extras (Results 1 – 1 of 1) sorted by relevance
797 void (*apply_extras)(struct meta_value *, struct meta_obj *); member806 .apply_extras = meta_var_apply_extras,812 .apply_extras = meta_int_apply_extras,841 if (meta_type_ops(v)->apply_extras) in meta_get()842 meta_type_ops(v)->apply_extras(v, dst); in meta_get()