Home
last modified time | relevance | path

Searched refs:GetItem (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/src/core/
DSkTBlockList.h122 GetItem(block, releaseIndex).~T(); in pop_back()
179 return GetItem(fAllocator->headBlock(), First(fAllocator->headBlock())); in front()
183 return GetItem(fAllocator->headBlock(), First(fAllocator->headBlock())); in front()
191 return GetItem(fAllocator->currentBlock(), Last(fAllocator->currentBlock())); in back()
195 return GetItem(fAllocator->currentBlock(), Last(fAllocator->currentBlock())); in back()
215 return GetItem(b, index); in item()
235 static T& GetItem(SkBlockAllocator::Block* block, int index) { in GetItem() function
238 static const T& GetItem(const SkBlockAllocator::Block* block, int index) { in GetItem() function
272 using Iter = BlockIndexIterator<T&, true, false, &First, &Last, &Increment, &GetItem>;
273 using CIter = BlockIndexIterator<const T&, true, true, &First, &Last, &Increment, &GetItem>;
[all …]
/third_party/protobuf/python/google/protobuf/pyext/
Drepeated_composite_container.cc214 static PyObject* GetItem(RepeatedCompositeContainer* self, Py_ssize_t index, in GetItem() function
245 return GetItem(self, index, length); in Subscript()
267 PyList_SET_ITEM(result, i, GetItem(self, cur, length)); in Subscript()
307 ScopedPyObjectPtr item(GetItem(self, i, len)); in Subscript()
442 return GetItem(self, index); in Subscript()
455 PyObject* item = GetItem(self, index, length); in Subscript()
Ddescriptor_containers.cc604 static PyObject* GetItem(PyContainer* self, Py_ssize_t index) { in GetItem() function
622 return GetItem(self, index); in SeqSubscript()
732 (ssizeargfunc)GetItem, // sq_item
/third_party/gn/src/gn/
Dbuilder.h44 const Item* GetItem(const Label& label) const;
Dcommands.cc110 const Item* item = setup->builder().GetItem(label); in ResolveStringFromCommandLineInput()
493 const Item* item = setup->builder().GetItem(label); in ResolveTargetFromCommandLineString()
Druntime_deps.cc166 const Item* item = builder.GetItem(label); in CollectRuntimeDepsFromFlag()
Dbuilder.cc117 const Item* Builder::GetItem(const Label& label) const { in GetItem() function in Builder
/third_party/python/Lib/test/
Dtest_index.py256 class GetItem: class
261 x = GetItem()
/third_party/chromium/patch/
D0003-ohos-1115.patch59163 + virtual std::shared_ptr<NWebHistoryItem> GetItem(int32_t index) = 0;
66838 +std::shared_ptr<NWebHistoryItem> NWebHistoryListImpl::GetItem(int32_t index) {
66909 + std::shared_ptr<NWebHistoryItem> GetItem(int32_t index) override;