Home
last modified time | relevance | path

Searched refs:span (Results 276 - 300 of 548) sorted by relevance

1...<<11121314151617181920>>...22

/third_party/rust/crates/cxx/gen/src/
H A Dcfg.rs69 let span = quote!(#ident #string); in try_eval()
70 Err(vec![Error::new_spanned(span, msg)]) in try_eval()
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dfile.rs51 let span = quote!(#vis #mod_token #semi); in parse()
53 span, in parse()
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dcfg.rs69 let span = quote!(#ident #string); in try_eval()
70 Err(vec![Error::new_spanned(span, msg)]) in try_eval()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dfile.rs51 let span = quote!(#vis #mod_token #semi); in parse()
53 span, in parse()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dfile.rs51 let span = quote!(#vis #mod_token #semi); in parse()
53 span, in parse()
/third_party/rust/crates/codespan/codespan/src/
H A Dfile.rs106 /// Get the span at the given line index.
192 /// Return the span of the full source.
208 /// Return a slice of the source file, given a span.
219 pub fn source_slice(&self, file_id: FileId, span: impl Into<Span>) -> Result<&str, Error> { in source_slice()
220 self.get(file_id).source_slice(span.into()) in source_slice()
252 let span = self.line_span(id, line_index as u32)?; in line_range()
254 Ok(span.start().to_usize()..span.end().to_usize()) in line_range()
370 fn source_slice(&self, span: Span) -> Result<&str, Error> { in source_slice()
371 let start = span in source_slice()
[all...]
/third_party/rust/crates/cxx/syntax/
H A Dfile.rs51 let span = quote!(#vis #mod_token #semi); in parse()
53 span, in parse()
/third_party/rust/crates/codespan/codespan-lsp/src/
H A Dlib.rs69 span: Range<usize>, in byte_span_to_range()
75 start: byte_index_to_position(files, file_id, span.start)?, in byte_span_to_range()
76 end: byte_index_to_position(files, file_id, span.end)?, in byte_span_to_range()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dcfg.rs69 let span = quote!(#ident #string); in try_eval()
70 Err(vec![Error::new_spanned(span, msg)]) in try_eval()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dfile.rs51 let span = quote!(#vis #mod_token #semi); in parse()
53 span, in parse()
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
H A Dtoken.go15 package span
77 s := Span{v: span{URI: FileURI(f.Name())}}
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
H A Dtoken.go15 package span
77 s := Span{v: span{URI: FileURI(f.Name())}}
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dcfg.rs69 let span = quote!(#ident #string); in try_eval()
70 Err(vec![Error::new_spanned(span, msg)]) in try_eval()
/third_party/spirv-tools/utils/vscode/src/lsp/span/
H A Dtoken.go15 package span
77 s := Span{v: span{URI: FileURI(f.Name())}}
/foundation/arkui/ace_engine/frameworks/core/components/grid/
H A Drender_grid_item.h34 void SetColumnSpan(int32_t span);
/third_party/typescript/tests/baselines/reference/
H A DtsxIntrinsicAttributeErrors.js19 span: any;
/third_party/zlib/examples/
H A Dzran.h26 // build an index, with access points about every span bytes of uncompressed
27 // output. gzip files with multiple members are fully indexed. span should be
34 int deflate_index_build(FILE *in, off_t span, struct deflate_index **built);
/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_common_test_ng.cpp65 for (auto& span : richEditorPattern->spans_) { in AddImageSpan()
66 spanTextLength += StringUtils::ToWstring(span->content).length(); in AddImageSpan()
67 span->position = spanTextLength; in AddImageSpan()
/third_party/mesa3d/src/amd/compiler/
H A Daco_util.h38 /*! \brief Definition of a span object
40 * \details A "span" is an "array view" type for holding a view of contiguous
41 * data. The "span" object does not own the data itself.
43 template <typename T> class span { class
59 constexpr span() = default;
61 /*! \brief Constructor taking a pointer and the length of the span
63 * \param[in] length The size of the span
65 constexpr span(uint16_t offset_, const size_type length_) : offset{offset_}, length{length_} {} in span() function in aco::span
67 /*! \brief Returns an iterator to the begin of the span
72 /*! \brief Returns a const_iterator to the begin of the span
[all...]
/third_party/node/lib/internal/
H A Dblob.js259 const span = MathMax(end - start, 0);
262 this[kHandle].slice(start, start + span),
263 span,
/third_party/rust/crates/codespan/codespan-reporting/examples/
H A Dreadme_preview.rs277 write!(self, "</span>")?; in set_color()
283 write!(self, "</span>")?; in set_color()
286 write!(self, "<span class=\"")?; in set_color()
350 write!(self, "</span>")?; in reset()
/third_party/skia/modules/skottie/src/text/
H A DRangeSelector.cpp131 const auto& span = (*fMap)[i]; in domain_map_proc() local
132 (this->*fMappedProc)(amount, span.fOffset, span.fCount); in domain_map_proc()
/third_party/skia/gm/
H A Ddashcircle.cpp74 SkScalar span = dashExample.pattern[i2] * unitLength; variable
76 refPath.arcTo(oval, angle, span, false);
78 angle += span + (dashExample.pattern[i2 + 1]) * unitLength;
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dreceiver.rs25 fn self_ty(&self, span: Span) -> TypePath { in self_ty()
27 let respanned = respan(tokens, span); in self_ty()
41 let span = path.segments[0].ident.span(); in self_to_qself()
43 lt_token: Token![<](span), in self_to_qself()
44 ty: Box::new(Type::Path(self.self_ty(span))), in self_to_qself()
47 gt_token: Token![>](span), in self_to_qself()
57 let self_ty = self.self_ty(path.segments[0].ident.span()); in self_to_expr_path()
76 let span = if let Type::Path(node) = ty { in visit_type_mut()
78 node.path.segments[0].ident.span() in visit_type_mut()
[all...]
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dreceiver.rs25 fn self_ty(&self, span: Span) -> TypePath { in self_ty()
27 let respanned = respan(tokens, span); in self_ty()
41 let span = path.segments[0].ident.span(); in self_to_qself()
43 lt_token: Token![<](span), in self_to_qself()
44 ty: Box::new(Type::Path(self.self_ty(span))), in self_to_qself()
47 gt_token: Token![>](span), in self_to_qself()
57 let self_ty = self.self_ty(path.segments[0].ident.span()); in self_to_expr_path()
76 let span = if let Type::Path(node) = ty { in visit_type_mut()
78 node.path.segments[0].ident.span() in visit_type_mut()
[all...]

Completed in 8 milliseconds

1...<<11121314151617181920>>...22