func runtime.isEmpty

22 uses

	runtime (current package)
		map.go#L110: func isEmpty(x uint8) bool {
		map.go#L612: 				if isEmpty(b.tophash[i]) && inserti == nil {
		map.go#L900: 		if isEmpty(b.tophash[offi]) || b.tophash[offi] == evacuatedEmpty {
		map.go#L1165: 				if isEmpty(top) {
		map_fast32.go#L44: 			if *(*uint32)(k) == key && !isEmpty(b.tophash[i]) {
		map_fast32.go#L84: 			if *(*uint32)(k) == key && !isEmpty(b.tophash[i]) {
		map_fast32.go#L126: 			if isEmpty(b.tophash[i]) {
		map_fast32.go#L216: 			if isEmpty(b.tophash[i]) {
		map_fast32.go#L298: 			if key != *(*uint32)(k) || isEmpty(b.tophash[i]) {
		map_fast32.go#L401: 				if isEmpty(top) {
		map_fast64.go#L44: 			if *(*uint64)(k) == key && !isEmpty(b.tophash[i]) {
		map_fast64.go#L84: 			if *(*uint64)(k) == key && !isEmpty(b.tophash[i]) {
		map_fast64.go#L126: 			if isEmpty(b.tophash[i]) {
		map_fast64.go#L216: 			if isEmpty(b.tophash[i]) {
		map_fast64.go#L298: 			if key != *(*uint64)(k) || isEmpty(b.tophash[i]) {
		map_fast64.go#L403: 				if isEmpty(top) {
		map_faststr.go#L31: 				if k.len != key.len || isEmpty(b.tophash[i]) {
		map_faststr.go#L47: 			if k.len != key.len || isEmpty(b.tophash[i]) {
		map_faststr.go#L126: 				if k.len != key.len || isEmpty(b.tophash[i]) {
		map_faststr.go#L142: 			if k.len != key.len || isEmpty(b.tophash[i]) {
		map_faststr.go#L239: 				if isEmpty(b.tophash[i]) && insertb == nil {
		map_faststr.go#L426: 				if isEmpty(top) {