Lines Matching refs:IsNil
791 if v.IsNil() {
965 // IsNil reports whether its argument v is nil. The argument must be
967 // not, IsNil panics. Note that IsNil is not always equivalent to a
970 // i==nil will be true but v.IsNil will panic as v will be the zero
972 func (v Value) IsNil() bool {
989 panic(&ValueError{"reflect.Value.IsNil", v.kind()})
1122 if v.typ.Kind() == Interface && v.IsNil() {
2446 if v.IsNil() {