Lines Matching defs:Pointer
359 func makeBucketArray(t *maptype, b uint8, dirtyalloc unsafe.Pointer) (buckets unsafe.Pointer, nextO…
409 func mapaccess1(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {
479 func mapaccess2(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, bool) {
541 func mapaccessK(t *maptype, h *hmap, key unsafe.Pointer) (unsafe.Pointer, unsafe.Pointer) {
584 func mapaccess1_fat(t *maptype, h *hmap, key, zero unsafe.Pointer) unsafe.Pointer {
592 func mapaccess2_fat(t *maptype, h *hmap, key, zero unsafe.Pointer) (unsafe.Pointer, bool) {
615 func mapassign(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {
741 func mapdelete(t *maptype, h *hmap, key unsafe.Pointer) {
1458 func reflect_mapaccess(t *maptype, h *hmap, key unsafe.Pointer) unsafe.Pointer {
1486 func reflect_mapassign(t *maptype, h *hmap, key unsafe.Pointer, elem unsafe.Pointer) {
1492 func reflect_mapassign_faststr(t *maptype, h *hmap, key string, elem unsafe.Pointer) {
1498 func reflect_mapdelete(t *maptype, h *hmap, key unsafe.Pointer) {
1787 func keys(m any, p unsafe.Pointer) {
1851 func values(m any, p unsafe.Pointer) {