Home
last modified time | relevance | path

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

/aosp_15_r20/external/golang-protobuf/internal/filedesc/
H A Ddesc_test.go217 t.Run("Format", func(t *testing.T) { t.Parallel(); testFileFormat(t, tt.desc) })
602 func testFileFormat(t *testing.T, fd protoreflect.FileDescriptor) { func