Home
last modified time | relevance | path

Searched defs:GetNext (Results 1 – 24 of 24) sorted by relevance

/external/libchrome/base/
Datomic_sequence_num.h24 inline int GetNext() { in GetNext() function
49 inline int GetNext() { in GetNext() function
Dcallback_list.h146 CallbackType* GetNext() { in GetNext() function
Dobserver_list.h149 ObserverType* ObserverListBase<ObserverType>::Iterator::GetNext() { in GetNext() function
/external/v8/src/libplatform/
Dtask-queue.cc30 Task* TaskQueue::GetNext() { in GetNext() function in v8::platform::TaskQueue
/external/pdfium/xfa/src/fdp/src/fde/
Dfde_iterator.cpp47 FDE_HVISUALOBJ CFDE_VisualSetIterator::GetNext(IFDE_VisualSet*& pVisualSet, in GetNext() function in CFDE_VisualSetIterator
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Joints/
Db2Joint.h201 inline b2Joint* b2Joint::GetNext() in GetNext() function
206 inline const b2Joint* b2Joint::GetNext() const in GetNext() function
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/
Db2Fixture.h283 inline b2Fixture* b2Fixture::GetNext() in GetNext() function
288 inline const b2Fixture* b2Fixture::GetNext() const in GetNext() function
Db2Body.h717 inline b2Body* b2Body::GetNext() in GetNext() function
722 inline const b2Body* b2Body::GetNext() const in GetNext() function
/external/libgdx/extensions/gdx-box2d/gdx-box2d/jni/Box2D/Dynamics/Contacts/
Db2Contact.h264 inline b2Contact* b2Contact::GetNext() in GetNext() function
269 inline const b2Contact* b2Contact::GetNext() const in GetNext() function
/external/libweave/third_party/chromium/base/
Dcallback_list.h146 CallbackType* GetNext() { in GetNext() function
Dobserver_list.h143 ObserverType* ObserverListBase<ObserverType>::Iterator::GetNext() { in GetNext() function
/external/libchrome/base/strings/
Dstring_tokenizer.h128 bool GetNext() { in GetNext() function
/external/chromium-trace/catapult/telemetry/telemetry/internal/image_processing/
Dscreen_finder.py154 def GetNext(self): member in ScreenFinder
/external/v8/src/ast/
Dast-value-factory.cc46 uint16_t GetNext() { return literal_bytes_[pos_++]; } in GetNext() function in v8::internal::__anona4761a880111::OneByteStringStream
/external/pdfium/xfa/src/fee/src/fee/
Dfde_txtedtpage.cpp596 FDE_HVISUALOBJ CFDE_TxtEdtPage::GetNext(FDE_HVISUALOBJ hCanvas, in GetNext() function in CFDE_TxtEdtPage
/external/libvpx/libvpx/third_party/libwebm/
Dmkvparser.cpp2107 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const { in GetNext() function in mkvparser::Cues
2516 const Cluster* Segment::GetNext(const Cluster* pCurr) { in GetNext() function in mkvparser::Segment
4706 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() function in mkvparser::Track
7030 long Cluster::GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const { in GetNext() function in mkvparser::Cluster
/external/pdfium/core/include/fxcrt/
Dfx_basic.h791 void* GetNext(FX_POSITION& rPosition) const { in GetNext() function
/external/libvpx/libwebm/mkvparser/
Dmkvparser.cc2106 const CuePoint* Cues::GetNext(const CuePoint* pCurr) const { in GetNext() function in mkvparser::Cues
2515 const Cluster* Segment::GetNext(const Cluster* pCurr) { in GetNext() function in mkvparser::Segment
4705 long Track::GetNext(const BlockEntry* pCurrEntry, in GetNext() function in mkvparser::Track
7248 long Cluster::GetNext(const BlockEntry* pCurr, const BlockEntry*& pNext) const { in GetNext() function in mkvparser::Cluster
/external/pdfium/core/src/fpdfdoc/
Ddoc_form.cpp20 void GetNext(const FX_WCHAR*& pSubName, FX_STRSIZE& size) { in GetNext() function in CFieldNameExtractor
/external/pdfium/xfa/src/fgas/src/font/
Dfx_stdfontmgr.cpp580 IFX_FileAccess* CFX_FontSourceEnum_File::GetNext(FX_POSITION& pos, in GetNext() function in CFX_FontSourceEnum_File
/external/pdfium/xfa/src/fxfa/src/parser/
Dxfa_layout_itemlayout.cpp463 CXFA_LayoutItem* CXFA_LayoutItem::GetNext() const { in GetNext() function in CXFA_LayoutItem
Dxfa_objectacc_imp.cpp531 int32_t CXFA_Keep::GetNext() { in GetNext() function in CXFA_Keep
/external/v8/src/
Dobjects.h9528 T GetNext() { return data_[index_++]; } in GetNext() function
Dobjects-inl.h3902 uint16_t StringCharacterStream::GetNext() { in GetNext() function