Searched refs:PrependProperties (Results 1 – 6 of 6) sorted by relevance
35 PrependProperties(...interface{}) methodSpec82 func (l *loadHookContext) PrependProperties(props ...interface{}) { func
278 err := proptools.PrependProperties(defaultableProp, def, nil)
301 func (t *topDownMutatorContext) PrependProperties(props ...interface{}) { func
221 ctx.PrependProperties(p)
54 func PrependProperties(dst interface{}, src interface{}, filter ExtendPropertyFilterFunc) error { func
1067 err = PrependProperties(got, testCase.in2, testCase.filter)