| /third_party/skia/third_party/externals/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()
|
| D | SparseMultiSet.h | 101 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/ |
| 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()
|
| /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 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
|
| D | zero_copy_stream_impl.cc | 90 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
|
| D | gzip_stream.cc | 130 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/ |
| D | TypeCollection.h | 35 Optional<TypeIndex> Next = getFirst(); in ForEachRecord() local
|
| /third_party/node/deps/v8/src/heap/ |
| D | combined-heap.cc | 17 HeapObject CombinedHeapObjectIterator::Next() { in Next() function in v8::internal::CombinedHeapObjectIterator
|
| D | paged-spaces-inl.h | 21 HeapObject PagedSpaceObjectIterator::Next() { in Next() function
|
| /third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
| D | radeon_list.h | 36 struct rc_list * Next; member
|
| /third_party/node/deps/v8/src/profiler/ |
| D | circular-queue-inl.h | 57 typename SamplingCircularQueue<T, L>::Entry* SamplingCircularQueue<T, L>::Next( in Next() function
|
| /third_party/skia/third_party/externals/dawn/src/dawn_wire/ |
| D | BufferConsumer_impl.h | 38 WireResult BufferConsumer<BufferT>::Next(T** data) { in Next() function
|
| /third_party/node/deps/v8/src/wasm/ |
| D | streaming-decoder.cc | 565 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/ |
| D | node_bob.h | 70 using Next = std::function<void(int, const T*, size_t count, Done done)>; variable
|
| /third_party/lame/dshow/ |
| D | REG.H | 72 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/ |
| D | MicrosoftDemangle.h | 33 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/ |
| D | Timer.h | 86 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/ |
| D | Timer.h | 86 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/ |
| D | BitstreamRemarkParser.cpp | 161 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/ |
| D | cord_rep_ring_reader.h | 86 absl::string_view Next() { in Next() function
|
| D | cord_rep_btree_reader.h | 181 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/ |
| D | EscapeEnumerator.cpp | 29 IRBuilder<> *EscapeEnumerator::Next() { in Next() function in EscapeEnumerator
|
| /third_party/gn/src/gn/ |
| D | config_values_extractors.h | 58 void Next() { cur_index_++; } in Next() function
|