Home
last modified time | relevance | path

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

/build/make/tools/compliance/
Dtest_util.go339 type actionList []action type
342 func (l actionList) String() string {
355 func (l actionList) Len() int { return len(l) }
359 func (l actionList) Swap(i, j int) { l[i], l[j] = l[j], l[i] }
363 func (l actionList) Less(i, j int) bool {
372 func asActionList(lg *LicenseGraph) actionList {
373 result := make(actionList, 0, len(lg.targets))
386 func toActionList(lg *LicenseGraph, actions []tcond) actionList {
387 result := make(actionList, 0, len(actions))