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

/frameworks/compile/mclinker/include/mcld/ADT/
H A DTypeTraits.h28 typedef size_t size_type; typedef in struct:mcld::ConstTraits
39 typedef size_t size_type; typedef in struct:mcld::NonConstTraits
50 typedef size_t size_type; typedef in struct:mcld::ConstIteratorTraits
62 typedef size_t size_type; typedef in struct:mcld::NonConstIteratorTraits
H A DHashTable.h43 typedef size_t size_type; typedef in class:mcld::HashTable
64 explicit HashTable(size_type pSize=3);
79 size_type erase(const key_type& pKey);
90 size_type count(const key_type& pKey) const;
101 void rehash(size_type pCount);
H A DHashBase.h74 typedef size_t size_type; typedef in class:mcld::HashTableImpl
H A DTreeBase.h51 typedef size_t size_type; typedef in class:mcld::TreeIteratorBase
H A DHashIterator.h264 typedef size_t size_type; typedef in class:mcld::HashIterator
H A DBinTree.h116 typedef size_t size_type; typedef in class:mcld::PolicyIteratorBase
205 typedef size_t size_type; typedef in struct:mcld::TreeIterator
363 typedef size_t size_type; typedef in class:mcld::BinaryTree
/frameworks/compile/mclinker/include/mcld/LD/
H A DNamePool.h42 typedef size_t size_type; typedef in class:mcld::NamePool
45 explicit NamePool(size_type pSize = 3);
90 size_type size() const
97 void reserve(size_type pN);
99 size_type capacity() const;
/frameworks/compile/mclinker/include/mcld/Support/
H A DDirectory.h120 typedef size_t size_type; typedef in class:mcld::sys::fs::DirIterator
H A DAllocators.h107 typedef size_t size_type; typedef in class:mcld::LinearAllocatorBase
157 pointer allocate(size_type N) {
164 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
189 void deallocate(pointer &pPtr, size_type N) {
251 size_type max_size() const
272 size_type m_AllocatedNum;
332 typedef size_t size_type; typedef in class:mcld::MallocAllocator
362 pointer allocate(size_type pNumOfElements, const void* = 0)
368 void deallocate(pointer pObject, size_type)
371 size_type max_siz
386 typedef size_t size_type; typedef in class:mcld::MallocAllocator
[all...]
H A DGCFactory.h76 typedef size_t size_type; typedef in class:mcld::DataIterator
128 typedef typename Alloc::size_type size_type; typedef in class:mcld::GCFactoryBase
156 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.h74 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 209 milliseconds