Searched defs:AppendProperties (Results 1 – 3 of 3) sorted by relevance
31 AppendProperties(...interface{}) methodSpec40 AppendProperties(...interface{}) methodSpec
312 func (a *androidTopDownMutatorContext) AppendProperties(props ...interface{}) { func
36 func AppendProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error { func