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