Example #1
0
File: ann.pb.go Project: sombr/ccat
func (m *Ann) String() string { return proto.CompactTextString(m) }
Example #2
0
File: ref.pb.go Project: sombr/ccat
func (m *RefDefKey) String() string { return proto.CompactTextString(m) }
Example #3
0
func (m *Output) String() string { return proto.CompactTextString(m) }
Example #4
0
File: vcs.pb.go Project: sombr/ccat
func (m *Signature) String() string { return proto.CompactTextString(m) }
Example #5
0
File: vcs.pb.go Project: sombr/ccat
func (m *Branch) String() string { return proto.CompactTextString(m) }
Example #6
0
File: vcs.pb.go Project: sombr/ccat
func (m *SearchResult) String() string { return proto.CompactTextString(m) }
Example #7
0
File: vcs.pb.go Project: sombr/ccat
func (m *Commit) String() string { return proto.CompactTextString(m) }
Example #8
0
File: vcs.pb.go Project: sombr/ccat
func (m *BranchesOptions) String() string { return proto.CompactTextString(m) }
Example #9
0
File: vcs.pb.go Project: sombr/ccat
func (m *SearchOptions) String() string { return proto.CompactTextString(m) }
Example #10
0
File: def.pb.go Project: sombr/ccat
func (m *DefDoc) String() string { return proto.CompactTextString(m) }
Example #11
0
File: vcs.pb.go Project: sombr/ccat
func (m *BehindAhead) String() string { return proto.CompactTextString(m) }
Example #12
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)
	}
}
Example #13
0
func (m *TreeEntry) String() string { return proto.CompactTextString(m) }
Example #14
0
func (m *GetFileOptions) String() string { return proto.CompactTextString(m) }
Example #15
0
func (m *FileRange) String() string { return proto.CompactTextString(m) }
Example #16
0
func (m *RepoSourceUnit) String() string { return proto.CompactTextString(m) }