Searched defs:ElementAt (Results 1 – 2 of 2) sorted by relevance
71 char* ElementAt(size_t index) const { return data.get() + index * step; } in ElementAt() function377 const BaseElementType* ListContainer<BaseElementType>::ElementAt( in ElementAt() function in cc::ListContainer393 BaseElementType* ListContainer<BaseElementType>::ElementAt(size_t index) { in ElementAt() function in cc::ListContainer
451 TYPE& ElementAt(int nIndex) in ElementAt() function