Home
last modified time | relevance | path

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

12345678910

/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
/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/node/deps/v8/src/heap/
Dcombined-heap.cc17 HeapObject CombinedHeapObjectIterator::Next() { in Next() function in v8::internal::CombinedHeapObjectIterator
Dpaged-spaces-inl.h21 HeapObject PagedSpaceObjectIterator::Next() { in Next() function
/third_party/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_list.h36 struct rc_list * Next; member
/third_party/node/deps/v8/src/profiler/
Dcircular-queue-inl.h57 typename SamplingCircularQueue<T, L>::Entry* SamplingCircularQueue<T, L>::Next( in Next() function
/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/v8/src/wasm/
Dstreaming-decoder.cc565 AsyncStreamingDecoder::DecodeVarInt32::Next(AsyncStreamingDecoder* streaming) { in Next() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeVarInt32
579 AsyncStreamingDecoder::DecodeModuleHeader::Next( in Next() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeModuleHeader
588 AsyncStreamingDecoder::DecodeSectionID::Next(AsyncStreamingDecoder* streaming) { in Next() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeSectionID
632 AsyncStreamingDecoder::DecodeSectionPayload::Next( in Next() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeSectionPayload
700 AsyncStreamingDecoder::DecodeFunctionBody::Next( in Next() function in v8::internal::wasm::AsyncStreamingDecoder::DecodeFunctionBody
/third_party/node/src/
Dnode_bob.h70 using Next = std::function<void(int, const T*, size_t count, Done done)>; variable
/third_party/lame/dshow/
DREG.H72 LONG Next(LPTSTR pszStr, DWORD cbName) in Next() function
/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-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/include/llvm/Support/
DTimer.h86 Timer *Next = nullptr; ///< Next timer in the group. variable
192 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

12345678910