Home | History | Annotate | Download | only in gob

Lines Matching refs:EmptyMap

553 		EmptyMap map[string]int // to check that we receive a non-nil map.
569 EmptyMap: make(map[string]int),
592 if t1.EmptyMap == nil {
595 if _t1.EmptyMap == nil {