Home
last modified time | relevance | path

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

1234567

/external/protobuf/src/google/protobuf/io/
Dzero_copy_stream_impl_lite.cc64 bool ArrayInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ArrayInputStream
117 bool ArrayOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::ArrayOutputStream
153 bool StringOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::StringOutputStream
221 bool CopyingInputStreamAdaptor::Next(const void** data, int* size) { in Next() function in google::protobuf::io::CopyingInputStreamAdaptor
331 bool CopyingOutputStreamAdaptor::Next(void** data, int* size) { in Next() function in google::protobuf::io::CopyingOutputStreamAdaptor
Dzero_copy_stream_impl.cc88 bool FileInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::FileInputStream
191 bool FileOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::FileOutputStream
278 bool IstreamInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::IstreamInputStream
322 bool OstreamOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::OstreamOutputStream
358 bool ConcatenatingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::ConcatenatingInputStream
422 bool LimitingInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::LimitingInputStream
Dgzip_stream.cc119 bool GzipInputStream::Next(const void** data, int* size) { in Next() function in google::protobuf::io::GzipInputStream
266 bool GzipOutputStream::Next(void** data, int* size) { in Next() function in google::protobuf::io::GzipOutputStream
/external/llvm/include/llvm/Support/
DRecycler.h34 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/chromium/base/
Ddir_reader_fallback.h20 bool Next() { return false; } in Next() function
Ddir_reader_linux.h50 bool Next() { in Next() function
/external/regex-re2/util/
Drandom.cc11 int32 ACMRandom::Next() { in Next() function in re2::ACMRandom
/external/clang/test/CodeGen/
D2002-08-19-RecursiveLocals.c7 struct list *Next; member
D2002-07-14-MiscListTests.c19 struct list *Next; member
/external/clang/include/clang/Sema/
DObjCMethodList.h24 ObjCMethodList *Next; member
/external/clang/lib/Parse/
DParseTentative.cpp966 const Token &Next = NextToken(); in isCXXDeclarationSpecifier() local
1021 const Token &Next = NextToken(); in isCXXDeclarationSpecifier() local
1384 const Token &Next = NextToken(); in isCXXFunctionDeclarator() local
/external/openfst/src/include/fst/
Dmatcher.h108 void Next() { Next_(); } in Next() function
240 void Next() { in Next() function
449 void Next() { matcher_->Next(); } in Next() function
621 void Next() { in Next() function
790 void Next() { matcher_->Next(); } in Next() function
964 void Next() { in Next() function
1101 void Next() { base_->Next(); } in Next() function
Dfactor-weight.h91 void Next() {} in Next() function
106 void Next() { done_ = true; } in Next() function
134 void Next() { done_ = true; } in Next() function
Dcomplement.h205 void Next() { in Next() function
268 void Next() { in Next() function
/external/clang/include/clang/Basic/
DFileSystemStatCache.h76 if (FileSystemStatCache *Next = getNextStatCache()) in statChained() local
/external/chromium/third_party/libjingle/source/talk/base/
Dautodetectproxy.cc82 void AutoDetectProxy::Next() { in Next() function in talk_base::AutoDetectProxy
/external/chromium/chrome/common/
Dlibxml_utils.h61 bool Next() { return xmlTextReaderNext(reader_) == 1; } in Next() function
/external/llvm/lib/Transforms/Utils/
DSimplifyInstructions.cpp51 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runOnFunction() local
/external/llvm/include/llvm/
DUse.h127 Use *Next; variable
/external/srec/tools/thirdparty/OpenFst/fst/lib/
Dcomplement.h195 virtual void Next() { in Next() function
247 virtual void Next() { in Next() function
Dmutable-fst.h152 void Next() { data_.base->Next(); } in Next() function
/external/openfst/src/include/fst/extensions/pdt/
Dcollection.h69 void Next() { in Next() function
/external/webkit/Source/WebKit/win/
DCOMEnumVariant.h127 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Next(ULONG celt, VARIANT* rgVar, ULONG* pC… in Next() function

1234567