Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/encoding/text/
H A Dencode_test.go506 runEncodeStringsTest(t, tc.in, tc.wantOut, false)
509 runEncodeStringsTest(t, tc.in, tc.wantOutASCII, true)
515 func runEncodeStringsTest(t *testing.T, in string, want string, outputASCII bool) { func