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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DTypeTraits.h24 typedef size_t size_type; typedef in struct:mcld::ConstTraits
34 typedef size_t size_type; typedef in struct:mcld::NonConstTraits
44 typedef size_t size_type; typedef in struct:mcld::ConstIteratorTraits
55 typedef size_t size_type; typedef in struct:mcld::NonConstIteratorTraits
H A DHashTable.h39 typedef size_t size_type; typedef in class:mcld::HashTable
60 explicit HashTable(size_type pSize = 3);
74 size_type erase(const key_type& pKey);
85 size_type count(const key_type& pKey) const;
96 void rehash(size_type pCount);
H A DHashBase.h69 typedef size_t size_type; typedef in class:mcld::HashTableImpl
H A DTreeBase.h33 typedef size_t size_type; typedef in class:mcld::TreeIteratorBase
H A DHashIterator.h249 typedef size_t size_type; typedef in class:mcld::HashIterator
H A DBinTree.h107 typedef size_t size_type; typedef in class:mcld::PolicyIteratorBase
195 typedef size_t size_type; typedef in struct:mcld::TreeIterator
338 typedef size_t size_type; typedef in class:mcld::BinaryTree
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h41 typedef size_t size_type; typedef in class:mcld::NamePool
44 explicit NamePool(size_type pSize = 3);
91 size_type size() const { return m_Table.numOfEntries(); }
117 void reserve(size_type pN);
119 size_type capacity() const;
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h122 typedef size_t size_type; typedef in class:mcld::sys::fs::DirIterator
H A DAllocators.h97 typedef size_t size_type; typedef in class:mcld::LinearAllocatorBase
139 pointer allocate(size_type N) {
146 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
171 void deallocate(pointer& pPtr, size_type N) {
229 size_type max_size() const { return m_AllocatedNum; }
249 size_type m_AllocatedNum;
307 typedef size_t size_type; typedef in class:mcld::MallocAllocator
331 pointer allocate(size_type pNumOfElements, const void* = 0) {
336 void deallocate(pointer pObject, size_type) {
340 size_type max_siz
352 typedef size_t size_type; typedef in class:mcld::MallocAllocator
[all...]
H A DGCFactory.h71 typedef size_t size_type; typedef in class:mcld::DataIterator
113 typedef typename Alloc::size_type size_type; typedef in class:mcld::GCFactoryBase
136 void deallocate(pointer& pPtr, size_type N) {
/frameworks/native/include/ui/
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; }
H A Dmat4.h47 typedef size_t size_type; typedef in class:android::tmat44
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h68 typedef size_t size_type; typedef in class:mcld::BinaryTree
/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 243 milliseconds