Home
last modified time | relevance | path

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

123456789

/third_party/skia/third_party/externals/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()
DSparseMultiSet.h101 unsigned Next; member
159 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { in addValue()
244 unsigned Next() const { return SMS->Dense[Idx].Next; } in Next() function
DBreadthFirstIterator.h86 NodeRef Next = *(*ChildIt)++; in toNext() local
/third_party/skia/third_party/externals/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()
/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
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.cc90 bool FileInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::FileInputStream
179 bool FileOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::FileOutputStream
257 bool IstreamInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::IstreamInputStream
290 bool OstreamOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::OstreamOutputStream
318 bool ConcatenatingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ConcatenatingInputStream
Dgzip_stream.cc130 bool GzipInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::GzipInputStream
278 bool GzipOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::GzipOutputStream
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeCollection.h35 Optional<TypeIndex> Next = getFirst(); in ForEachRecord() local
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_list.h36 struct rc_list * Next; member
/third_party/skia/third_party/externals/dawn/src/dawn_wire/
DBufferConsumer_impl.h38 WireResult BufferConsumer<BufferT>::Next(T** data) { in Next() function
/third_party/node/deps/cares/src/lib/
Dares_iphlpapi.h128 struct _IP_ADAPTER_UNICAST_ADDRESS *Next; member
146 struct _IP_ADAPTER_ANYCAST_ADDRESS *Next; member
158 struct _IP_ADAPTER_MULTICAST_ADDRESS *Next; member
170 struct _IP_ADAPTER_DNS_SERVER_ADDRESS *Next; member
182 struct _IP_ADAPTER_PREFIX *Next; member
195 struct _IP_ADAPTER_ADDRESSES *Next; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DMicrosoftDemangle.h33 AllocatorNode *Next = nullptr; member
52 AllocatorNode *Next = Head->Next; in ~ArenaAllocator() local
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DTimer.h86 Timer *Next = nullptr; ///< Next timer in the group. variable
192 TimerGroup *Next; ///< Pointer to next timergroup in list. variable
DRecycler.h36 FreeNode *Next; member
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DTimer.h86 Timer *Next; ///< Next timer in the group. variable
191 TimerGroup *Next; ///< Pointer to next timergroup in list. variable
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Remarks/
DBitstreamRemarkParser.cpp161 Expected<BitstreamEntry> Next = Stream.advance(); in parseBlock() local
223 Expected<BitstreamEntry> Next = Stream.advance(); in parseBlockInfoBlock() local
252 Expected<BitstreamEntry> Next = Stream.advance(); in isBlock() local
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/
Dcord_rep_ring_reader.h86 absl::string_view Next() { in Next() function
Dcord_rep_btree_reader.h181 inline absl::string_view CordRepBtreeReader::Next() { in Next() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DEscapeEnumerator.cpp29 IRBuilder<> *EscapeEnumerator::Next() { in Next() function in EscapeEnumerator
/third_party/gn/src/gn/
Dconfig_values_extractors.h58 void Next() { cur_index_++; } in Next() function
/third_party/skia/include/core/
DSkContourMeasure.h66 static const Segment* Next(const Segment* seg) { in Next() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DUse.h117 Use *Next; variable
/third_party/typescript/tests/cases/compiler/
DramdaToolsNoInfinite.ts52 type Next<I extends any[]> = alias

123456789