Home
last modified time | relevance | path

Searched defs:Next (Results 1 – 25 of 703) sorted by relevance

12345678910>>...29

/external/rust/crates/futures-util/src/stream/stream/
Dnext.rs10 pub struct Next<'a, St: ?Sized> { struct
14 impl<St: ?Sized + Unpin> Unpin for Next<'_, St> {} argument
16 impl<'a, St: ?Sized + Stream + Unpin> Next<'a, St> { implementation
22 impl<St: ?Sized + FusedStream + Unpin> FusedFuture for Next<'_, St> { implementation
28 impl<St: ?Sized + Stream + Unpin> Future for Next<'_, St> { implementation
/external/rust/crates/async-stream/src/
Dnext.rs17 struct Next<'a, S> { struct
21 impl<S> Unpin for Next<'_, S> where S: Unpin {} implementation
23 impl<S> Future for Next<'_, S> implementation
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
Dilist_base.h22 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) { in insertBeforeImpl()
32 node_base_type *Next = N.getNext(); in removeImpl() local
52 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, in transferBeforeImpl()
76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore()
85 template <class T> static void transferBefore(T &Next, T &First, T &Last) { in transferBefore()
Dilist_node_base.h23 ilist_node_base *Next = nullptr; variable
27 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
37 ilist_node_base *Next = nullptr; variable
41 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
/external/llvm-project/llvm/include/llvm/ADT/
Dilist_base.h22 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) { in insertBeforeImpl()
32 node_base_type *Next = N.getNext(); in removeImpl() local
52 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, in transferBeforeImpl()
76 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore()
85 template <class T> static void transferBefore(T &Next, T &First, T &Last) { in transferBefore()
Dilist_node_base.h23 ilist_node_base *Next = nullptr; variable
27 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
37 ilist_node_base *Next = nullptr; variable
41 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
Dilist_base.h25 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) { in insertBeforeImpl()
35 node_base_type *Next = N.getNext(); in removeImpl() local
55 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, in transferBeforeImpl()
79 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore()
88 template <class T> static void transferBefore(T &Next, T &First, T &Last) { in transferBefore()
Dilist_node_base.h24 ilist_node_base *Next = nullptr; variable
28 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
38 ilist_node_base *Next = nullptr; variable
42 void setNext(ilist_node_base *Next) { this->Next = Next; } in setNext()
/external/rust/crates/tokio-stream/src/stream_ext/
Dnext.rs21 impl<'a, St: ?Sized> Next<'a, St> { implementation
30 impl<St: ?Sized + Stream + Unpin> Future for Next<'_, St> { implementation
/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc65 bool ArrayInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ArrayInputStream
112 bool ArrayOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::ArrayOutputStream
141 bool StringOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::StringOutputStream
217 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { in Next() function in google::protobuf::io::CopyingInputStreamAdaptor
321 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { in Next() function in google::protobuf::io::CopyingOutputStreamAdaptor
392 bool LimitingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::LimitingInputStream
Dzero_copy_stream_impl.cc88 bool FileInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::FileInputStream
177 bool FileOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::FileOutputStream
255 bool IstreamInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::IstreamInputStream
288 bool OstreamOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::OstreamOutputStream
316 bool ConcatenatingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ConcatenatingInputStream
/external/llvm-project/clang/include/clang/Tooling/Transformer/
DSourceCode.h33 CharSourceRange getExtendedRange(const T &Node, tok::TokenKind Next, in getExtendedRange()
79 StringRef getExtendedText(const T &Node, tok::TokenKind Next, in getExtendedText()
/external/llvm-project/lldb/source/Utility/
DEnvironment.cpp18 char *Next = Result; in make_entry() local
31 char **Next = Data; in Envp() local
/external/llvm-project/clang/lib/AST/Interp/
DInterpState.cpp31 InterpFrame *Next = Current->Caller; in ~InterpState() local
37 DeadBlock *Next = DeadBlocks->Next; in ~InterpState() local
DInterpStack.h89 StackChunk *Next; member
94 : Next(nullptr), Prev(Prev), End(reinterpret_cast<char *>(this + 1)) {} in Next() function
/external/rust/crates/grpcio-sys/grpc/src/core/lib/transport/
Dbyte_stream.cc56 bool SliceBufferByteStream::Next(size_t /*max_size_hint*/, in Next() function in grpc_core::SliceBufferByteStream
112 bool ByteStreamCache::CachingByteStream::Next(size_t max_size_hint, in Next() function in grpc_core::ByteStreamCache::CachingByteStream
/external/grpc-grpc/src/core/lib/transport/
Dbyte_stream.cc56 bool SliceBufferByteStream::Next(size_t max_size_hint, in Next() function in grpc_core::SliceBufferByteStream
114 bool ByteStreamCache::CachingByteStream::Next(size_t max_size_hint, in Next() function in grpc_core::ByteStreamCache::CachingByteStream
/external/perfetto/src/trace_processor/containers/
Dbit_vector_iterators.h133 void Next() { SetIndex(index() + 1); } in Next() function
160 void Next() { in Next() function
Drow_map.h74 void Next() { ++index_; } in Next() function
94 void Next() { ++ordinal_; } in Next() function
134 void Next() { in Next() function
/external/llvm-project/llvm/include/llvm/DebugInfo/CodeView/
DTypeCollection.h35 Optional<TypeIndex> Next = getFirst(); in ForEachRecord() local
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeCollection.h35 Optional<TypeIndex> Next = getFirst(); in ForEachRecord() local
/external/flatbuffers/tests/FlatBuffers.Test/
DLcg.cs32 public uint Next() in Next() method in FlatBuffers.Test.Lcg
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_solaris.cpp33 bool MemoryMappingLayout::Next(MemoryMappedSegment *segment) { in Next() function in __sanitizer::MemoryMappingLayout
/external/libchrome/base/files/
Ddir_reader_fallback.h21 bool Next() { return false; } in Next() function
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_list.h36 struct rc_list * Next; member

12345678910>>...29