/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ilist_base.h | 23 static void insertBeforeImpl(node_base_type &Next, node_base_type &N) { in insertBeforeImpl() 33 node_base_type *Next = N.getNext(); in removeImpl() local 53 static void transferBeforeImpl(node_base_type &Next, node_base_type &First, in transferBeforeImpl() 77 template <class T> static void insertBefore(T &Next, T &N) { in insertBefore() 86 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()
|
/external/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()
|
/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 70 bool ArrayInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ArrayInputStream 123 bool ArrayOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::ArrayOutputStream 159 bool StringOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::StringOutputStream 218 bool LazyStringOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::LazyStringOutputStream 266 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { in Next() function in google::protobuf::io::CopyingInputStreamAdaptor 376 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { in Next() function in google::protobuf::io::CopyingOutputStreamAdaptor
|
D | zero_copy_stream_impl.cc | 90 bool FileInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::FileInputStream 193 bool FileOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::FileOutputStream 280 bool IstreamInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::IstreamInputStream 324 bool OstreamOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::OstreamOutputStream 360 bool ConcatenatingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ConcatenatingInputStream 426 bool LimitingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::LimitingInputStream
|
/external/v8/src/wasm/ |
D | streaming-decoder.cc | 281 StreamingDecoder::DecodeVarInt32::Next(StreamingDecoder* streaming) { in Next() function in v8::internal::wasm::StreamingDecoder::DecodeVarInt32 296 StreamingDecoder::DecodeModuleHeader::Next(StreamingDecoder* streaming) { in Next() function in v8::internal::wasm::StreamingDecoder::DecodeModuleHeader 306 StreamingDecoder::DecodeSectionID::Next(StreamingDecoder* streaming) { in Next() function in v8::internal::wasm::StreamingDecoder::DecodeSectionID 344 StreamingDecoder::DecodeSectionPayload::Next(StreamingDecoder* streaming) { in Next() function in v8::internal::wasm::StreamingDecoder::DecodeSectionPayload 407 StreamingDecoder::DecodeFunctionBody::Next(StreamingDecoder* streaming) { in Next() function in v8::internal::wasm::StreamingDecoder::DecodeFunctionBody
|
/external/grpc-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 114 bool ByteStreamCache::CachingByteStream::Next(size_t max_size_hint, in Next() function in grpc_core::ByteStreamCache::CachingByteStream
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/ |
D | TypeCollection.h | 36 Optional<TypeIndex> Next = getFirst(); in ForEachRecord() local
|
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | Recycler.h | 33 RecyclerStruct *Prev, *Next; member
|
D | Timer.h | 90 Timer **Prev, *Next; // Doubly linked list of timers in the group. variable 170 TimerGroup **Prev, *Next; // Doubly linked list of TimerGroup's. variable
|
D | Registry.h | 85 node *Next; variable 136 listener *Prev, *Next; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/ |
D | Target.h | 67 const ExegesisTarget *Next = nullptr; variable
|
/external/flatbuffers/tests/FlatBuffers.Test/ |
D | Lcg.cs | 32 public uint Next() in Next() method in FlatBuffers.Test.Lcg
|
/external/mesa3d/src/gallium/drivers/r300/compiler/ |
D | radeon_list.h | 36 struct rc_list * Next; member
|
/external/libchrome/base/files/ |
D | dir_reader_fallback.h | 21 bool Next() { return false; } in Next() function
|
/external/v8/src/profiler/ |
D | circular-queue-inl.h | 60 typename SamplingCircularQueue<T, L>::Entry* SamplingCircularQueue<T, L>::Next( in Next() function
|
/external/clang/test/CodeGen/ |
D | 2002-08-19-RecursiveLocals.c | 7 struct list *Next; member
|
/external/libtextclassifier/utils/ |
D | lua-utils.h | 122 int Next(lua_State *state) const override { in Next() function 128 int Next(const T *items, const int64 pos, lua_State *state) const { in Next() function
|
/external/toolchain-utils/bestflags/ |
D | hill_climb_best_neighbor.py | 79 def Next(self, cache): member in HillClimbingBestBranch
|
/external/llvm/include/llvm/Support/ |
D | Timer.h | 86 Timer **Prev, *Next; // Doubly linked list of timers in the group. variable 174 TimerGroup **Prev, *Next; // Doubly linked list of TimerGroup's. variable
|
/external/compiler-rt/lib/scudo/ |
D | scudo_utils.h | 44 u64 Next() { in Next() function
|
/external/perfetto/src/trace_processor/ |
D | trace_processor.cc | 41 bool TraceProcessor::Iterator::Next() { in Next() function in perfetto::trace_processor::TraceProcessor::Iterator
|
/external/clang/lib/Parse/ |
D | ParseTentative.cpp | 1081 TentativeParseCCC(const Token &Next) { in TentativeParseCCC() 1215 const Token &Next = NextToken(); in isCXXDeclarationSpecifier() local 1268 const Token &Next = NextToken(); in isCXXDeclarationSpecifier() local 1677 const Token &Next = NextToken(); in isCXXFunctionDeclarator() local
|
/external/perfetto/src/base/ |
D | string_splitter.cc | 53 bool StringSplitter::Next() { in Next() function in perfetto::base::StringSplitter
|