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

/external/chromium_org/cc/quads/
H A Dlist_container.cc27 // ListContainerCharAllocator::InnerList
31 struct InnerList { struct in class:cc::ListContainer::ListContainerCharAllocator
43 InnerList() : capacity(0), size(0), step(0) {} function in struct:cc::ListContainer::ListContainerCharAllocator::InnerList
55 // Decrease capacity to avoid creating not full not last InnerList.
74 DISALLOW_COPY_AND_ASSIGN(InnerList);
111 for (typename ScopedPtrVector<InnerList>::const_iterator iter =
132 // TODO(weiliangc): Free the InnerList if it is empty.
136 InnerList* InnerListById(size_t id) const {
143 scoped_ptr<InnerList> new_list(new InnerList);
[all...]
/external/clang/lib/StaticAnalyzer/Core/
H A DRegionStore.cpp1805 const SValListTy &InnerList = getInterestingValues(*InnerLCV); local
1806 List.insert(List.end(), InnerList.begin(), InnerList.end());

Completed in 258 milliseconds