Searched refs:TargetNodeList (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/compliance/ |
D | graph.go | 83 func (lg *LicenseGraph) Targets() TargetNodeList { 84 targets := make(TargetNodeList, 0, len(lg.targets)) 494 type TargetNodeList []*TargetNode type 497 func (l TargetNodeList) Len() int { return len(l) } 500 func (l TargetNodeList) Swap(i, j int) { l[i], l[j] = l[j], l[i] } 503 func (l TargetNodeList) Less(i, j int) bool { 508 func (l TargetNodeList) String() string { 521 func (l TargetNodeList) Names() []string {
|
D | resolutionset.go | 60 func (rs ResolutionSet) AttachesTo() TargetNodeList { 61 result := make(TargetNodeList, 0, len(rs))
|
/build/make/tools/compliance/cmd/rtrace/ |
D | rtrace.go | 235 targets := make(compliance.TargetNodeList, 0, len(actions))
|