コード例 #1
0
ファイル: plugin.pb.go プロジェクト: jwk000/protorpc
func (m *CodeGeneratorResponse_File) String() string { return proto.CompactTextString(m) }
コード例 #2
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *Request) String() string { return proto.CompactTextString(m) }
コード例 #3
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *ReplyExtensions) String() string { return proto.CompactTextString(m) }
コード例 #4
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *GoTestField) String() string { return proto.CompactTextString(m) }
コード例 #5
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *NonPackedTest) String() string { return proto.CompactTextString(m) }
コード例 #6
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *SubDefaults) String() string { return proto.CompactTextString(m) }
コード例 #7
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *MoreRepeated) String() string { return proto.CompactTextString(m) }
コード例 #8
0
ファイル: descriptor.pb.go プロジェクト: jwk000/protorpc
func (m *EnumValueOptions) String() string { return proto.CompactTextString(m) }
コード例 #9
0
ファイル: descriptor.pb.go プロジェクト: jwk000/protorpc
func (m *ServiceOptions) String() string { return proto.CompactTextString(m) }
コード例 #10
0
ファイル: descriptor.pb.go プロジェクト: jwk000/protorpc
func (m *ServiceDescriptorProto) String() string { return proto.CompactTextString(m) }
コード例 #11
0
ファイル: descriptor.pb.go プロジェクト: jwk000/protorpc
func (m *MethodDescriptorProto) String() string { return proto.CompactTextString(m) }
コード例 #12
0
ファイル: descriptor.pb.go プロジェクト: jwk000/protorpc
func (m *EnumValueDescriptorProto) String() string { return proto.CompactTextString(m) }
コード例 #13
0
ファイル: descriptor.pb.go プロジェクト: jwk000/protorpc
func (m *DescriptorProto_ExtensionRange) String() string { return proto.CompactTextString(m) }
コード例 #14
0
ファイル: descriptor.pb.go プロジェクト: jwk000/protorpc
func (m *FileDescriptorSet) String() string { return proto.CompactTextString(m) }
コード例 #15
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *MessageList) String() string { return proto.CompactTextString(m) }
コード例 #16
0
ファイル: descriptor.pb.go プロジェクト: jwk000/protorpc
func (m *MethodOptions) String() string { return proto.CompactTextString(m) }
コード例 #17
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *Strings) String() string { return proto.CompactTextString(m) }
コード例 #18
0
ファイル: descriptor.pb.go プロジェクト: jwk000/protorpc
func (m *UninterpretedOption) String() string { return proto.CompactTextString(m) }
コード例 #19
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *RepeatedEnum) String() string { return proto.CompactTextString(m) }
コード例 #20
0
ファイル: text_test.go プロジェクト: jwk000/protorpc
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)
	}
}
コード例 #21
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *GoEnum) String() string { return proto.CompactTextString(m) }
コード例 #22
0
ファイル: wire.pb.go プロジェクト: jwk000/protorpc
func (m *Header) String() string { return proto.CompactTextString(m) }
コード例 #23
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *GoSkipTest) String() string { return proto.CompactTextString(m) }
コード例 #24
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *MaxTag) String() string { return proto.CompactTextString(m) }
コード例 #25
0
ファイル: echo.pb.go プロジェクト: jwk000/protorpc
func (m *EchoResponse) String() string { return proto.CompactTextString(m) }
コード例 #26
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *NewMessage_Nested) String() string { return proto.CompactTextString(m) }
コード例 #27
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *Reply_Entry) String() string { return proto.CompactTextString(m) }
コード例 #28
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *OtherMessage) String() string { return proto.CompactTextString(m) }
コード例 #29
0
ファイル: test.pb.go プロジェクト: jwk000/protorpc
func (m *OldReply) String() string { return proto.CompactTextString(m) }
コード例 #30
0
ファイル: plugin.pb.go プロジェクト: jwk000/protorpc
func (m *CodeGeneratorRequest) String() string { return proto.CompactTextString(m) }