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