Home
last modified time | relevance | path

Searched defs:InputRange (Results 1 – 6 of 6) sorted by relevance

/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.filter/
Dbegin.pass.cpp33 struct InputRange : std::ranges::view_base { struct
36 constexpr explicit InputRange(int* b, int* e) : begin_(b), end_(e) { } in InputRange() argument
37 constexpr Iterator begin() const { return Iterator(begin_); } in begin()
38 constexpr Sentinel end() const { return Sentinel(Iterator(end_)); } in end()
41 int* begin_;
42 int* end_;
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.utility/view.interface/
Dview.interface.pass.cpp36 struct InputRange : std::ranges::view_interface<InputRange> { struct
37 int buff[8] = {0, 1, 2, 3, 4, 5, 6, 7};
38 constexpr InputIter begin() const { return InputIter(buff); } in begin()
39 constexpr InputIter end() const { return InputIter(buff + 8); } in end()
/external/cronet/buildtools/third_party/libc++/trunk/test/std/ranges/range.adaptors/range.lazy.split/
Dctad.compile.pass.cpp30 struct InputRange { struct
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DFileCheck.cpp917 SMRange InputRange) in FileCheckDiag()
/external/tensorflow/tensorflow/core/framework/
Dop_kernel.cc191 Status OpKernel::InputRange(StringPiece input_name, int* start, in InputRange() function in tensorflow::OpKernel
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp120 enum InputRange enum