Home
last modified time | relevance | path

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

12345678910>>...18

/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
Dilist_base.h23 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()
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()
/external/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()
/external/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.cc88 bool FileInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::FileInputStream
177 bool FileOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::FileOutputStream
255 bool IstreamInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::IstreamInputStream
288 bool OstreamOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::OstreamOutputStream
316 bool ConcatenatingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ConcatenatingInputStream
/external/grpc-grpc/src/core/lib/transport/
Dbyte_stream.cc56 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/perfetto/src/trace_processor/containers/
Dbit_vector_iterators.h133 void Next() { SetIndex(index() + 1); } in Next() function
160 void Next() { in Next() function
Drow_map.h74 void Next() { ++index_; } in Next() function
94 void Next() { ++ordinal_; } in Next() function
134 void Next() { in Next() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/CodeView/
DTypeCollection.h36 Optional<TypeIndex> Next = getFirst(); in ForEachRecord() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-exegesis/lib/
DTarget.h67 const ExegesisTarget *Next = nullptr; variable
/external/v8/src/heap/
Dcombined-heap.cc17 HeapObject CombinedHeapObjectIterator::Next() { in Next() function in v8::internal::CombinedHeapObjectIterator
/external/flatbuffers/tests/FlatBuffers.Test/
DLcg.cs32 public uint Next() in Next() method in FlatBuffers.Test.Lcg
/external/libchrome/base/files/
Ddir_reader_fallback.h21 bool Next() { return false; } in Next() function
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_list.h36 struct rc_list * Next; member
/external/v8/src/profiler/
Dcircular-queue-inl.h57 typename SamplingCircularQueue<T, L>::Entry* SamplingCircularQueue<T, L>::Next( in Next() function
/external/clang/test/CodeGen/
D2002-08-19-RecursiveLocals.c7 struct list *Next; member
/external/tensorflow/tensorflow/core/platform/
Dprotobuf.cc25 bool TStringOutputStream::Next(void** data, int* size) { in Next() function in tensorflow::TStringOutputStream
/external/toolchain-utils/bestflags/
Dhill_climb_best_neighbor.py79 def Next(self, cache): member in HillClimbingBestBranch
Diterative_elimination.py118 def Next(self, cache): member in IterativeEliminationGeneration
/external/llvm/include/llvm/Support/
DTimer.h86 Timer **Prev, *Next; // Doubly linked list of timers in the group. variable
174 TimerGroup **Prev, *Next; // Doubly linked list of TimerGroup's. variable
/external/clang/lib/Parse/
DParseTentative.cpp1081 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/trace_processor/
Dtrace_processor.cc42 bool TraceProcessor::Iterator::Next() { in Next() function in perfetto::trace_processor::TraceProcessor::Iterator
/external/compiler-rt/lib/scudo/
Dscudo_utils.h44 u64 Next() { in Next() function
/external/perfetto/src/base/
Dstring_splitter.cc53 bool StringSplitter::Next() { in Next() function in perfetto::base::StringSplitter

12345678910>>...18