Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 15 of 15 for duck (0.04 sec)

  1. src/encoding/gob/type.go

    		}
    		if p := rt; p.Kind() == reflect.Pointer {
    			indir++
    			if indir > 100 { // insane number of indirections
    				return false, 0
    			}
    			rt = p.Elem()
    			continue
    		}
    		break
    	}
    	// No luck yet, but if this is a base type (non-pointer), the pointer might satisfy.
    	if typ.Kind() != reflect.Pointer {
    		// Not a pointer, but does the pointer work?
    		if reflect.PointerTo(typ).Implements(gobEncDecType) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 02:00:26 UTC 2024
    - 27.2K bytes
    - Viewed (0)
  2. src/cmd/link/link_test.go

    ancient Greenwich pensioners, wheezing by the firesides of their wards; fog in the stem and bowl of the afternoon pipe of the wrathful skipper, down in his close cabin; fog cruelly pinching the toes and fingers of his shivering little ‘prentice boy on deck. Chance people on the bridges peeping over the parapets into a nether sky of fog, with fog all round them, as if they were up in a balloon and hanging in the misty clouds.  	Gas looming through the fog in divers places in the streets, much as the sun...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 24 20:26:02 UTC 2024
    - 43.5K bytes
    - Viewed (0)
  3. src/runtime/pprof/pprof_test.go

    		},
    	}, {
    		name: "bug35538",
    		input: []uint64{
    			3, 0, 500, // hz = 500. Must match the period.
    			// Fake frame: tryAdd will have inlinedCallerDump
    			// (stack[1]) on the deck when it encounters the next
    			// inline function. It should accept this.
    			7, 0, 10, inlinedCallerStack[0], inlinedCallerStack[1], inlinedCallerStack[0], inlinedCallerStack[1],
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 18:42:28 UTC 2024
    - 68.8K bytes
    - Viewed (0)
  4. src/database/sql/sql.go

    	}
    
    	s.mu.Lock()
    	for _, v := range s.css {
    		if v.dc == dc {
    			s.mu.Unlock()
    			return dc, dc.releaseConn, v.ds, nil
    		}
    	}
    	s.mu.Unlock()
    
    	// No luck; we need to prepare the statement on this connection
    	withLock(dc, func() {
    		ds, err = s.prepareOnConnLocked(ctx, dc)
    	})
    	if err != nil {
    		dc.releaseConn(err)
    		return nil, nil, nil, err
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  5. RELEASE.md

    musikisomorphie, Nagy Mostafa, Nayana Thorat, Neil, Niels Ole Salscheider,
    Niklas SilfverströM, Niranjan Hasabnis, ocjosen, olramde, Pariksheet Pinjari,
    Patrick J. Lopresti, Patrik Gustavsson, per1234, PeterLee, Phan Van Nguyen Duc,
    Phillip Kravtsov, Pooya Davoodi, Pranav Marathe, Putra Manggala, Qingqing Cao,
    Rajeshwar Reddy T, Ramon ViñAs, Rasmus Diederichsen, Reuben Morais, richardbrks,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
Back to top