Searched refs:apply_extras (Results 1 – 1 of 1) sorted by relevance
749 void (*apply_extras)(struct meta_value *, struct meta_obj *); member758 .apply_extras = meta_var_apply_extras,764 .apply_extras = meta_int_apply_extras,793 if (meta_type_ops(v)->apply_extras) in meta_get()794 meta_type_ops(v)->apply_extras(v, dst); in meta_get()