Searched defs:Prev (Results 1 - 25 of 67) sorted by path

123

/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_iterator_impl.cc55 leveldb::Status LevelDBIteratorImpl::Prev() { function in class:content::LevelDBIteratorImpl
57 iterator_->Prev();
H A Dleveldb_transaction.cc157 leveldb::Status LevelDBTransaction::DataIterator::Prev() { function in class:content::LevelDBTransaction::DataIterator
277 leveldb::Status LevelDBTransaction::TransactionIterator::Prev() { function in class:content::LevelDBTransaction::TransactionIterator
298 non_current->Prev();
309 s = current_->Prev();
360 data_iterator_->Prev();
386 db_iterator_->Prev();
398 data_iterator_->Prev();
/external/chromium_org/third_party/leveldatabase/src/db/
H A Ddb_iter.cc83 virtual void Prev();
205 void DBIter::Prev() { function in class:leveldb::__anon12441::DBIter
214 iter_->Prev();
259 iter_->Prev();
H A Ddb_test.cc325 for (iter->SeekToLast(); iter->Valid(); iter->Prev()) {
685 iter->Prev();
694 iter->Prev();
729 iter->Prev();
734 iter->Prev();
736 iter->Prev();
738 iter->Prev();
758 iter->Prev();
759 iter->Prev();
767 iter->Prev();
1920 virtual void Prev() { --iter_; } function in class:leveldb::ModelDB::ModelIter
[all...]
H A Dmemtable.cc60 virtual void Prev() { iter_.Prev(); } function in class:leveldb::MemTableIterator
H A Dskiplist.h75 void Prev();
211 inline void SkipList<Key,Comparator>::Iterator::Prev() { function in class:leveldb::SkipList::Iterator
H A Dversion_set.cc176 virtual void Prev() { function in class:leveldb::Version::LevelFileNumIterator
/external/chromium_org/third_party/leveldatabase/src/table/
H A Dblock.cc144 virtual void Prev() { function in class:leveldb::Block::Iter
H A Diterator.cc50 virtual void Prev() { assert(false); } function in class:leveldb::__anon12460::EmptyIterator
H A Diterator_wrapper.h43 void Prev() { assert(iter_); iter_->Prev(); Update(); } function in class:leveldb::IteratorWrapper
H A Dmerger.cc85 virtual void Prev() { function in class:leveldb::__anon12461::MergingIterator
100 child->Prev();
110 current_->Prev();
H A Dtable_test.cc290 virtual void Prev() { iter_->Prev(); } function in class:leveldb::KeyConvertingIterator
511 iter->Prev();
558 if (kVerbose) fprintf(stderr, "Prev\n");
559 iter->Prev();
H A Dtwo_level_iterator.cc32 virtual void Prev();
118 void TwoLevelIterator::Prev() { function in class:leveldb::__anon12464::TwoLevelIterator
120 data_iter_.Prev();
145 index_iter_.Prev();
/external/chromium_org/third_party/libjingle/source/talk/xmpp/
H A Dchatroommoduleimpl.cc136 virtual bool Prev();
705 XmppChatroomMemberEnumeratorImpl::Prev() { function in class:buzz::XmppChatroomMemberEnumeratorImpl
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/r300/compiler/
H A Dradeon_list.h35 struct rc_list * Prev; member in struct:rc_list
H A Dradeon_program.h134 struct rc_instruction * Prev; member in struct:rc_instruction
154 * Instructions.Prev points to the last instruction.
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/pdfapi/
H A DSkPdfFileTrailerDictionary_autogen.cpp23 int64_t SkPdfFileTrailerDictionary::Prev(SkPdfNativeDoc* doc) { function in class:SkPdfFileTrailerDictionary
24 SkPdfNativeObject* ret = get("Prev", "");
32 return get("Prev", "") != NULL;
H A DSkPdfOutlineItemDictionary_autogen.cpp35 SkPdfDictionary* SkPdfOutlineItemDictionary::Prev(SkPdfNativeDoc* doc) { function in class:SkPdfOutlineItemDictionary
36 SkPdfNativeObject* ret = get("Prev", "");
44 return get("Prev", "") != NULL;
/external/clang/include/clang/AST/
H A DDeclBase.h869 Decl *Prev = getPreviousDecl(); local
873 if (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary)
902 Decl *Prev = getPreviousDecl(); local
908 (Prev && Prev->getIdentifierNamespace() & IDNS_Tag))
915 (Prev && Prev->getIdentifierNamespace() & IDNS_Ordinary))
/external/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyCommon.h226 CallingContext *Prev; // The previous context; or 0 if none. member in struct:clang::threadSafety::SExprBuilder::CallingContext
232 : AttrDecl(D), SelfArg(S), NumArgs(N), FunArgs(A), Prev(P),
/external/clang/include/clang/Lex/
H A DPreprocessor.h436 MacroInfoChain *Prev; member in struct:clang::Preprocessor::MacroInfoChain
/external/clang/lib/AST/
H A DASTDumper.cpp155 const Decl *Prev; member in class:__anon17715::ASTDumper::ChildDumper
158 ChildDumper(ASTDumper &Dumper) : Dumper(Dumper), Prev(nullptr) {}
160 if (Prev) {
168 if (Prev) {
170 Dumper.dumpDeclRef(Prev);
172 Dumper.dumpDecl(Prev);
174 Prev = D;
651 const T *Prev = D->getPreviousDecl(); local
652 if (Prev)
653 OS << " prev " << Prev; local
[all...]
H A DDecl.cpp1139 if (const VarDecl *Prev = Var->getPreviousDecl()) {
1140 LinkageInfo PrevLV = getLVForDecl(Prev, computation);
2716 const FunctionDecl *Prev = this; local
2718 while ((Prev = Prev->getPreviousDecl())) {
2719 FoundBody |= Prev->Body.isValid();
2721 if (Prev->Body) {
2724 if (!Prev->isInlineSpecified() ||
2725 Prev->getStorageClass() != SC_Extern)
2727 } else if (Prev
2744 const FunctionDecl *Prev = this; local
[all...]
H A DDeclCXX.cpp2036 UsingShadowDecl *Prev = FirstUsingShadow.getPointer(); local
2037 while (Prev->UsingOrNextShadow != S)
2038 Prev = cast<UsingShadowDecl>(Prev->UsingOrNextShadow);
2039 Prev->UsingOrNextShadow = S->UsingOrNextShadow;
/external/clang/lib/Analysis/
H A DCFG.cpp117 /// Create valid iterator. In case when S.Prev is an invalid iterator and
124 *this = Scope->Prev;
143 *this = Scope->Prev;
175 const_iterator Prev; member in class:__anon17770::LocalScope
180 : ctx(ctx), Vars(ctx, 4), Prev(P) {}
200 F = F.Scope->Prev;

Completed in 710 milliseconds

123