Home
last modified time | relevance | path

Searched defs:span (Results 1 – 25 of 234) sorted by relevance

12345678910

/third_party/boost/boost/histogram/detail/
Dspan.hpp96 class span : public span_base<T, Extent> { class
117 constexpr span(pointer first, pointer last) in span() function in boost::histogram::detail::span
123 constexpr span(pointer ptr, index_type count) : base(ptr, count) {} in span() function in boost::histogram::detail::span
126 constexpr span(element_type (&arr)[N]) noexcept : span(dtl::data(arr), N) { in span() function in boost::histogram::detail::span
132 constexpr span(std::array<value_type, N>& arr) noexcept : span(dtl::data(arr), N) {} in span() function in boost::histogram::detail::span
136 constexpr span(const std::array<value_type, N>& arr) noexcept in span() function in boost::histogram::detail::span
143 constexpr span(const Container& cont) : span(dtl::data(cont), dtl::size(cont)) {} in span() function in boost::histogram::detail::span
149 constexpr span(Container& cont) : span(dtl::data(cont), dtl::size(cont)) {} in span() function in boost::histogram::detail::span
154 constexpr span(const span<U, N>& s) noexcept : span(s.data(), s.size()) {} in span() function in boost::histogram::detail::span
159 constexpr span(span<U, N>& s) noexcept : span(s.data(), s.size()) {} in span() function in boost::histogram::detail::span
/third_party/boost/boost/beast/core/
Dspan.hpp32 class span class
80 span(T* data, std::size_t size) in span() function in boost::beast::span
97 span(ContiguousContainer&& container) in span() function in boost::beast::span
106 span(std::basic_string<CharT, Traits, Allocator>& s) in span() function in boost::beast::span
114 span(std::basic_string<CharT, Traits, Allocator> const& s) in span() function in boost::beast::span
/third_party/skia/third_party/externals/dawn/src/tests/unittests/
DITypSpanTests.cpp32 Span span(arr.data(), Key(arr.size())); in TEST_F() local
47 Span span(arr.data(), Key(arr.size())); in TEST_F() local
65 Span span(arr.data(), Key(arr.size())); in TEST_F() local
/third_party/skia/tests/
DPathOpsDebug.cpp299 const SkOpAngle* SegmentAngle(const SkOpSegment* span, int id) { in SegmentAngle()
303 SkOpContour* SegmentContour(SkOpSegment* span, int id) { in SegmentContour()
307 const SkOpPtT* SegmentPtT(const SkOpSegment* span, int id) { in SegmentPtT()
311 const SkOpSegment* SegmentSegment(const SkOpSegment* span, int id) { in SegmentSegment()
315 const SkOpSpanBase* SegmentSpan(const SkOpSegment* span, int id) { in SegmentSpan()
319 const SkOpAngle* SpanAngle(const SkOpSpanBase* span, int id) { in SpanAngle()
323 SkOpContour* SpanContour(SkOpSpanBase* span, int id) { in SpanContour()
327 const SkOpPtT* SpanPtT(const SkOpSpanBase* span, int id) { in SpanPtT()
331 const SkOpSegment* SpanSegment(const SkOpSpanBase* span, int id) { in SpanSegment()
335 const SkOpSpanBase* SpanSpan(const SkOpSpanBase* span, int id) { in SpanSpan()
[all …]
/third_party/flutter/skia/tests/
DPathOpsDebug.cpp299 const SkOpAngle* SegmentAngle(const SkOpSegment* span, int id) { in SegmentAngle()
303 SkOpContour* SegmentContour(SkOpSegment* span, int id) { in SegmentContour()
307 const SkOpPtT* SegmentPtT(const SkOpSegment* span, int id) { in SegmentPtT()
311 const SkOpSegment* SegmentSegment(const SkOpSegment* span, int id) { in SegmentSegment()
315 const SkOpSpanBase* SegmentSpan(const SkOpSegment* span, int id) { in SegmentSpan()
319 const SkOpAngle* SpanAngle(const SkOpSpanBase* span, int id) { in SpanAngle()
323 SkOpContour* SpanContour(SkOpSpanBase* span, int id) { in SpanContour()
327 const SkOpPtT* SpanPtT(const SkOpSpanBase* span, int id) { in SpanPtT()
331 const SkOpSegment* SpanSegment(const SkOpSpanBase* span, int id) { in SpanSegment()
335 const SkOpSpanBase* SpanSpan(const SkOpSpanBase* span, int id) { in SpanSpan()
[all …]
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
Dspan.go17 package span package
37 type span struct { struct
38 URI URI `json:"uri"`
39 Start point `json:"start"`
40 End point `json:"end"`
155 func (s *span) clean() {
Dtoken112.go17 package span package
Dtoken111.go17 package span package
Dutf16.go15 package span package
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dspan.go17 package span package
37 type span struct { struct
38 URI URI `json:"uri"`
39 Start point `json:"start"`
40 End point `json:"end"`
155 func (s *span) clean() {
Dtoken111.go17 package span package
Dtoken112.go17 package span package
Dutf16.go15 package span package
/third_party/skia/third_party/externals/dawn/src/common/
Dityp_span.h34 constexpr span() : mData(nullptr), mSize(0) { in span() function
36 constexpr span(Value* data, Index size) : mData(data), mSize(size) { in span() function
/third_party/typescript/tests/baselines/reference/
DclassSideInheritance2.js41 function SubText(text, span) { argument
49 TextBase.prototype.subText = function (span) { argument
/third_party/typescript/src/services/codefixes/
DaddMissingAsync.ts15 const { sourceFile, errorCode, cancellationToken, program, span } = context; constant
31 …const span = diagnostic.relatedInformation && find(diagnostic.relatedInformation, r => r.code === … constant
DfixPropertyAssignment.ts12 const { sourceFile, span } = context; constant
/third_party/gn/src/base/containers/
Dspan.h25 class span; variable
/third_party/boost/boost/hana/fwd/
Dspan.hpp69 constexpr auto span = [](auto&& xs, auto&& predicate) { in __anon460f12d20102() variable
/third_party/grpc/src/cpp/ext/filters/census/
Dcontext.cc55 Span span = parent_ctxt->Span(); in GenerateClientContext() local
61 const Span& span = opencensus::trace::GetCurrentSpan(); in GenerateClientContext() local
/third_party/skia/src/pathops/
DSkPathOpsTSect.cpp48 void SkTSpan::addBounded(SkTSpan* span, SkArenaAlloc* heap) { in addBounded()
78 void SkTSect::addForPerp(SkTSpan* span, double t) { in addForPerp()
242 bool SkTSpan::linearsIntersect(SkTSpan* span) { in linearsIntersect()
983 int SkTSect::intersects(SkTSpan* span, in intersects()
1068 int SkTSect::linesIntersect(SkTSpan* span, in linesIntersect()
1227 bool SkTSect::markSpanGone(SkTSpan* span) { in markSpanGone()
1343 SkTSpan* span, SkTSect* opp) { in removeAllBut()
1386 bool SkTSect::removeCoincident(SkTSpan* span, bool isBetween) { in removeCoincident()
1400 void SkTSect::removedEndCheck(SkTSpan* span) { in removedEndCheck()
1409 bool SkTSect::removeSpan(SkTSpan* span) {\ in removeSpan()
[all …]
DSkPathOpsWinding.cpp174 SkOpSpan* span = this->windingSpanAtT(t); in rayCheck() local
192 SkOpSpan* span = &fHead; in windingSpanAtT() local
278 SkOpSpan* span = hit->fSpan; in sortableTop() local
301 SkOpSpan* span = hit->fSpan; in sortableTop() local
374 SkOpSpan* span = &fHead; in findSortableTop() local
/third_party/flutter/skia/src/pathops/
DSkPathOpsTSect.cpp47 void SkTSpan::addBounded(SkTSpan* span, SkArenaAlloc* heap) { in addBounded()
77 void SkTSect::addForPerp(SkTSpan* span, double t) { in addForPerp()
241 bool SkTSpan::linearsIntersect(SkTSpan* span) { in linearsIntersect()
982 int SkTSect::intersects(SkTSpan* span, in intersects()
1067 int SkTSect::linesIntersect(SkTSpan* span, in linesIntersect()
1226 bool SkTSect::markSpanGone(SkTSpan* span) { in markSpanGone()
1342 SkTSpan* span, SkTSect* opp) { in removeAllBut()
1385 bool SkTSect::removeCoincident(SkTSpan* span, bool isBetween) { in removeCoincident()
1399 void SkTSect::removedEndCheck(SkTSpan* span) { in removedEndCheck()
1408 bool SkTSect::removeSpan(SkTSpan* span) {\ in removeSpan()
[all …]
DSkPathOpsWinding.cpp173 SkOpSpan* span = this->windingSpanAtT(t); in rayCheck() local
191 SkOpSpan* span = &fHead; in windingSpanAtT() local
277 SkOpSpan* span = hit->fSpan; in sortableTop() local
300 SkOpSpan* span = hit->fSpan; in sortableTop() local
373 SkOpSpan* span = &fHead; in findSortableTop() local
DSkPathOpsSimplify.cpp16 SkOpSpan* span = FindSortableTop(contourList); in bridgeWinding() local
93 SkOpSpan* span = FindUndone(contourList); in bridgeXor() local

12345678910