Beispiel #1
0
func (m *CodeGeneratorResponse_File) String() string { return proto.CompactTextString(m) }
Beispiel #2
0
func (m *Request) String() string { return proto.CompactTextString(m) }
Beispiel #3
0
func (m *ReplyExtensions) String() string { return proto.CompactTextString(m) }
Beispiel #4
0
func (m *GoTestField) String() string { return proto.CompactTextString(m) }
Beispiel #5
0
func (m *NonPackedTest) String() string { return proto.CompactTextString(m) }
Beispiel #6
0
func (m *SubDefaults) String() string { return proto.CompactTextString(m) }
Beispiel #7
0
func (m *MoreRepeated) String() string { return proto.CompactTextString(m) }
Beispiel #8
0
func (m *EnumValueOptions) String() string { return proto.CompactTextString(m) }
Beispiel #9
0
func (m *ServiceOptions) String() string { return proto.CompactTextString(m) }
Beispiel #10
0
func (m *ServiceDescriptorProto) String() string { return proto.CompactTextString(m) }
Beispiel #11
0
func (m *MethodDescriptorProto) String() string { return proto.CompactTextString(m) }
Beispiel #12
0
func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) }
Beispiel #13
0
func (m *DescriptorProto_ExtensionRange) String() string { return proto.CompactTextString(m) }
Beispiel #14
0
func (m *FileDescriptorSet) String() string { return proto.CompactTextString(m) }
Beispiel #15
0
func (m *MessageList) String() string { return proto.CompactTextString(m) }
Beispiel #16
0
func (m *MethodOptions) String() string { return proto.CompactTextString(m) }
Beispiel #17
0
func (m *Strings) String() string { return proto.CompactTextString(m) }
Beispiel #18
0
func (m *UninterpretedOption) String() string { return proto.CompactTextString(m) }
Beispiel #19
0
func (m *RepeatedEnum) String() string { return proto.CompactTextString(m) }
Beispiel #20
0
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)
	}
}
Beispiel #21
0
func (m *GoEnum) String() string { return proto.CompactTextString(m) }
Beispiel #22
0
func (m *Header) String() string { return proto.CompactTextString(m) }
Beispiel #23
0
func (m *GoSkipTest) String() string { return proto.CompactTextString(m) }
Beispiel #24
0
func (m *MaxTag) String() string { return proto.CompactTextString(m) }
Beispiel #25
0
func (m *EchoResponse) String() string { return proto.CompactTextString(m) }
Beispiel #26
0
func (m *NewMessage_Nested) String() string { return proto.CompactTextString(m) }
Beispiel #27
0
func (m *Reply_Entry) String() string { return proto.CompactTextString(m) }
Beispiel #28
0
func (m *OtherMessage) String() string { return proto.CompactTextString(m) }
Beispiel #29
0
func (m *OldReply) String() string { return proto.CompactTextString(m) }
Beispiel #30
0
func (m *CodeGeneratorRequest) String() string { return proto.CompactTextString(m) }