Home
last modified time | relevance | path

Searched refs:CreateMockTable (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/go-cmp/cmp/internal/teststructs/
H A Dproject3.go78 func CreateMockTable(s []string) *MockTable { return &MockTable{s} } func
/aosp_15_r20/external/go-cmp/cmp/
H A Dcompare_test.go2823 d.SetTable(ts.CreateMockTable([]string{"a", "b", "c"}))
2859 d.SetTable(ts.CreateMockTable([]string{"a", "c"}))