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

12

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
H A Darray_wrapper.h24 typedef std::size_t size_type; typedef in class:android::pdx::rpc::ArrayWrapper
32 ArrayWrapper(pointer buffer, size_type capacity, size_type size)
37 ArrayWrapper(pointer buffer, size_type size)
79 size_type size() const { return end_; }
80 size_type max_size() const { return capacity_; }
81 size_type capacity() const { return capacity_; }
86 void resize(size_type size) {
93 reference operator[](size_type pos) { return buffer_[pos]; }
94 const_reference operator[](size_type po
[all...]
H A Dbuffer_wrapper.h24 typedef std::size_t size_type; typedef in class:android::pdx::rpc::BufferWrapper
32 BufferWrapper(pointer buffer, size_type capacity, size_type size)
37 BufferWrapper(pointer buffer, size_type size)
79 size_type size() const { return end_; }
80 size_type max_size() const { return capacity_; }
81 size_type capacity() const { return capacity_; }
83 void resize(size_type size) {
90 reference operator[](size_type pos) { return buffer_[pos]; }
91 const_reference operator[](size_type po
[all...]
H A Dstring_wrapper.h26 typedef std::size_t size_type; typedef in class:android::pdx::rpc::StringWrapper
34 StringWrapper(pointer buffer, size_type capacity, size_type size)
39 StringWrapper(pointer buffer, size_type size)
84 size_type size() const { return end_; }
85 size_type length() const { return end_; }
86 size_type max_size() const { return capacity_; }
87 size_type capacity() const { return capacity_; }
89 void resize(size_type size) {
96 reference operator[](size_type po
[all...]
/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 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
H A DHashIterator.h249 typedef size_t size_type; typedef in class:mcld::HashIterator
H A DStringHash.h260 std::string::size_type idx;
/frameworks/compile/mclinker/include/mcld/Support/
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 DPath.h90 StringType::size_type m_append_separator_if_needed();
91 void m_erase_redundant_separator(StringType::size_type sep_pos);
142 StringType::size_type sep_pos(m_append_separator_if_needed());
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) {
H A DDirectory.h122 typedef size_t size_type; typedef in class:mcld::sys::fs::DirIterator
/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/lib/LD/
H A DNamePool.cpp20 NamePool::NamePool(NamePool::size_type pSize)
121 void NamePool::reserve(NamePool::size_type pSize) {
125 NamePool::size_type NamePool::capacity() const {
/frameworks/compile/mclinker/lib/Support/
H A DPath.cpp128 Path::StringType::size_type Path::m_append_separator_if_needed() {
136 StringType::size_type tmp(m_PathName.size());
143 void Path::m_erase_redundant_separator(Path::StringType::size_type pSepPos) {
/frameworks/compile/mclinker/lib/Support/Unix/
H A DSystem.inc56 std::string::size_type DarwinDashIdx = Triple.find("-darwin");
/frameworks/base/tools/aapt2/java/
H A DAnnotationProcessor.cpp35 std::string::size_type idx = comment.find(sSystemApi);
/frameworks/native/libs/vr/libpdx/private/pdx/
H A Dutility.h18 using size_type = size_t;
208 using size_type = typename BaseType::size_type;
211 explicit Payload(size_type count, uint8_t value = 0) { Append(count, value); }
256 void Append(size_type count, uint8_t value) {
271 size_type Size() const { return buffer_.size(); }
/frameworks/native/libs/math/include/math/
H A Dvec2.h47 typedef size_t size_type; typedef in class:android::details::TVec2
56 inline constexpr size_type size() const { return SIZE; }
H A Dvec3.h45 typedef size_t size_type; typedef in class:android::details::TVec3
57 inline constexpr size_type size() const { return SIZE; }
H A Dvec4.h45 typedef size_t size_type; typedef in class:android::details::TVec4
60 inline constexpr size_type size() const { return SIZE; }
H A Dquat.h52 typedef size_t size_type; typedef in class:android::details::TQuaternion
73 inline constexpr 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; }

Completed in 6561 milliseconds

12