Exemple #1
0
func (m *Ann) String() string { return proto.CompactTextString(m) }
Exemple #2
0
func (m *RefDefKey) String() string { return proto.CompactTextString(m) }
Exemple #3
0
func (m *Output) String() string { return proto.CompactTextString(m) }
Exemple #4
0
func (m *Signature) String() string { return proto.CompactTextString(m) }
Exemple #5
0
func (m *Branch) String() string { return proto.CompactTextString(m) }
Exemple #6
0
func (m *SearchResult) String() string { return proto.CompactTextString(m) }
Exemple #7
0
func (m *Commit) String() string { return proto.CompactTextString(m) }
Exemple #8
0
func (m *BranchesOptions) String() string { return proto.CompactTextString(m) }
Exemple #9
0
func (m *SearchOptions) String() string { return proto.CompactTextString(m) }
Exemple #10
0
func (m *DefDoc) String() string { return proto.CompactTextString(m) }
Exemple #11
0
func (m *BehindAhead) String() string { return proto.CompactTextString(m) }
Exemple #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)
	}
}
Exemple #13
0
func (m *TreeEntry) String() string { return proto.CompactTextString(m) }
Exemple #14
0
func (m *GetFileOptions) String() string { return proto.CompactTextString(m) }
Exemple #15
0
func (m *FileRange) String() string { return proto.CompactTextString(m) }
Exemple #16
0
func (m *RepoSourceUnit) String() string { return proto.CompactTextString(m) }