Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for ab2 (0.01 sec)

  1. src/cmd/compile/internal/test/abiutils_test.go

    	i16 := types.Types[types.TINT16]
    	tb := types.Types[types.TBOOL]
    	ab2 := types.NewArray(tb, 2)
    	a2 := types.NewArray(i64, 2)
    	a3 := types.NewArray(i16, 3)
    	empty := mkstruct()
    	s := mkstruct(a2, empty)
    	s2 := mkstruct(a3, empty)
    	fs := mkstruct(f64, s, empty)
    	ft := mkFuncType(nil, []*types.Type{s, ab2, s2, fs, fs},
    		[]*types.Type{fs, ab2, fs})
    
    	exp := makeExpectedDump(`
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Oct 04 15:11:40 UTC 2023
    - 14.2K bytes
    - Viewed (0)
  2. staging/src/k8s.io/apimachinery/pkg/runtime/converter_test.go

    	}
    
    	// combined tests everything together
    	var combinedData = `
    	{
    		"ia": {
    			"aa": 1,
    			"ab": "ab",
    			"unknownI": "foo"
    		},
    		"ha": {
    			"aa": 2,
    			"ab": "ab2",
    			"unknownH": "foo"
    		},
    		"ca":[
    			{
    				"aa":1,
    				"ab":"11",
    				"ac":true
    			},
    			{
    				"aa":2,
    				"ab":"22",
    				"unknown1": "foo"
    			},
    			{
    				"aa":3,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jul 11 16:02:13 UTC 2023
    - 22.9K bytes
    - Viewed (0)
Back to top