Home
last modified time | relevance | path

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

12345678910>>...32

/external/rust/android-crates-io/crates/futures-util/src/stream/stream/
Dnext.rs10 pub struct Next<'a, St: ?Sized> { struct
14 impl<St: ?Sized + Unpin> Unpin for Next<'_, St> {} implementation
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/android-crates-io/crates/async-stream/src/
Dnext.rs17 struct Next<'a, S> { struct
21 impl<S> Unpin for Next<'_, S> where S: Unpin {} argument
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/swiftshader/third_party/llvm-16.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/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/android-crates-io/crates/tokio-stream/src/stream_ext/
Dnext.rs28 impl<'a, St: ?Sized> Next<'a, St> { impl
37 impl<St: ?Sized + Stream + Unpin> Future for Next<'_, St> { implementation
/external/cronet/stable/third_party/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
140 bool StringOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::StringOutputStream
212 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { in Next() function in google::protobuf::io::CopyingInputStreamAdaptor
316 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { in Next() function in google::protobuf::io::CopyingOutputStreamAdaptor
422 bool LimitingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::LimitingInputStream
Dzero_copy_stream_impl.cc90 bool FileInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::FileInputStream
254 bool IstreamInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::IstreamInputStream
287 bool OstreamOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::OstreamOutputStream
315 bool ConcatenatingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ConcatenatingInputStream
/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
140 bool StringOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::StringOutputStream
212 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { in Next() function in google::protobuf::io::CopyingInputStreamAdaptor
316 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { in Next() function in google::protobuf::io::CopyingOutputStreamAdaptor
422 bool LimitingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::LimitingInputStream
Dzero_copy_stream_impl.cc90 bool FileInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::FileInputStream
254 bool IstreamInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::IstreamInputStream
287 bool OstreamOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::OstreamOutputStream
315 bool ConcatenatingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ConcatenatingInputStream
/external/cronet/tot/third_party/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
140 bool StringOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::StringOutputStream
212 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { in Next() function in google::protobuf::io::CopyingInputStreamAdaptor
316 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { in Next() function in google::protobuf::io::CopyingOutputStreamAdaptor
422 bool LimitingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::LimitingInputStream
Dzero_copy_stream_impl.cc90 bool FileInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::FileInputStream
254 bool IstreamInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::IstreamInputStream
287 bool OstreamOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::OstreamOutputStream
315 bool ConcatenatingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ConcatenatingInputStream
/external/rust/android-crates-io/crates/axum/src/middleware/
Dfrom_fn.rs328 pub struct Next<B> { struct
332 impl<B> Next<B> { impl
342 impl<B> fmt::Debug for Next<B> { implementation
350 impl<B> Clone for Next<B> { implementation
358 impl<B> Service<Request<B>> for Next<B> { implementation
/external/coreboot/src/lib/gnat/
Ds-imenne.adb61 Next : constant Natural := Natural (IndexesT (Pos + 1)); constant
91 Next : constant Natural := Natural (IndexesT (Pos + 1)); constant
121 Next : constant Natural := Natural (IndexesT (Pos + 1)); constant
/external/grpc-grpc/src/core/lib/promise/
Dinter_activity_pipe.h76 Poll<NextResult> Next() { in Next() function
163 auto Next() { in Next() function
/external/federated-compute/fcp/base/
Dprocess_unique_id.cc26 ProcessUniqueId ProcessUniqueId::Next() { in Next() function in fcp::ProcessUniqueId
/external/scudo/standalone/
Dallocator_common.h64 TransferBatch *Next; member
75 BatchGroup *Next; member
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeCollection.h35 Optional<TypeIndex> Next = getFirst(); in ForEachRecord() local
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeCollection.h35 std::optional<TypeIndex> Next = getFirst(); in ForEachRecord() local
/external/clang/lib/Parse/
DParseTentative.cpp1081 TentativeParseCCC(const Token &Next) { in TentativeParseCCC()
1215 const Token &Next = NextToken(); in isCXXDeclarationSpecifier() local
1268 const Token &Next = NextToken(); in isCXXDeclarationSpecifier() local
1677 const Token &Next = NextToken(); in isCXXFunctionDeclarator() local
/external/cronet/tot/net/third_party/quiche/src/quiche/balsa/
Dbalsa_headers_sequence.cc23 BalsaHeaders* BalsaHeadersSequence::Next() { in Next() function in quiche::BalsaHeadersSequence
/external/flatbuffers/tests/FlatBuffers.Test/
DLcg.cs32 public uint Next() in Next() method in Google.FlatBuffers.Test.Lcg

12345678910>>...32