internal/runtime/maps.Map.Used (method)

18 uses

	internal/runtime/maps (current package)
		map.go#L393: func (m *Map) Used() uint64 {
		map.go#L404: 	if m.Used() == 0 {
		map.go#L423: 	if m.Used() == 0 {
		map.go#L644: 	if m == nil || m.Used() == 0 {
		map.go#L732: 	if m == nil || m.Used() == 0 && !m.tombstonePossible {
		runtime_fast32_swiss.go#L24: 	if m == nil || m.Used() == 0 {
		runtime_fast32_swiss.go#L93: 	if m == nil || m.Used() == 0 {
		runtime_fast32_swiss.go#L470: 	if m == nil || m.Used() == 0 {
		runtime_fast64_swiss.go#L24: 	if m == nil || m.Used() == 0 {
		runtime_fast64_swiss.go#L93: 	if m == nil || m.Used() == 0 {
		runtime_fast64_swiss.go#L509: 	if m == nil || m.Used() == 0 {
		runtime_faststr_swiss.go#L110: 	if m == nil || m.Used() == 0 {
		runtime_faststr_swiss.go#L169: 	if m == nil || m.Used() == 0 {
		runtime_faststr_swiss.go#L408: 	if m == nil || m.Used() == 0 {
		runtime_swiss.go#L54: 	if m == nil || m.Used() == 0 {
		runtime_swiss.go#L128: 	if m == nil || m.Used() == 0 {

	runtime
		map_swiss.go#L296: 	return int(m.Used())
		map_swiss.go#L313: 	return int(m.Used())