Home
last modified time | relevance | path

Searched refs:unpackBool (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/
Dunpack.go228 newErrs = unpackBool(fieldValue, packedProperty.property)
237 newErrs = unpackBool(newValue.Elem(), packedProperty.property)
278 func unpackBool(boolValue reflect.Value, property *parser.Property) []error { func