Home
last modified time | relevance | path

Searched defs:span_range (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/executorch/runtime/core/test/
H A Dspan_test.cpp20 Span<int64_t> span_range = {x, x + 2}; in TEST() local
/aosp_15_r20/external/rust/android-crates-io/crates/regex-syntax/src/ast/
Dparse.rs2390 fn span_range(subject: &str, range: Range<usize>) -> Span { in span_range() function
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/regex-syntax-0.8.3/src/ast/
H A Dparse.rs2534 fn span_range(subject: &str, range: Range<usize>) -> Span { in span_range() function