Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dtree.go342 type SpanID int type
394 func (s SpanSet) contains(rhs SpanID) bool {
408 func (s SpanSet) remove(rhs SpanID) SpanSet {
428 func (s SpanSet) add(rhs SpanID) SpanSet {
448 func (s SpanSet) invert(rhs SpanID) SpanSet {
Dcoverage_test.go344 func spans(ids ...cov.SpanID) cov.SpanSet {