/external/protobuf/src/google/protobuf/io/ |
D | zero_copy_stream_impl_lite.cc | 64 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
|
D | zero_copy_stream_impl.cc | 88 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
|
D | gzip_stream.cc | 119 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/ |
D | Recycler.h | 34 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/chromium/base/ |
D | dir_reader_fallback.h | 20 bool Next() { return false; } in Next() function
|
D | dir_reader_linux.h | 50 bool Next() { in Next() function
|
/external/regex-re2/util/ |
D | random.cc | 11 int32 ACMRandom::Next() { in Next() function in re2::ACMRandom
|
/external/clang/test/CodeGen/ |
D | 2002-08-19-RecursiveLocals.c | 7 struct list *Next; member
|
D | 2002-07-14-MiscListTests.c | 19 struct list *Next; member
|
/external/clang/include/clang/Sema/ |
D | ObjCMethodList.h | 24 ObjCMethodList *Next; member
|
/external/clang/lib/Parse/ |
D | ParseTentative.cpp | 966 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/ |
D | matcher.h | 108 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
|
D | factor-weight.h | 91 void Next() {} in Next() function 106 void Next() { done_ = true; } in Next() function 134 void Next() { done_ = true; } in Next() function
|
D | complement.h | 205 void Next() { in Next() function 268 void Next() { in Next() function
|
/external/clang/include/clang/Basic/ |
D | FileSystemStatCache.h | 76 if (FileSystemStatCache *Next = getNextStatCache()) in statChained() local
|
/external/chromium/third_party/libjingle/source/talk/base/ |
D | autodetectproxy.cc | 82 void AutoDetectProxy::Next() { in Next() function in talk_base::AutoDetectProxy
|
/external/chromium/chrome/common/ |
D | libxml_utils.h | 61 bool Next() { return xmlTextReaderNext(reader_) == 1; } in Next() function
|
/external/llvm/lib/Transforms/Utils/ |
D | SimplifyInstructions.cpp | 51 SmallPtrSet<const Instruction*, 8> S1, S2, *ToSimplify = &S1, *Next = &S2; in runOnFunction() local
|
/external/llvm/include/llvm/ |
D | Use.h | 127 Use *Next; variable
|
/external/srec/tools/thirdparty/OpenFst/fst/lib/ |
D | complement.h | 195 virtual void Next() { in Next() function 247 virtual void Next() { in Next() function
|
D | mutable-fst.h | 152 void Next() { data_.base->Next(); } in Next() function
|
/external/openfst/src/include/fst/extensions/pdt/ |
D | collection.h | 69 void Next() { in Next() function
|
/external/webkit/Source/WebKit/win/ |
D | COMEnumVariant.h | 127 HRESULT STDMETHODCALLTYPE COMEnumVariant<ContainerType>::Next(ULONG celt, VARIANT* rgVar, ULONG* pC… in Next() function
|