/external/rust/android-crates-io/crates/futures-util/src/stream/stream/ |
D | next.rs | 10 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/ |
D | next.rs | 17 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/ |
D | ilist_base.h | 22 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()
|
D | ilist_node_base.h | 23 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/ |
D | ilist_base.h | 22 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()
|
D | ilist_node_base.h | 23 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/ |
D | ilist_base.h | 25 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()
|
D | ilist_node_base.h | 24 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/ |
D | next.rs | 28 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/ |
D | zero_copy_stream_impl_lite.cc | 65 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
|
D | zero_copy_stream_impl.cc | 90 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/ |
D | zero_copy_stream_impl_lite.cc | 65 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
|
D | zero_copy_stream_impl.cc | 90 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/ |
D | zero_copy_stream_impl_lite.cc | 65 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
|
D | zero_copy_stream_impl.cc | 90 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/ |
D | from_fn.rs | 328 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/ |
D | s-imenne.adb | 61 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/ |
D | inter_activity_pipe.h | 76 Poll<NextResult> Next() { in Next() function 163 auto Next() { in Next() function
|
/external/federated-compute/fcp/base/ |
D | process_unique_id.cc | 26 ProcessUniqueId ProcessUniqueId::Next() { in Next() function in fcp::ProcessUniqueId
|
/external/scudo/standalone/ |
D | allocator_common.h | 64 TransferBatch *Next; member 75 BatchGroup *Next; member
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeCollection.h | 35 Optional<TypeIndex> Next = getFirst(); in ForEachRecord() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeCollection.h | 35 std::optional<TypeIndex> Next = getFirst(); in ForEachRecord() local
|
/external/clang/lib/Parse/ |
D | ParseTentative.cpp | 1081 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/ |
D | balsa_headers_sequence.cc | 23 BalsaHeaders* BalsaHeadersSequence::Next() { in Next() function in quiche::BalsaHeadersSequence
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | Lcg.cs | 32 public uint Next() in Next() method in Google.FlatBuffers.Test.Lcg
|