Searched defs:TargetEdge (Results 1 – 3 of 3) sorted by relevance
/build/make/tools/compliance/ |
D | policy_policy.go | 194 func depConditionsPropagatingToTarget(lg *LicenseGraph, e *TargetEdge, depConditions LicenseConditi… 221 func targetConditionsPropagatingToDep(lg *LicenseGraph, e *TargetEdge, targetConditions LicenseCond… 255 func conditionsAttachingAcrossEdge(lg *LicenseGraph, e *TargetEdge, universe LicenseConditionSet) L… 273 func edgeIsDynamicLink(e *TargetEdge) bool { 279 func edgeIsDerivation(e *TargetEdge) bool { 287 func edgeNodesAreIndependentModules(e *TargetEdge) bool {
|
D | graph.go | 110 type TargetEdge struct { struct 112 target, dependency *TargetNode 115 annotations TargetEdgeAnnotations 121 func (e *TargetEdge) Target() *TargetNode { 128 func (e *TargetEdge) Dependency() *TargetNode { 138 func (e *TargetEdge) Annotations() TargetEdgeAnnotations { 143 func (e *TargetEdge) String() string { 224 func (p *TargetEdgePath) Push(edge *TargetEdge, ctx interface{}) {
|
D | policy_walk.go | 21 Context(lg *LicenseGraph, path TargetEdgePath, edge *TargetEdge) interface{}
|