runtime.itabTableType.count (field)

5 uses

	runtime (current package)
		iface.go#L24: 	count   uintptr             // current number of filled entries.
		iface.go#L131: 	if t.count >= 3*(t.size/4) { // 75% load factor
		iface.go#L144: 		if t2.count != t.count {
		iface.go#L179: 			t.count++