Home
last modified time | relevance | path

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

123456789

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc68 bool ArrayInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ArrayInputStream
121 bool ArrayOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::ArrayOutputStream
157 bool StringOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::StringOutputStream
233 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { in Next() function in google::protobuf::io::CopyingInputStreamAdaptor
343 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { in Next() function in google::protobuf::io::CopyingOutputStreamAdaptor
Dzero_copy_stream_impl.cc89 bool FileInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::FileInputStream
192 bool FileOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::FileOutputStream
279 bool IstreamInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::IstreamInputStream
323 bool OstreamOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::OstreamOutputStream
359 bool ConcatenatingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ConcatenatingInputStream
425 bool LimitingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::LimitingInputStream
Dgzip_stream.cc123 bool GzipInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::GzipInputStream
271 bool GzipOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::GzipOutputStream
/external/clang/lib/Parse/
DParseTentative.cpp1016 TentativeParseCCC(const Token &Next) { in TentativeParseCCC()
1150 const Token &Next = NextToken(); in isCXXDeclarationSpecifier() local
1203 const Token &Next = NextToken(); in isCXXDeclarationSpecifier() local
1605 const Token &Next = NextToken(); in isCXXFunctionDeclarator() local
/external/lzma/CPP/Windows/
DFileFind.cpp292 bool CEnumerator::Next(CFileInfo &fi) in Next() function in NWindows::NFile::NFind::CEnumerator
303 bool CEnumerator::Next(CFileInfo &fi, bool &found) in Next() function in NWindows::NFile::NFind::CEnumerator
323 bool CEnumeratorW::Next(CFileInfoW &fi) in Next() function in NWindows::NFile::NFind::CEnumeratorW
334 bool CEnumeratorW::Next(CFileInfoW &fi, bool &found) in Next() function in NWindows::NFile::NFind::CEnumeratorW
/external/llvm/include/llvm/Support/
DRecycler.h35 RecyclerStruct *Prev, *Next; member
DTimer.h85 Timer **Prev, *Next; // Doubly linked list of timers in the group. variable
165 TimerGroup **Prev, *Next; // Doubly linked list of TimerGroup's. variable
DRegistry.h89 node *Next; variable
145 listener *Prev, *Next; variable
/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/openfst/src/include/fst/
Dmatcher.h119 void Next() { Next_(); } in Next() function
282 void Next() { in Next() function
492 void Next() { matcher_->Next(); } in Next() function
670 void Next() { in Next() function
848 void Next() { matcher_->Next(); } in Next() function
1050 void Next() { in Next() function
1190 void Next() { base_->Next(); } in Next() function
Dfactor-weight.h90 void Next() {} in Next() function
105 void Next() { done_ = true; } in Next() function
133 void Next() { done_ = true; } in Next() function
/external/clang/test/CodeGen/
D2002-08-19-RecursiveLocals.c7 struct list *Next; member
D2002-07-14-MiscListTests.c19 struct list *Next; member
/external/v8/src/
Dcircular-queue-inl.h60 typename SamplingCircularQueue<T, L>::Entry* SamplingCircularQueue<T, L>::Next( in Next() function
/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/clang/include/clang/AST/
DRedeclarable.h43 mutable llvm::PointerUnion<NotKnownLatest, KnownLatest> Next; variable
205 decl_type *Next = Current->getNextRedeclaration(); variable
/external/llvm/include/llvm/ADT/
DSparseMultiSet.h94 unsigned Next; member
157 unsigned addValue(const ValueT& V, unsigned Prev, unsigned Next) { in addValue()
241 unsigned Next() const { return SMS->Dense[Idx].Next; } in Next() function
/external/libvpx/libvpx/test/
Dwebm_video_source.h58 virtual void Next() { in Next() function
Divf_video_source.h70 virtual void Next() { in Next() function
/external/llvm/lib/CodeGen/AsmPrinter/
DDebugLocEntry.h103 bool MergeValues(const DebugLocEntry &Next) { in MergeValues()
123 bool MergeRanges(const DebugLocEntry &Next) { in MergeRanges()
/external/openfst/src/include/fst/extensions/far/
Dfar.h321 void Next() { return reader_->Next(); } in Next() function
369 void Next() { return reader_->Next(); } in Next() function
454 void Next() { in Next() function
/external/llvm/lib/Transforms/Utils/
DSimplifyInstructions.cpp59 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runOnFunction() local

123456789