Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for 39999999999999999 (0.09 sec)

  1. src/reflect/all_test.go

    		}
    	}
    }
    
    func TestZeroSet(t *testing.T) {
    	type T [16]byte
    	type S struct {
    		a uint64
    		T T
    		b uint64
    	}
    	v := S{
    		a: 0xaaaaaaaaaaaaaaaa,
    		T: T{9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9, 9},
    		b: 0xbbbbbbbbbbbbbbbb,
    	}
    	ValueOf(&v).Elem().Field(1).Set(Zero(TypeOf(T{})))
    	if v != (S{
    		a: 0xaaaaaaaaaaaaaaaa,
    		b: 0xbbbbbbbbbbbbbbbb,
    	}) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  2. src/encoding/json/testdata/code.json.gz

    l_test.go","kids":[],"cl_weight":0.1,"touches":1,"min_t":1316289444,"max_t":1316289444,"mean_t":1316289444},{"name":"transport.go","kids":[],"cl_weight":0.1,"touches":1,"min_t":1316289444,"max_t":1316289444,"mean_t":1316289444}],"cl_weight":0.9999999999999999,"touches":1,"min_t":1316289444,"max_t":1316289444,"mean_t":1316289444},{"name":"draw","kids":[{"name":"Makefile","kids":[],"cl_weight":1,"touches":1,"min_t":1258062920,"max_t":1258062920,"mean_t":1258062920}],"cl_weight":1,"touches":1,"min_...
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Mar 25 04:02:36 UTC 2016
    - 117.6K bytes
    - Viewed (0)
Back to top