Lines Matching defs:Message
28 type Message struct { struct
31 Resolver interface {
39 func (test Message) Test(t testing.TB, mt protoreflect.MessageType) {
209 func testField(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
319 func testFieldMap(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
443 func testFieldList(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
545 func testFieldFloat(t testing.TB, m protoreflect.Message, fd protoreflect.FieldDescriptor) {
568 func testOneof(t testing.TB, m protoreflect.Message, od protoreflect.OneofDescriptor) {
596 func testUnknown(t testing.TB, m protoreflect.Message) {
729 func newValue(m protoreflect.Message, fd protoreflect.FieldDescriptor, n seed, stack []protoreflect…
864 func populateMessage(m protoreflect.Message, n seed, stack []protoreflect.MessageDescriptor) protor…