Home
last modified time | relevance | path

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

/dports/dns/dnscrypt-proxy2/dnscrypt-proxy-2.1.1/vendor/github.com/chavacava/garif/
H A Dconstructors.go103 func NewGraphTraversal() *GraphTraversal {
104 return &GraphTraversal{}
H A Dmodels.go423 type GraphTraversal struct { struct
926 GraphTraversals []*GraphTraversal `json:"graphTraversals,omitempty"`
/dports/www/pomerium/pomerium-0.8.3/vendor/github.com/open-policy-agent/opa/ast/
H A Dcompile.go1734 type GraphTraversal struct { struct
1740 func NewGraphTraversal(graph *Graph) *GraphTraversal {
1741 return &GraphTraversal{
1748 func (g *GraphTraversal) Edges(x util.T) []util.T { argument
1757 func (g *GraphTraversal) Visited(u util.T) bool { argument