Searched refs:InnerList (Results 1 – 2 of 2) sorted by relevance
31 struct InnerList { struct in cc::ListContainer::ListContainerCharAllocator43 InnerList() : capacity(0), size(0), step(0) {} in InnerList() function74 DISALLOW_COPY_AND_ASSIGN(InnerList);111 for (typename ScopedPtrVector<InnerList>::const_iterator iter = in Capacity()136 InnerList* InnerListById(size_t id) const { in InnerListById()143 scoped_ptr<InnerList> new_list(new InnerList); in AllocateNewList()146 InnerList* list = last_list_; in AllocateNewList()158 ScopedPtrVector<InnerList> storage_;162 InnerList* last_list_;210 typename ListContainerCharAllocator::InnerList* list = in Increment()[all …]
1805 const SValListTy &InnerList = getInterestingValues(*InnerLCV); in getInterestingValues() local1806 List.insert(List.end(), InnerList.begin(), InnerList.end()); in getInterestingValues()