Searched defs:attr_value_binder (Results 1 – 1 of 1) sorted by relevance
36 struct attr_value_binder { struct40 attr_value_binder(ValueType *bv) : bind_value(bv) {} in attr_value_binder() argument42 bool match(const Attribute &attr) { in match()