Home
last modified time | relevance | path

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

12345678910>>...46

/aosp_15_r20/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
/aosp_15_r20/prebuilts/go/linux-x86/test/typeparam/
Dissue47878.go11 func (s *Src1[T]) Next() { func
17 func (s Src2[T]) Next() { func
23 func (s Src3[T]) Next() { func
30 func (s Src4[T]) Next() { func
36 func (s Src5[T]) Next() { func
/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/middleware/
Dfrom_fn.rs328 pub struct Next<B> { struct
332 impl<B> Next<B> { argument
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
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
H A 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()
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/ADT/
H A 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()
H A 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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/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()
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/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()
/aosp_15_r20/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
H A 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()
H A 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()
/aosp_15_r20/external/cronet/third_party/protobuf/src/google/protobuf/io/
H A 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
/aosp_15_r20/external/protobuf/src/google/protobuf/io/
H A 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
/aosp_15_r20/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
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Diptypes.h40 struct _IP_ADDR_STRING *Next; member
47 struct _IP_ADAPTER_INFO *Next; member
81 struct _IP_ADAPTER_UNICAST_ADDRESS_XP *Next; member
99 struct _IP_ADAPTER_UNICAST_ADDRESS_LH *Next; member
126 struct _IP_ADAPTER_ANYCAST_ADDRESS_XP *Next; member
140 struct _IP_ADAPTER_MULTICAST_ADDRESS_XP *Next; member
158 struct _IP_ADAPTER_DNS_SERVER_ADDRESS_XP *Next; member
172 struct _IP_ADAPTER_PREFIX_XP *Next; member
187 struct _IP_ADAPTER_WINS_SERVER_ADDRESS_LH *Next; member
203 struct _IP_ADAPTER_GATEWAY_ADDRESS_LH *Next; member
[all …]
Dwsdxmldom.h33 struct _WSDXML_PREFIX_MAPPING *Next; member
40 struct _WSDXML_ATTRIBUTE *Next; member
51 struct _WSDXML_NODE *Next; member
68 struct _WSDXML_ELEMENT_LIST *Next; member
/aosp_15_r20/frameworks/base/tools/aapt2/io/
H A DData.h54 bool Next(const void** data, size_t* size) override { in Next() function
103 bool Next(const void** data, size_t* size) override { in Next() function
151 bool Next(const void** data, size_t* size) override { in Next() function
200 bool Next(const void** /*data*/, size_t* /*size*/) override { return false; } in Next() function
/aosp_15_r20/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
/aosp_15_r20/prebuilts/go/linux-x86/src/internal/syscall/windows/
Dsyscall_windows.go70 Next *IpAdapterUnicastAddress member
84 Next *IpAdapterAnycastAddress member
91 Next *IpAdapterMulticastAddress member
98 Next *IpAdapterDnsServerAdapter member
105 Next *IpAdapterPrefix member
113 Next *IpAdapterWinsServerAddress member
120 Next *IpAdapterGatewayAddress member
127 Next *IpAdapterAddresses member

12345678910>>...46