func (m *MethodDescriptorProto) String() string { return proto.CompactTextString(m) }
func (m *MessageOptions) String() string { return proto.CompactTextString(m) }
func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) }
func (m *ServiceDescriptorProto) String() string { return proto.CompactTextString(m) }
func (m *Request_SomeGroup) String() string { return proto.CompactTextString(m) }
func (m *DescriptorProto_ExtensionRange) String() string { return proto.CompactTextString(m) }
func (m *UninterpretedOption_NamePart) String() string { return proto.CompactTextString(m) }
func (m *CodeGeneratorResponse) String() string { return proto.CompactTextString(m) }
func (m *EnumValueOptions) String() string { return proto.CompactTextString(m) }
func (m *ServiceOptions) String() string { return proto.CompactTextString(m) }
func (m *OldReply) String() string { return proto.CompactTextString(m) }
func (m *ReplyExtensions) String() string { return proto.CompactTextString(m) }
func (m *Reply_Entry) String() string { return proto.CompactTextString(m) }
func (m *FieldOptions) String() string { return proto.CompactTextString(m) }
func (m *SourceCodeInfo_Location) String() string { return proto.CompactTextString(m) }
func (m *CodeGeneratorRequest) String() string { return proto.CompactTextString(m) }
func (m *FileDescriptorSet) String() string { return proto.CompactTextString(m) }
func TestCompactText(t *testing.T) { s := proto.CompactTextString(newTestMessage()) if s != compactText { t.Errorf("Got:\n===\n%v===\nExpected:\n===\n%v\n===\n", s, compactText) } }
func (m *Request) String() string { return proto.CompactTextString(m) }