Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dtree.go345 type SpanSet map[SpanID]struct{} type
399 func (s SpanSet) containsAll(rhs SpanSet) bool {
418 func (s SpanSet) removeAll(rhs SpanSet) SpanSet {
437 func (s SpanSet) addAll(rhs SpanSet) SpanSet {
455 func (s SpanSet) invertAll(rhs SpanSet) SpanSet {