Home
last modified time | relevance | path

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

/external/grpc-grpc/tools/http2_interop/
Dhttp2interop_test.go90 err := testShortPreface(ctx, Preface[:i]+"X")
Dhttp2interop.go194 func testShortPreface(ctx *HTTP2InteropCtx, prefacePrefix string) error { func