Home
last modified time | relevance | path

Searched defs:Range (Results 1 – 25 of 837) sorted by relevance

12345678910>>...34

/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/
Dbase.pass.cpp20 struct Range : std::ranges::view_base { struct
21 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) { } in Range() argument
22 …constexpr Range(Range const& other) : begin_(other.begin_), end_(other.end_), wasCopyInitialized(t… in Range() argument
23 …constexpr Range(Range&& other) : begin_(other.begin_), end_(other.end_), wasMoveInitialized(true) … in Range() argument
39 struct NoCopyRange : std::ranges::view_base { argument
Dctor.view_pred.pass.cpp21 struct Range : std::ranges::view_base { struct
22 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) { } in Range() function
40 struct TrackingRange : TrackInitialization, std::ranges::view_base { argument
50 static_assert(!test_convertible<std::ranges::filter_view<Range, Pred>, Range, Pred>(), argument
Dadaptor.pass.cpp30 struct Range : std::ranges::view_base { struct
33 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) { } in Range() argument
34 constexpr Iterator begin() const { return Iterator(begin_); } in begin()
35 constexpr Sentinel end() const { return Sentinel(Iterator(end_)); } in end()
38 int* begin_;
39 int* end_;
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.chunk.by/
Dbase.pass.cpp22 struct Range : std::ranges::view_base { struct
23 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) {} in Range() argument
24 …constexpr Range(Range const& other) : begin_(other.begin_), end_(other.end_), wasCopyInitialized(t… in Range() argument
25 …constexpr Range(Range&& other) : begin_(other.begin_), end_(other.end_), wasMoveInitialized(true) … in Range() argument
37 static_assert(std::ranges::view<Range>); argument
Dctor.view_pred.pass.cpp24 struct Range : std::ranges::view_base { struct
25 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) {} in Range() function
34 static_assert(std::ranges::view<Range>); argument
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/
Dbase.pass.cpp20 struct Range : std::ranges::view_base { struct
21 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) { } in Range() argument
22 …constexpr Range(Range const& other) : begin_(other.begin_), end_(other.end_), wasCopyInitialized(t… in Range() argument
23 …constexpr Range(Range&& other) : begin_(other.begin_), end_(other.end_), wasMoveInitialized(true) … in Range() argument
39 struct NoCopyRange : std::ranges::view_base { argument
Dctor.view_pred.pass.cpp21 struct Range : std::ranges::view_base { struct
22 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) { } in Range() argument
40 struct TrackingRange : TrackInitialization, std::ranges::view_base { argument
50 static_assert(!test_convertible<std::ranges::filter_view<Range, Pred>, Range, Pred>(), argument
Dadaptor.pass.cpp30 struct Range : std::ranges::view_base { struct
33 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) { } in Range() argument
34 constexpr Iterator begin() const { return Iterator(begin_); } in begin()
35 constexpr Sentinel end() const { return Sentinel(Iterator(end_)); } in end()
38 int* begin_;
39 int* end_;
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.chunk.by/
Dbase.pass.cpp22 struct Range : std::ranges::view_base { struct
23 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) {} in Range() function
24 …constexpr Range(Range const& other) : begin_(other.begin_), end_(other.end_), wasCopyInitialized(t… in Range() function
25 …constexpr Range(Range&& other) : begin_(other.begin_), end_(other.end_), wasMoveInitialized(true) … in Range() argument
37 static_assert(std::ranges::view<Range>); argument
Dctor.view_pred.pass.cpp24 struct Range : std::ranges::view_base { struct
25 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) {} in Range() argument
34 static_assert(std::ranges::view<Range>); argument
/external/executorch/backends/apple/coreml/runtime/inmemoryfs/
Drange.hpp10 struct Range { struct
11 inline Range(size_t offset, size_t size) noexcept: in Range() function
15 inline Range() noexcept: in Range() function
20 inline size_t length() const noexcept { in length()
24 size_t offset = 0;
25 size_t size = 0;
/external/pytorch/aten/src/ATen/core/
DRange.h8 struct Range { struct
9 Range(int64_t begin, int64_t end) in Range() function
15 Range operator/(int64_t divisor) { argument
23 std::ostream& operator<<(std::ostream& out, const Range& range); argument
/external/cronet/stable/third_party/libc++/src/test/std/ranges/range.adaptors/range.transform/
Dctor.view_function.pass.cpp19 struct Range : std::ranges::view_base { struct
20 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) {} in Range() argument
37 static_assert(!test_convertible<std::ranges::transform_view<Range, F>, Range, F>(), argument
/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.transform/
Dctor.view_function.pass.cpp19 struct Range : std::ranges::view_base { struct
20 constexpr explicit Range(int* b, int* e) : begin_(b), end_(e) {} in Range() function
37 static_assert(!test_convertible<std::ranges::transform_view<Range, F>, Range, F>(), argument
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAranges.h38 struct Range { struct
39 explicit Range(uint64_t LowPC, uint64_t HighPC, uint64_t CUOffset) in Range() argument
55 bool operator<(const Range &other) const { argument
77 using RangeColl = std::vector<Range>; argument
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAranges.h34 struct Range { struct
54 bool operator<(const Range &other) const { argument
77 typedef std::vector<Range> RangeColl; argument
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugAranges.h34 struct Range { struct
52 bool operator<(const Range &other) const { argument
74 using RangeColl = std::vector<Range>; argument
/external/leveldb/include/leveldb/
Ddb.h35 struct LEVELDB_EXPORT Range { struct
37 Range(const Slice& s, const Slice& l) : start(s), limit(l) {} in Range() function
39 Slice start; // Included in the range
40 Slice limit; // Not included in the range
/external/libwebm/common/
Dlibwebm_util.h33 struct Range { struct
34 Range(std::size_t off, std::size_t len) : offset(off), length(len) {} in Range() function
42 typedef std::vector<Range> Ranges; argument
/external/angle/third_party/spirv-tools/src/utils/vscode/src/lsp/span/
Dtoken.go25 type Range struct { struct
26 FileSet *token.FileSet
27 Start token.Pos
28 End token.Pos
65 func (r Range) IsPoint() bool {
72 func (r Range) Span() (Span, error) {
107 func (s Span) Range(converter *TokenConverter) (Range, error) { func
/external/deqp-deps/SPIRV-Tools/utils/vscode/src/lsp/span/
Dtoken.go25 type Range struct { struct
26 FileSet *token.FileSet
27 Start token.Pos
28 End token.Pos
65 func (r Range) IsPoint() bool {
72 func (r Range) Span() (Span, error) {
107 func (s Span) Range(converter *TokenConverter) (Range, error) { func
/external/swiftshader/third_party/SPIRV-Tools/utils/vscode/src/lsp/span/
Dtoken.go25 type Range struct { struct
26 FileSet *token.FileSet
27 Start token.Pos
28 End token.Pos
65 func (r Range) IsPoint() bool {
72 func (r Range) Span() (Span, error) {
107 func (s Span) Range(converter *TokenConverter) (Range, error) { func
/external/cronet/tot/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/
Dnum.rs41 pub(crate) struct Range<T> { struct
42 pub(crate) start: RangeBound<T>, argument
43 pub(crate) end: RangeBound<T>, argument
46 impl<T> Range<T> { impl
55 impl Range<i32> { implementation
62 impl<T: fmt::Display> fmt::Display for Range<T> { implementation
/external/cronet/stable/third_party/rust/chromium_crates_io/vendor/fend-core-1.5.5/src/
Dnum.rs41 pub(crate) struct Range<T> { struct
42 pub(crate) start: RangeBound<T>, argument
43 pub(crate) end: RangeBound<T>, argument
46 impl<T> Range<T> { implementation
55 impl Range<i32> { implementation
62 impl<T: fmt::Display> fmt::Display for Range<T> { implementation
/external/rust/android-crates-io/crates/combine/src/parser/
Dregex.rs59 type Range; typedef
61 fn as_match(&self) -> Self::Range; in as_match()
68 F: FromIterator<Range>; in find_iter()
71 F: FromIterator<Range>, in captures()
85 F: FromIterator<Range>, in find_iter()
91 F: FromIterator<Range>, in captures()
105 F: FromIterator<<Input::Item as MatchFind>::Range>, in find_iter()
129 type Range = &'t str; typedef
133 fn as_match(&self) -> Self::Range { in as_match()
139 type Range = &'t [u8]; typedef
[all …]

12345678910>>...34