Searched refs:printfIntoProperty (Results 1 – 3 of 3) sorted by relevance
484 err := printfIntoProperty(propertyValue, variableValue)490 err := printfIntoProperty(propertyValue.Index(j), variableValue)505 func printfIntoProperty(propertyValue reflect.Value, variableValue interface{}) error { func
118 err := printfIntoProperty(v, testCase.val)
554 err := printfIntoProperty(field, configValue)560 err := printfIntoProperty(field.Index(j), configValue)575 func printfIntoProperty(propertyValue reflect.Value, configValue string) error { func