Home
last modified time | relevance | path

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

12345678910>>...12

/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.cc70 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
Dzero_copy_stream_impl.cc90 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
Dgzip_stream.cc124 bool GzipInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::GzipInputStream
275 bool GzipOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::GzipOutputStream
/external/swiftshader/third_party/LLVM/include/llvm/Support/
DRecycler.h33 RecyclerStruct *Prev, *Next; member
DTimer.h90 Timer **Prev, *Next; // Doubly linked list of timers in the group. variable
170 TimerGroup **Prev, *Next; // Doubly linked list of TimerGroup's. variable
DRegistry.h85 node *Next; variable
136 listener *Prev, *Next; variable
/external/flatbuffers/tests/FlatBuffers.Test/
DLcg.cs32 public uint Next() in Next() method in FlatBuffers.Test.Lcg
/external/regex-re2/util/
Drandom.cc11 int32 ACMRandom::Next() { in Next() function in re2::ACMRandom
/external/mesa3d/src/gallium/drivers/r300/compiler/
Dradeon_list.h36 struct rc_list * Next; member
/external/libchrome/base/files/
Ddir_reader_fallback.h21 bool Next() { return false; } in Next() function
/external/v8/src/profiler/
Dcircular-queue-inl.h60 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/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
Dsteering_test.py51 def Next(self, _): member in MockGeneration
/external/pdfium/xfa/fde/
Dcfx_chariter.cpp16 bool CFX_CharIter::Next(bool bPrev) { in Next() function in CFX_CharIter
/external/compiler-rt/lib/scudo/
Dscudo_utils.h44 u64 Next() { in Next() function
/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/regex-re2/re2/testing/
Dstring_generator.cc79 const StringPiece& StringGenerator::Next() { in Next() function in re2::StringGenerator
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_procmaps_linux.cc29 bool MemoryMappingLayout::Next(uptr *start, uptr *end, uptr *offset, in Next() function in __sanitizer::MemoryMappingLayout
Dsanitizer_procmaps_freebsd.cc51 bool MemoryMappingLayout::Next(uptr *start, uptr *end, uptr *offset, in Next() function in __sanitizer::MemoryMappingLayout
/external/c-ares/
Dares_iphlpapi.h128 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

12345678910>>...12