/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/ |
D | span.go | 53 type Span struct { struct 54 Start, End Location 57 func (s Span) String() string { 62 func (s Span) Compare(o Span) int { 77 func (s Span) Before(o Span) bool { return s.Compare(o) == -1 } 80 … (s Span) Inside(o Span) bool { return s.Start.Compare(o.Start) >= 0 && s.End.Compare(o.End) <= 0 } 86 func (l *SpanList) Add(s Span) { 117 func (l *SpanList) Remove(s Span) {
|
D | coverage_test.go | 301 func checkSpans(t *testing.T, got []cov.Span, expect ...cov.Span) { 333 func coverage(file string, spans ...cov.Span) *cov.Coverage {
|
D | import.go | 144 func appendSpan(spans []Span, span Span) []Span {
|
D | span_test.go | 162 func checkSpanList(t *testing.T, got cov.SpanList, expect ...cov.Span) {
|
D | serialization.go | 133 func (t *Tree) writeSpanJSON(span Span, sb *strings.Builder) { 139 func (t *Tree) writeFilesJSON(spansByID map[SpanID]Span, sb *strings.Builder) {
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/ |
D | span.go | 26 type Span struct { struct 27 v span 75 func Compare(a, b Span) int { 114 func (s Span) HasPosition() bool { return s.v.Start.hasPosition() } 115 func (s Span) HasOffset() bool { return s.v.Start.hasOffset() } 116 func (s Span) IsValid() bool { return s.v.Start.isValid() } 117 func (s Span) IsPoint() bool { return s.v.Start == s.v.End } 118 func (s Span) URI() URI { return s.v.URI } 119 func (s Span) Start() Point { return Point{s.v.Start} } 120 func (s Span) End() Point { return Point{s.v.End} } [all …]
|
D | token.go | 72 func (r Range) Span() (Span, error) { func
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/ |
D | span.go | 26 type Span struct { struct 27 v span 75 func Compare(a, b Span) int { 114 func (s Span) HasPosition() bool { return s.v.Start.hasPosition() } 115 func (s Span) HasOffset() bool { return s.v.Start.hasOffset() } 116 func (s Span) IsValid() bool { return s.v.Start.isValid() } 117 func (s Span) IsPoint() bool { return s.v.Start == s.v.End } 118 func (s Span) URI() URI { return s.v.URI } 119 func (s Span) Start() Point { return Point{s.v.Start} } 120 func (s Span) End() Point { return Point{s.v.End} } [all …]
|
/third_party/spirv-tools/utils/vscode/src/lsp/span/ |
D | span.go | 26 type Span struct { struct 27 v span 75 func Compare(a, b Span) int { 114 func (s Span) HasPosition() bool { return s.v.Start.hasPosition() } 115 func (s Span) HasOffset() bool { return s.v.Start.hasOffset() } 116 func (s Span) IsValid() bool { return s.v.Start.isValid() } 117 func (s Span) IsPoint() bool { return s.v.Start == s.v.End } 118 func (s Span) URI() URI { return s.v.URI } 119 func (s Span) Start() Point { return Point{s.v.Start} } 120 func (s Span) End() Point { return Point{s.v.End} } [all …]
|
D | token.go | 72 func (r Range) Span() (Span, error) { func
|
/third_party/skia/modules/skplaintexteditor/include/ |
D | stringview.h | 11 struct Span { struct 16 using StringView = Span<const char>; argument
|
/third_party/flutter/skia/experimental/editor/ |
D | stringview.h | 11 struct Span { struct 16 using StringView = Span<const char>; argument
|
/third_party/icu/tools/cldr/cldr-to-icu/src/main/java/org/unicode/icu/tool/cldrtoicu/localedistance/ |
D | Trie.java | 50 final class Span { class in Trie 55 private Span() { in Span() method in Trie.Span 60 private Span(int index, String prefix) { in Span() method in Trie.Span
|
/third_party/abseil-cpp/absl/types/ |
D | span.h | 187 constexpr Span() noexcept : Span(nullptr, 0) {} in Span() function 188 constexpr Span(pointer array, size_type length) noexcept in Span() function 193 constexpr Span(T (&a)[N]) noexcept // NOLINT(runtime/explicit) in Span() function 200 explicit Span(V& v) noexcept // NOLINT(runtime/references) in Span() function 206 constexpr Span(const V& v) noexcept // NOLINT(runtime/explicit) in Span() function 246 Span( in Span() function
|
/third_party/skia/third_party/externals/abseil-cpp/absl/types/ |
D | span.h | 187 constexpr Span() noexcept : Span(nullptr, 0) {} in Span() function 188 constexpr Span(pointer array, size_type length) noexcept in Span() function 193 constexpr Span(T (&a)[N]) noexcept // NOLINT(runtime/explicit) in Span() function 200 explicit Span(V& v) noexcept // NOLINT(runtime/references) in Span() function 206 constexpr Span(const V& v) noexcept // NOLINT(runtime/explicit) in Span() function 246 Span(std::initializer_list<value_type> v in Span() function
|
/third_party/skia/third_party/externals/swiftshader/src/Device/ |
D | Primitive.hpp | 61 struct Span struct 63 unsigned short left; 64 unsigned short right;
|
/third_party/skia/third_party/externals/swiftshader/src/Renderer/ |
D | Primitive.hpp | 66 struct Span struct 68 unsigned short left; 69 unsigned short right;
|
/third_party/boost/boost/hana/ |
D | span.hpp | 35 using Span = BOOST_HANA_DISPATCH_IF(span_impl<S>, in operator ()() typedef
|
/third_party/boost/libs/hana/include/boost/hana/ |
D | span.hpp | 35 using Span = BOOST_HANA_DISPATCH_IF(span_impl<S>, in operator ()() typedef
|
/third_party/grpc/src/cpp/ext/filters/census/ |
D | context.h | 67 const ::opencensus::trace::Span& Span() const { return span_; } in Span() function
|
/third_party/skia/third_party/externals/dawn/src/tests/unittests/ |
D | ITypSpanTests.cpp | 26 using Span = ityp::span<Key, Val>; typedef in ITypSpanTest
|
/third_party/skia/src/gpu/effects/ |
D | GrTextureEffect.cpp | 46 struct Span { in Sampling() struct 47 float fA = 0.f, fB = 0.f; in Sampling() 49 Span makeInset(float o) const { in Sampling() 57 bool contains(Span r) const { return fA <= r.fA && fB >= r.fB; } in Sampling()
|
/third_party/skia/third_party/externals/abseil-cpp/ |
D | absl_hardening_test.cc | 59 TEST(AbslHardeningTest, Span) { in TEST() argument
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | span.go | 75 func (m *ColumnMapper) Span(l Location) (span.Span, error) { func
|
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/ |
D | span.go | 75 func (m *ColumnMapper) Span(l Location) (span.Span, error) { func
|