예제 #1
0
func (m *MethodDescriptorProto) String() string { return proto.CompactTextString(m) }
예제 #2
0
func (m *MessageOptions) String() string { return proto.CompactTextString(m) }
예제 #3
0
func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) }
예제 #4
0
func (m *ServiceDescriptorProto) String() string { return proto.CompactTextString(m) }
예제 #5
0
파일: test.pb.go 프로젝트: kxtry/goprotobuf
func (m *Request_SomeGroup) String() string { return proto.CompactTextString(m) }
예제 #6
0
func (m *DescriptorProto_ExtensionRange) String() string { return proto.CompactTextString(m) }
예제 #7
0
func (m *UninterpretedOption_NamePart) String() string { return proto.CompactTextString(m) }
예제 #8
0
func (m *CodeGeneratorResponse) String() string { return proto.CompactTextString(m) }
예제 #9
0
func (m *EnumValueOptions) String() string { return proto.CompactTextString(m) }
예제 #10
0
func (m *ServiceOptions) String() string { return proto.CompactTextString(m) }
예제 #11
0
파일: test.pb.go 프로젝트: kxtry/goprotobuf
func (m *OldReply) String() string { return proto.CompactTextString(m) }
예제 #12
0
파일: test.pb.go 프로젝트: kxtry/goprotobuf
func (m *ReplyExtensions) String() string { return proto.CompactTextString(m) }
예제 #13
0
파일: test.pb.go 프로젝트: kxtry/goprotobuf
func (m *Reply_Entry) String() string { return proto.CompactTextString(m) }
예제 #14
0
func (m *FieldOptions) String() string { return proto.CompactTextString(m) }
예제 #15
0
func (m *SourceCodeInfo_Location) String() string { return proto.CompactTextString(m) }
예제 #16
0
func (m *CodeGeneratorRequest) String() string { return proto.CompactTextString(m) }
예제 #17
0
func (m *FileDescriptorSet) String() string { return proto.CompactTextString(m) }
예제 #18
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)
	}
}
예제 #19
0
파일: test.pb.go 프로젝트: kxtry/goprotobuf
func (m *Request) String() string { return proto.CompactTextString(m) }