/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/grpc/src/core/lib/transport/ |
D | byte_stream.cc | 56 bool SliceBufferByteStream::Next(size_t /*max_size_hint*/, in Next() function in grpc_core::SliceBufferByteStream 112 bool ByteStreamCache::CachingByteStream::Next(size_t max_size_hint, in Next() function in grpc_core::ByteStreamCache::CachingByteStream
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/datasetops/ |
D | build_sentence_piece_vocab_op.cc | 132 void BuildSentencePieceVocabOp::Next(std::string *sentence) { in Next() function in mindspore::dataset::BuildSentencePieceVocabOp 178 void BuildSentencePieceVocabOp::DatasetSentenceIterator::Next() { in Next() function in mindspore::dataset::BuildSentencePieceVocabOp::DatasetSentenceIterator
|
/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/flatbuffers/tests/FlatBuffers.Test/ |
D | Lcg.cs | 32 public uint Next() in Next() method in FlatBuffers.Test.Lcg
|
/third_party/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_list.h | 36 struct rc_list * Next; member
|
/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/cares/src/lib/ |
D | ares_iphlpapi.h | 128 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/ |
D | MicrosoftDemangle.h | 33 AllocatorNode *Next = nullptr; member 52 AllocatorNode *Next = Head->Next; in ~ArenaAllocator() 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/re2/re2/testing/ |
D | string_generator.cc | 84 const StringPiece& StringGenerator::Next() { in Next() function in re2::StringGenerator
|
/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/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-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/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/gn/src/gn/ |
D | config_values_extractors.h | 58 void Next() { cur_index_++; } in Next() function
|
/third_party/grpc/src/csharp/Grpc.IntegrationTesting/ |
D | InterarrivalTimers.cs | 125 public double Next() in Next() method in Grpc.IntegrationTesting.PoissonInterarrivalTimer.ExponentialDistribution
|