Home
last modified time | relevance | path

Searched refs:InnerList (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/cc/quads/
Dlist_container.cc31 struct InnerList { struct in cc::ListContainer::ListContainerCharAllocator
43 InnerList() : capacity(0), size(0), step(0) {} in InnerList() function
74 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 …]
/external/clang/lib/StaticAnalyzer/Core/
DRegionStore.cpp1805 const SValListTy &InnerList = getInterestingValues(*InnerLCV); in getInterestingValues() local
1806 List.insert(List.end(), InnerList.begin(), InnerList.end()); in getInterestingValues()