Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIndex32 (0.35 sec)

  1. src/index/suffixarray/suffixarray_test.go

    		testSaveRestore(t, &tc, x)
    		testLookups(t, &tc, x, 0)
    		testLookups(t, &tc, x, 1)
    		testLookups(t, &tc, x, 10)
    		testLookups(t, &tc, x, 2e9)
    		testLookups(t, &tc, x, -1)
    	}
    }
    
    func TestIndex32(t *testing.T) {
    	testIndex(t)
    }
    
    func TestIndex64(t *testing.T) {
    	maxData32 = -1
    	defer func() {
    		maxData32 = realMaxData32
    	}()
    	testIndex(t)
    }
    
    func TestNew32(t *testing.T) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 14.1K bytes
    - Viewed (0)
Back to top