Searched refs:TOPOLOGICAL (Results 1 – 2 of 2) sorted by relevance
55 TOPOLOGICAL const64 case TOPOLOGICAL:75 if order == TOPOLOGICAL {96 reverse: order == TOPOLOGICAL,
45 a := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("a")).Build()46 b := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("b")).Transitive(a).Build()47 c := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("c")).Transitive(a).Build()48 d := NewDepSetBuilder(TOPOLOGICAL).Direct(PathForTesting("d")).Transitive(b, c).Build()267 depSet := tt.depSet(t, TOPOLOGICAL)277 orders := []DepSetOrder{POSTORDER, PREORDER, TOPOLOGICAL}