Home
last modified time | relevance | path

Searched defs:GetItem (Results 1 – 17 of 17) sorted by relevance

/external/pdfium/core/fpdfapi/page/
Dcpdf_contentmarks.cpp34 CPDF_ContentMarkItem* CPDF_ContentMarks::GetItem(size_t index) { in GetItem() function in CPDF_ContentMarks
38 const CPDF_ContentMarkItem* CPDF_ContentMarks::GetItem(size_t index) const { in GetItem() function in CPDF_ContentMarks
110 CPDF_ContentMarkItem* CPDF_ContentMarks::MarkData::GetItem(size_t index) { in GetItem() function in CPDF_ContentMarks::MarkData
115 const CPDF_ContentMarkItem* CPDF_ContentMarks::MarkData::GetItem( in GetItem() function in CPDF_ContentMarks::MarkData
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dquic_interval_deque_peer.h25 static T* GetItem(QuicIntervalDeque<T, C>* interval_deque, in GetItem() function
/external/lzma/CPP/7zip/Archive/7z/
D7zItem.h116 bool GetItem(unsigned index, UInt32 &value) const in GetItem() function
152 bool GetItem(unsigned index, UInt64 &value) const in GetItem() function
/external/skia/src/base/
DSkTBlockList.h241 static T& GetItem(SkBlockAllocator::Block* block, int index) { in GetItem() function
244 static const T& GetItem(const SkBlockAllocator::Block* block, int index) { in GetItem() function
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Collections.pas104 function GetItem(const Key: TKey): TValue; in GetItem() function
232 function THashList<TKey, TValue>.GetItem(const Key: TKey): TValue; in GetItem() function
DAntlr.Runtime.Tools.pas478 function TList<T>.GetItem(Index: Integer): T; in GetItem() function
641 function TDictionary<TKey,TValue>.GetItem(const Key: TKey): TValue; in GetItem() function
/external/python/cpython2/Lib/test/
Dtest_index.py260 class GetItem(base): class
274 class GetItem(base): class
/external/lzma/CPP/Windows/Control/
DDialog.h17 HWND GetItem(int itemID) const in GetItem() function
DListView.h77 bool GetItem(LVITEM* item) const { return BOOLToBool(ListView_GetItem(_window, item)); } in GetItem() function
/external/python/cpython3/Lib/test/
Dtest_index.py256 class GetItem: class
/external/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc204 static PyObject* GetItem(RepeatedCompositeContainer* self, Py_ssize_t index, in GetItem() function
Ddescriptor_containers.cc595 static PyObject* GetItem(PyContainer* self, Py_ssize_t index) { in GetItem() function
/external/cronet/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc204 static PyObject* GetItem(RepeatedCompositeContainer* self, Py_ssize_t index, in GetItem() function
Ddescriptor_containers.cc595 static PyObject* GetItem(PyContainer* self, Py_ssize_t index) { in GetItem() function
/external/pdfium/xfa/fwl/
Dcfwl_listbox.cpp817 CFWL_ListBox::Item* CFWL_ListBox::GetItem(const CFWL_Widget* pWidget, in GetItem() function in CFWL_ListBox
/external/tensorflow/tensorflow/compiler/xla/service/
Dhlo_rematerialization.cc266 Item* GetItem(const HloInstruction* inst) const { in GetItem() function in xla::__anondb90d2120111::InstructionList
/external/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp785 HRESULT CArc::GetItem(UInt32 index, CReadArcItem &item) const in GetItem() function in CArc