Home
last modified time | relevance | path

Searched refs:MkModuleDiff (Results 1 – 3 of 3) sorted by relevance

/build/bazel/mkcompare/
Dmkdiff_test.go84 want MkModuleDiff
91 want: MkModuleDiff{},
98 want: MkModuleDiff{
107 want: MkModuleDiff{
Dmkdiff.go60 type MkModuleDiff struct { struct
71 func (d *MkModuleDiff) Empty() bool { argument
76 func (d *MkModuleDiff) Print(sink io.Writer, name string) { argument
111 func Compare(refMod *MkModule, ourMod *MkModule, varFilter func(string) bool) MkModuleDiff {
112 d := MkModuleDiff{
/build/bazel/mkcompare/cmd/
Dmkcompare.go101 mkcompare.MkModuleDiff anonMember
178 MkModuleDiff: d,