Home
last modified time | relevance | path

Searched defs:Span (Results 1 – 25 of 40) sorted by relevance

12

/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
Dspan.go53 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) {
Dcoverage_test.go301 func checkSpans(t *testing.T, got []cov.Span, expect ...cov.Span) {
333 func coverage(file string, spans ...cov.Span) *cov.Coverage {
Dimport.go144 func appendSpan(spans []Span, span Span) []Span {
Dspan_test.go162 func checkSpanList(t *testing.T, got cov.SpanList, expect ...cov.Span) {
Dserialization.go133 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/
Dspan.go26 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 …]
Dtoken.go72 func (r Range) Span() (Span, error) { func
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dspan.go26 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/
Dspan.go26 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 …]
Dtoken.go72 func (r Range) Span() (Span, error) { func
/third_party/skia/modules/skplaintexteditor/include/
Dstringview.h11 struct Span { struct
16 using StringView = Span<const char>; argument
/third_party/flutter/skia/experimental/editor/
Dstringview.h11 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/
DTrie.java50 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/
Dspan.h187 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/
Dspan.h187 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/
DPrimitive.hpp61 struct Span struct
63 unsigned short left;
64 unsigned short right;
/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPrimitive.hpp66 struct Span struct
68 unsigned short left;
69 unsigned short right;
/third_party/boost/boost/hana/
Dspan.hpp35 using Span = BOOST_HANA_DISPATCH_IF(span_impl<S>, in operator ()() typedef
/third_party/boost/libs/hana/include/boost/hana/
Dspan.hpp35 using Span = BOOST_HANA_DISPATCH_IF(span_impl<S>, in operator ()() typedef
/third_party/grpc/src/cpp/ext/filters/census/
Dcontext.h67 const ::opencensus::trace::Span& Span() const { return span_; } in Span() function
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DITypSpanTests.cpp26 using Span = ityp::span<Key, Val>; typedef in ITypSpanTest
/third_party/skia/src/gpu/effects/
DGrTextureEffect.cpp46 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/
Dabsl_hardening_test.cc59 TEST(AbslHardeningTest, Span) { in TEST() argument
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/protocol/
Dspan.go75 func (m *ColumnMapper) Span(l Location) (span.Span, error) { func
/third_party/spirv-tools/utils/vscode/src/lsp/protocol/
Dspan.go75 func (m *ColumnMapper) Span(l Location) (span.Span, error) { func

12