/external/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) {
|
/external/deqp-deps/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 …]
|
/external/angle/third_party/spirv-tools/src/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 …]
|
/external/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 …]
|
/external/rust/android-crates-io/crates/syn/src/ |
D | span.rs | 9 impl IntoSpans<Span> for Span { implementation 10 fn into_spans(self) -> Span { in into_spans() 15 impl IntoSpans<[Span; 1]> for Span { implementation 21 impl IntoSpans<[Span; 2]> for Span { implementation 27 impl IntoSpans<[Span; 3]> for Span { implementation 33 impl IntoSpans<[Span; 1]> for [Span; 1] { implementation 39 impl IntoSpans<[Span; 2]> for [Span; 2] { implementation 45 impl IntoSpans<[Span; 3]> for [Span; 3] { implementation 51 impl IntoSpans<DelimSpan> for Span { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/ |
D | span.rs | 9 impl IntoSpans<Span> for Span { implementation 10 fn into_spans(self) -> Span { in into_spans() 15 impl IntoSpans<[Span; 1]> for Span { implementation 21 impl IntoSpans<[Span; 2]> for Span { implementation 27 impl IntoSpans<[Span; 3]> for Span { implementation 33 impl IntoSpans<[Span; 1]> for [Span; 1] { implementation 39 impl IntoSpans<[Span; 2]> for [Span; 2] { implementation 45 impl IntoSpans<[Span; 3]> for [Span; 3] { implementation 51 impl IntoSpans<DelimSpan> for Span { implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/syn-2.0.87/src/ |
D | span.rs | 9 impl IntoSpans<Span> for Span { implementation 10 fn into_spans(self) -> Span { in into_spans() 15 impl IntoSpans<[Span; 1]> for Span { implementation 21 impl IntoSpans<[Span; 2]> for Span { implementation 27 impl IntoSpans<[Span; 3]> for Span { implementation 33 impl IntoSpans<[Span; 1]> for [Span; 1] { implementation 39 impl IntoSpans<[Span; 2]> for [Span; 2] { implementation 45 impl IntoSpans<[Span; 3]> for [Span; 3] { implementation 51 impl IntoSpans<DelimSpan> for Span { implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/quote-1.0.37/src/ |
D | spanned.rs | 7 fn __span(&self) -> Span; in __span() 10 impl Spanned for Span { implementation 11 fn __span(&self) -> Span { in __span() 17 fn __span(&self) -> Span { in __span() 23 fn __span(&self) -> Span { in __span() 28 fn join_spans(tokens: TokenStream) -> Span { in join_spans() 47 impl Sealed for Span {} implementation
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/quote-1.0.37/src/ |
D | spanned.rs | 7 fn __span(&self) -> Span; in __span() 10 impl Spanned for Span { implementation 11 fn __span(&self) -> Span { in __span() 17 fn __span(&self) -> Span { in __span() 23 fn __span(&self) -> Span { in __span() 28 fn join_spans(tokens: TokenStream) -> Span { in join_spans() 47 impl Sealed for Span {} implementation
|
/external/rust/android-crates-io/crates/quote/src/ |
D | spanned.rs | 7 fn __span(&self) -> Span; in __span() 10 impl Spanned for Span { implementation 11 fn __span(&self) -> Span { in __span() 17 fn __span(&self) -> Span { in __span() 23 fn __span(&self) -> Span { in __span() 28 fn join_spans(tokens: TokenStream) -> Span { in join_spans() 47 impl Sealed for Span {} implementation
|
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.89/build/ |
D | probe.rs | 16 pub fn start(this: &Span) -> Span { in start() 20 pub fn end(this: &Span) -> Span { in end() 32 pub fn join(this: &Span, other: Span) -> Option<Span> { in join() 36 pub fn subspan<R: RangeBounds<usize>>(this: &Literal, range: R) -> Option<Span> { in subspan()
|
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/proc-macro2-1.0.89/build/ |
D | probe.rs | 16 pub fn start(this: &Span) -> Span { in start() 20 pub fn end(this: &Span) -> Span { in end() 32 pub fn join(this: &Span, other: Span) -> Option<Span> { in join() 36 pub fn subspan<R: RangeBounds<usize>>(this: &Literal, range: R) -> Option<Span> { in subspan()
|
/external/rust/android-crates-io/crates/proc-macro2/build/ |
D | probe.rs | 16 pub fn start(this: &Span) -> Span { in start() 20 pub fn end(this: &Span) -> Span { in end() 32 pub fn join(this: &Span, other: Span) -> Option<Span> { in join() 36 pub fn subspan<R: RangeBounds<usize>>(this: &Literal, range: R) -> Option<Span> { in subspan()
|
/external/rust/android-crates-io/crates/quiche/deps/boringssl/src/include/openssl/ |
D | span.h | 32 class Span; variable 100 constexpr Span() : Span(nullptr, 0) {} in Span() function 101 constexpr Span(T *ptr, size_t len) : data_(ptr), size_(len) {} in Span() function 104 constexpr Span(T (&array)[N]) : Span(array, N) {} in Span() function 121 Span(const C &container) : data_(container.data()), size_(container.size()) {} in Span() function 129 explicit Span(C &container) in Span() function
|
/external/cronet/tot/third_party/abseil-cpp/absl/types/ |
D | span.h | 77 class Span; variable 221 constexpr Span() noexcept : Span(nullptr, 0) {} in Span() function 222 constexpr Span(pointer array ABSL_ATTRIBUTE_LIFETIME_BOUND, in Span() function 228 constexpr Span(T( // NOLINT(google-explicit-constructor) in Span() function 237 explicit Span( in Span() function 247 constexpr Span(const V& v ABSL_ATTRIBUTE_LIFETIME_BOUND) noexcept in Span() function 257 explicit Span(V& v) noexcept // NOLINT(runtime/references) in Span() function 262 constexpr Span(const V& v) noexcept // NOLINT(google-explicit-constructor) in Span() function 302 Span(std::initializer_list<value_type> v in Span() function
|
/external/angle/third_party/abseil-cpp/absl/types/ |
D | span.h | 77 class Span; variable 221 constexpr Span() noexcept : Span(nullptr, 0) {} in Span() function 222 constexpr Span(pointer array ABSL_ATTRIBUTE_LIFETIME_BOUND, in Span() function 228 constexpr Span(T( // NOLINT(google-explicit-constructor) in Span() function 237 explicit Span( in Span() function 247 constexpr Span(const V& v ABSL_ATTRIBUTE_LIFETIME_BOUND) noexcept in Span() function 257 explicit Span(V& v) noexcept // NOLINT(runtime/references) in Span() function 262 constexpr Span(const V& v) noexcept // NOLINT(google-explicit-constructor) in Span() function 302 Span(std::initializer_list<value_type> v in Span() function
|
/external/cronet/stable/third_party/abseil-cpp/absl/types/ |
D | span.h | 77 class Span; variable 221 constexpr Span() noexcept : Span(nullptr, 0) {} in Span() function 222 constexpr Span(pointer array ABSL_ATTRIBUTE_LIFETIME_BOUND, in Span() function 228 constexpr Span(T( // NOLINT(google-explicit-constructor) in Span() function 237 explicit Span( in Span() function 247 constexpr Span(const V& v ABSL_ATTRIBUTE_LIFETIME_BOUND) noexcept in Span() function 257 explicit Span(V& v) noexcept // NOLINT(runtime/references) in Span() function 262 constexpr Span(const V& v) noexcept // NOLINT(google-explicit-constructor) in Span() function 302 Span(std::initializer_list<value_type> v in Span() function
|
/external/executorch/runtime/core/ |
D | span.h | 43 /* implicit */ constexpr Span() noexcept : data_(nullptr), length_(0) {} in Span() function 46 Span(T* data, size_t length) : data_(data), length_(length) { in Span() function 51 Span(T* begin, T* end) : data_(begin), length_(end - begin) {} in Span() function 55 /* implicit */ constexpr Span(T (&Arr)[N]) : data_(Arr), length_(N) {} in Span() function
|
/external/cronet/stable/third_party/boringssl/src/include/openssl/ |
D | span.h | 43 class Span; variable 58 class Span; variable 133 constexpr Span() : Span(nullptr, 0) {} in Span() function 134 constexpr Span(T *ptr, size_t len) : data_(ptr), size_(len) {} in Span() function 137 constexpr Span(T (&array)[N]) : Span(array, N) {} in Span() function 141 constexpr Span(const C &container) in Span() function 146 constexpr explicit Span(C &container) in Span() function
|
/external/boringssl/src/include/openssl/ |
D | span.h | 38 class Span; variable 53 class Span; variable 126 constexpr Span() : Span(nullptr, 0) {} in Span() function 127 constexpr Span(T *ptr, size_t len) : data_(ptr), size_(len) {} in Span() function 130 constexpr Span(T (&array)[N]) : Span(array, N) {} in Span() function 134 constexpr Span(const C &container) in Span() function 139 constexpr explicit Span(C &container) in Span() function
|
/external/cronet/tot/third_party/boringssl/src/include/openssl/ |
D | span.h | 43 class Span; variable 58 class Span; variable 133 constexpr Span() : Span(nullptr, 0) {} in Span() function 134 constexpr Span(T *ptr, size_t len) : data_(ptr), size_(len) {} in Span() function 137 constexpr Span(T (&array)[N]) : Span(array, N) {} in Span() function 141 constexpr Span(const C &container) in Span() function 146 constexpr explicit Span(C &container) in Span() function
|
/external/rust/android-crates-io/crates/tracing/src/ |
D | span.rs | 348 pub struct Span { struct 362 /// Unlike `Span`, this type is only constructed for spans which _have_ been argument 422 impl Span { impl 436 pub fn new(meta: &'static Metadata<'static>, values: &field::ValueSet<'_>) -> Span { in new() 446 ) -> Span { in new_with() 460 pub fn new_root(meta: &'static Metadata<'static>, values: &field::ValueSet<'_>) -> Span { in new_root() 470 ) -> Span { in new_root_with() 488 ) -> Span { in child_of() 502 ) -> Span { in child_of_with() 519 pub fn new_disabled(meta: &'static Metadata<'static>) -> Span { in new_disabled() [all …]
|
/external/rust/android-crates-io/crates/grpcio-sys/grpc/third_party/abseil-cpp/absl/types/ |
D | span.h | 188 constexpr Span() noexcept : Span(nullptr, 0) {} in Span() function 189 constexpr Span(pointer array, size_type length) noexcept in Span() function 194 constexpr Span(T (&a)[N]) noexcept // NOLINT(runtime/explicit) in Span() function 202 explicit Span( in Span() function 211 constexpr Span( in Span() function 223 explicit Span(V& v) noexcept // NOLINT(runtime/references) in Span() function 228 constexpr Span(const V& v) noexcept // NOLINT(runtime/explicit) in Span() function 268 Span(std::initializer_list<value_type> v in Span() function
|
/external/skia/modules/skplaintexteditor/include/ |
D | stringview.h | 11 struct Span { struct 16 using StringView = Span<const char>; argument
|
/external/pdfium/third_party/abseil-cpp/absl/types/ |
D | span.h | 192 constexpr Span() noexcept : Span(nullptr, 0) {} in Span() function 193 constexpr Span(pointer array, size_type length) noexcept in Span() function 198 constexpr Span(T (&a)[N]) noexcept // NOLINT(runtime/explicit) in Span() function 206 explicit Span( in Span() function 215 constexpr Span( in Span() function 227 explicit Span(V& v) noexcept // NOLINT(runtime/references) in Span() function 232 constexpr Span(const V& v) noexcept // NOLINT(runtime/explicit) in Span() function 272 Span(std::initializer_list<value_type> v in Span() function
|