Home | History | Annotate | Download | only in json

Lines Matching refs:IsNil

177 	if rv.Kind() != reflect.Ptr || rv.IsNil() {
449 if v.Kind() == reflect.Interface && !v.IsNil() {
451 if e.Kind() == reflect.Ptr && !e.IsNil() && (!decodingNull || e.Elem().Kind() == reflect.Ptr) {
464 if v.IsNil() {
639 if v.IsNil() {
703 if subv.IsNil() {