Searched refs:testPopulateMessage (Results 1 – 1 of 1) sorted by relevance
/aosp_15_r20/external/golang-protobuf/internal/testprotos/nullable/ |
H A D | nullable_test.go | 45 populated := testPopulateMessage(t, m1, 2) 140 func testPopulateMessage(t *testing.T, m protoreflect.Message, depth int) bool { func 157 populatedField = testPopulateMessage(t, ls.AppendMutable().Message(), depth-1) 169 populatedField = testPopulateMessage(t, m2, depth-1) 176 populatedField = testPopulateMessage(t, m.Mutable(fd).Message(), depth-1)
|