Home
last modified time | relevance | path

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

/external/chromium_org/cc/quads/
Dlist_container.h45 class CC_EXPORT ListContainerCharAllocator; variable
50 ListContainerCharAllocator* ptr_to_container;
57 PositionInListContainerCharAllocator(ListContainerCharAllocator* container,
74 Iterator(ListContainerCharAllocator* container,
88 ConstIterator(ListContainerCharAllocator* container,
104 ReverseIterator(ListContainerCharAllocator* container,
119 ConstReverseIterator(ListContainerCharAllocator* container,
176 scoped_ptr<ListContainerCharAllocator> data_;
Dlist_container.cc25 class ListContainer<BaseElementType>::ListContainerCharAllocator { class in cc::ListContainer
77 explicit ListContainerCharAllocator(size_t element_size) in ListContainerCharAllocator() function in cc::ListContainer::ListContainerCharAllocator
85 ListContainerCharAllocator(size_t element_size, size_t element_count) in ListContainerCharAllocator() function in cc::ListContainer::ListContainerCharAllocator
94 ~ListContainerCharAllocator() {} in ~ListContainerCharAllocator()
164 DISALLOW_COPY_AND_ASSIGN(ListContainerCharAllocator);
181 typename ListContainer<BaseElementType>::ListContainerCharAllocator* in PositionInListContainerCharAllocator()
210 typename ListContainerCharAllocator::InnerList* list = in Increment()
229 typename ListContainerCharAllocator::InnerList* list = in ReverseIncrement()
249 : data_(new ListContainerCharAllocator(max_size_for_derived_class)) { in ListContainer()
256 : data_(new ListContainerCharAllocator(max_size_for_derived_class, in ListContainer()
[all …]