Searched refs:size_type (Results 1 - 25 of 25) sorted by relevance

/frameworks/compile/mclinker/include/mcld/ADT/
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
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 DHashBase.h71 typedef size_t size_type; typedef in class:mcld::HashTableImpl
H A DTreeBase.h39 typedef size_t size_type; typedef in class:mcld::TreeIteratorBase
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 DHashIterator.h261 typedef size_t size_type; typedef in class:mcld::HashIterator
H A DStringHash.h282 std::string::size_type idx;
/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 DPath.h90 StringType::size_type m_append_separator_if_needed();
91 void m_erase_redundant_separator(StringType::size_type sep_pos);
145 StringType::size_type sep_pos(m_append_separator_if_needed());
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) {
H A DDirectory.h117 typedef size_t size_type; typedef in class:mcld::sys::fs::DirIterator
/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/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/lib/LD/
H A DNamePool.cpp18 NamePool::NamePool(NamePool::size_type pSize)
126 void NamePool::reserve(NamePool::size_type pSize)
131 NamePool::size_type NamePool::capacity() const
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp139 Path::StringType::size_type Path::m_append_separator_if_needed()
149 StringType::size_type tmp(m_PathName.size());
156 void Path::m_erase_redundant_separator(Path::StringType::size_type pSepPos)
/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc57 std::string::size_type DarwinDashIdx = Triple.find("-darwin");
/frameworks/base/tools/aidl/
H A Doptions.cpp133 string::size_type pos = options->outputFileName.size()-5;
H A Dgenerate_java_rpc.cpp49 string::size_type pos = str.rfind('.');
/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; }
/frameworks/compile/mclinker/tools/mcld/lib/
H A DTripleOptions.cpp69 llvm::StringRef::size_type LastComponent = ProgNameRef.rfind('-',
/frameworks/compile/mclinker/include/mcld/
H A DInputTree.h71 typedef size_t size_type; typedef in class:mcld::BinaryTree

Completed in 3604 milliseconds