Searched refs:size_type (Results 1 - 18 of 18) 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.h44 typedef size_t size_type; typedef in class:mcld::HashTable
65 explicit HashTable(size_type pSize=3);
80 size_type erase(const key_type& pKey);
91 size_type count(const key_type& pKey) const;
102 void rehash(size_type pCount);
H A DHashBase.h74 typedef size_t size_type; typedef in class:mcld::HashTableImpl
H A DTreeBase.h50 typedef size_t size_type; typedef in struct:mcld::TreeIteratorBase
H A DBinTree.h116 typedef size_t size_type; typedef in class:mcld::PolicyIteratorBase
208 typedef size_t size_type; typedef in struct:mcld::TreeIterator
366 typedef size_t size_type; typedef in class:mcld::BinaryTree
H A DHashIterator.h264 typedef size_t size_type; typedef in class:mcld::HashIterator
/frameworks/compile/mclinker/include/mcld/LD/
H A DStrSymPool.h45 typedef size_t size_type; typedef in class:mcld::StrSymPool
48 StrSymPool(const Resolver& pResolver, size_type pSize = 3);
91 size_type size() const
98 void reserve(size_type pN);
100 size_type capacity() const;
/frameworks/compile/mclinker/include/mcld/Support/
H A DAllocators.h91 typedef size_t size_type; typedef in class:mcld::LinearAllocatorBase
141 pointer allocate(size_type N) {
148 size_type rest_num_elem = chunk_type::size() - m_pCurrent->bound;
173 void deallocate(pointer &pPtr, size_type N) {
238 size_type max_size() const
259 size_type m_AllocatedNum;
319 typedef size_t size_type; typedef in class:mcld::MallocAllocator
349 pointer allocate(size_type pNumOfElements, const void* = 0)
355 void deallocate(pointer pObject, size_type)
358 size_type max_siz
373 typedef size_t size_type; typedef in class:mcld::MallocAllocator
[all...]
H A DPath.h98 StringType::size_type m_append_separator_if_needed();
99 void m_erase_redundant_separator(StringType::size_type sep_pos);
148 StringType::size_type sep_pos(m_append_separator_if_needed());
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) {
H A DDirectory.h121 typedef size_t size_type; typedef in class:mcld::sys::fs::DirIterator
/frameworks/compile/mclinker/lib/LD/
H A DStrSymPool.cpp18 StrSymPool::StrSymPool(const Resolver& pResolver, StrSymPool::size_type pSize)
138 void StrSymPool::reserve(StrSymPool::size_type pSize)
143 StrSymPool::size_type StrSymPool::capacity() const
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp119 Path::StringType::size_type Path::m_append_separator_if_needed()
126 StringType::size_type tmp(m_PathName.size());
133 void Path::m_erase_redundant_separator(Path::StringType::size_type pSepPos)
/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/base/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/utils/gtest/src/
H A Dgtest-all.cpp7298 ::std::string::size_type pos = 0;
7300 const ::std::string::size_type colon = str.find(delimiter, pos);

Completed in 168 milliseconds