/external/cronet/tot/third_party/libc++/src/test/std/ranges/range.adaptors/range.filter/ |
D | base.pass.cpp | 20 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
|
D | ctor.view_pred.pass.cpp | 21 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
|
D | adaptor.pass.cpp | 30 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/ |
D | base.pass.cpp | 22 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
|
D | ctor.view_pred.pass.cpp | 24 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/ |
D | base.pass.cpp | 20 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
|
D | ctor.view_pred.pass.cpp | 21 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
|
D | adaptor.pass.cpp | 30 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/ |
D | base.pass.cpp | 22 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
|
D | ctor.view_pred.pass.cpp | 24 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/ |
D | range.hpp | 10 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/ |
D | Range.h | 8 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/ |
D | ctor.view_function.pass.cpp | 19 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/ |
D | ctor.view_function.pass.cpp | 19 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/ |
D | DWARFDebugAranges.h | 38 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/ |
D | DWARFDebugAranges.h | 34 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/ |
D | DWARFDebugAranges.h | 34 struct Range { struct 52 bool operator<(const Range &other) const { argument 74 using RangeColl = std::vector<Range>; argument
|
/external/leveldb/include/leveldb/ |
D | db.h | 35 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/ |
D | libwebm_util.h | 33 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/ |
D | token.go | 25 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/ |
D | token.go | 25 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/ |
D | token.go | 25 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/ |
D | num.rs | 41 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/ |
D | num.rs | 41 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/ |
D | regex.rs | 59 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 …]
|