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