Searched defs:size_type (Results 1 - 17 of 17) sorted by path

/frameworks/compile/mclinker/include/mcld/ADT/
H A DBinTree.h113 typedef size_t size_type; typedef in class:mcld::PolicyIteratorBase
202 typedef size_t size_type; typedef in struct:mcld::TreeIterator
360 typedef size_t size_type; typedef in class:mcld::BinaryTree
H A DHashBase.h71 typedef size_t size_type; typedef in class:mcld::HashTableImpl
H A DHashIterator.h261 typedef size_t size_type; typedef in class:mcld::HashIterator
H A DHashTable.h40 typedef size_t size_type; typedef in class:mcld::HashTable
61 explicit HashTable(size_type pSize=3);
76 size_type erase(const key_type& pKey);
87 size_type count(const key_type& pKey) const;
98 void rehash(size_type pCount);
H A DTreeBase.h39 typedef size_t size_type; typedef in class:mcld::TreeIteratorBase
H A DTypeTraits.h25 typedef size_t size_type; typedef in struct:mcld::ConstTraits
36 typedef size_t size_type; typedef in struct:mcld::NonConstTraits
47 typedef size_t size_type; typedef in struct:mcld::ConstIteratorTraits
59 typedef size_t size_type; typedef in struct:mcld::NonConstIteratorTraits
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h71 typedef size_t size_type; typedef in class:mcld::BinaryTree
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h46 typedef size_t size_type; typedef in class:mcld::NamePool
49 explicit NamePool(size_type pSize = 3);
95 size_type size() const
129 void reserve(size_type pN);
131 size_type capacity() const;
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h104 typedef size_t size_type; typedef in class:mcld::LinearAllocatorBase
154 pointer allocate(size_type N) {
161 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
186 void deallocate(pointer &pPtr, size_type N) {
248 size_type max_size() const
269 size_type m_AllocatedNum;
329 typedef size_t size_type; typedef in class:mcld::MallocAllocator
359 pointer allocate(size_type pNumOfElements, const void* = 0)
365 void deallocate(pointer pObject, size_type)
368 size_type max_siz
383 typedef size_t size_type; typedef in class:mcld::MallocAllocator
[all...]
H A DDirectory.h117 typedef size_t size_type; typedef in class:mcld::sys::fs::DirIterator
H A DGCFactory.h73 typedef size_t size_type; typedef in class:mcld::DataIterator
125 typedef typename Alloc::size_type size_type; typedef in class:mcld::GCFactoryBase
153 void deallocate(pointer &pPtr, size_type N) {
/frameworks/native/include/ui/
H A Dmat4.h47 typedef size_t size_type; typedef in class:android::tmat44
H A Dvec2.h41 typedef size_t size_type; typedef in class:android::tvec2
50 inline static size_type size() { return SIZE; }
H A Dvec3.h40 typedef size_t size_type; typedef in class:android::tvec3
52 inline static size_type size() { return SIZE; }
H A Dvec4.h40 typedef size_t size_type; typedef in class:android::tvec4
55 inline static size_type size() { return SIZE; }
/frameworks/native/services/sensorservice/
H A Dmat.h132 typedef size_t size_type; typedef in class:android::mat
133 size_type size() const { return R*C; }
263 typedef size_t size_type; typedef in class:android::mat
264 size_type size() const { return R; }
H A Dvec.h310 typedef size_t size_type; typedef in class:android::vec
318 size_type size() const { return SIZE; }

Completed in 1232 milliseconds