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

18 uses

	internal/runtime/maps (current package)
		map.go#L397: func (m *Map) Used() uint64 {
		map.go#L408: 	if m.Used() == 0 {
		map.go#L427: 	if m.Used() == 0 {
		map.go#L648: 	if m == nil || m.Used() == 0 {
		map.go#L736: 	if m == nil || m.Used() == 0 && !m.tombstonePossible {
		runtime.go#L70: 	if m == nil || m.Used() == 0 {
		runtime.go#L145: 	if m == nil || m.Used() == 0 {
		runtime_fast32.go#L22: 	if m == nil || m.Used() == 0 {
		runtime_fast32.go#L92: 	if m == nil || m.Used() == 0 {
		runtime_fast32.go#L472: 	if m == nil || m.Used() == 0 {
		runtime_fast64.go#L22: 	if m == nil || m.Used() == 0 {
		runtime_fast64.go#L92: 	if m == nil || m.Used() == 0 {
		runtime_fast64.go#L512: 	if m == nil || m.Used() == 0 {
		runtime_faststr.go#L108: 	if m == nil || m.Used() == 0 {
		runtime_faststr.go#L168: 	if m == nil || m.Used() == 0 {
		runtime_faststr.go#L409: 	if m == nil || m.Used() == 0 {

	runtime
		map.go#L292: 	return int(m.Used())
		map.go#L309: 	return int(m.Used())