Home
last modified time | relevance | path

Searched defs:span (Results 1 - 25 of 122) sorted by relevance

12345

/third_party/rust/crates/codespan/codespan/src/
H A Dlib.rs15 mod span; modules
/third_party/skia/third_party/externals/abseil-cpp/
H A Dabsl_hardening_test.cc61 auto span = absl::Span<const int>(v); in TEST() local
/third_party/skia/third_party/externals/swiftshader/tests/regres/cov/
H A Dspan_test.go[all...]
H A Dimport.go
/third_party/rust/crates/quote/src/
H A Dident_fragment.rs20 fn span(&self) -> Option<Span> { in span() functions
26 fn span(&self) -> Option<Span> { in span() functions
36 fn span(&self) -> Option<Span> { in span() functions
46 fn span(&self) -> Option<Span> { in span() functions
64 fn span(&self) -> Option<Span> { in span() functions
/third_party/gn/src/base/containers/
H A Dspan.h172 class span { global() class
197 constexpr span(T* begin, T* end) noexcept : span(begin, end - begin) { span() function in base::span
246 span(const span<U, OtherExtent>& other) span() argument
[all...]
/third_party/mesa3d/src/glx/
H A Dsinglepix.c37 __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid * row, GLvoid * column, GLvoid * span) __indirect_glGetSeparableFilter() argument
/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/rust/crates/cxx/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dnames.rs36 pub fn span(&self) -> Span { in span() functions
/third_party/pulseaudio/speex/libspeexdsp/
H A Dtestjitter.c13 void synthIn(JitterBufferPacket *in, int idx, int span) { in synthIn() argument
/third_party/skia/third_party/externals/dawn/src/common/
H A Dityp_span.h30 class span { class
34 constexpr span() : mData(nullptr), mSize(0) { in span() function in ityp::span
36 constexpr span(Value* data, Index size) : mData(data), mSize(size) { in span() function in ityp::span
/third_party/toybox/toys/other/
H A Dsha3sum.c67 int span, ii, len, rate = 200-TT.a/4; in do_sha3sum() local
[all...]
/third_party/rust/crates/syn/src/
H A Dspanned.rs101 fn span(&self) -> Span; in span() functions
105 fn span(&self) -> Span { in span() functions
H A Dmac.rs35 pub fn span(&self) -> &DelimSpan { in span() functions
[all...]
/third_party/rust/crates/syn/codegen/src/
H A Dvisit_mut.rs169 let mut span = node.span(); in node() variables
/third_party/icu/tools/cldr/cldr-to-icu/src/test/java/org/unicode/icu/tool/cldrtoicu/localedistance/
H A DTrieTest.java134 private static void infiniteRecursion(Trie.Span span) { in infiniteRecursion() argument
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/src/lsp/span/
H A Dspan.go37 type span struct { type
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
H A Dspan.go37 type span struct { type
/third_party/spirv-tools/utils/vscode/src/lsp/span/
H A Dspan.go37 type span struct { type
/third_party/mbedtls/scripts/
H A Dgenerate_ssl_debug_helpers.py176 def span(self): member in EnumDefinition
251 def span(sel member in SignatureAlgorithmDefinition
310 def span(self): global() member in NamedGroupDefinition
[all...]
/third_party/node/deps/v8/third_party/inspector_protocol/crdtp/
H A Dspan.h21 class span { class
25 constexpr span() : data_(nullptr), size_(0) {} in span() function in v8_crdtp::span
26 constexpr span(const T* data, index_type size) : data_(data), size_(size) {} in span() function in v8_crdtp::span
[all...]
/third_party/rust/crates/cxx/gen/lib/src/
H A Derror.rs15 pub fn span(&self) -> Option<proc_macro2::Span> { in span() functions

Completed in 9 milliseconds

12345