Home
last modified time | relevance | path

Searched defs:TargetEdgeAnnotations (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/build/make/tools/compliance/
H A Dgraph.go419 type TargetEdgeAnnotations struct { struct
420 annotations map[string]struct{}
429 func (ea TargetEdgeAnnotations) HasAnnotation(ann string) bool {
438 func (ea TargetEdgeAnnotations) Compare(other TargetEdgeAnnotations) int {
462 func (ea TargetEdgeAnnotations) AsList() []string {