Searched refs:testJSONFilter (Results 1 – 3 of 3) sorted by relevance
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/ |
D | testjson_test.go | 49 checkJSONFilterWith(t, want, func(f *testJSONFilter) { 57 checkJSONFilterWith(t, want, func(f *testJSONFilter) { 69 checkJSONFilterWith(t, want, func(f *testJSONFilter) { 74 func checkJSONFilterWith(t *testing.T, want string, write func(*testJSONFilter)) { argument 78 f := &testJSONFilter{w: out, variant: "variant"}
|
D | testjson.go | 31 type testJSONFilter struct { struct 38 func (f *testJSONFilter) Write(b []byte) (int, error) { argument 66 func (f *testJSONFilter) Flush() { argument 74 func (f *testJSONFilter) process(line []byte) { argument
|
D | test.go | 391 f := &testJSONFilter{w: stdout, variant: opts.variant}
|