Searched defs:max_size (Results 1 – 11 of 11) sorted by relevance
80 size_type max_size() const { return capacity_; } in max_size() function133 size_type max_size() const { return buffer_.capacity(); } in max_size() function
80 size_type max_size() const { return capacity_; } in max_size() function
86 size_type max_size() const { return capacity_; } in max_size() function
229 size_type max_size() const { return m_AllocatedNum; } in max_size() function340 size_type max_size() const throw() { return size_t(-1) / sizeof(DataType); } in max_size() function372 size_type max_size() const throw() { return size_t(-1) / sizeof(void*); } in max_size() function
110 size_type max_size() const { return map_.max_size(); } in max_size() function
126 DISPATCH(size_type, max_size, const) in DISPATCH() argument
228 static constexpr size_type max_size() { return N; } in max_size() function
593 status_t SampleTable::getMaxSampleSize(size_t *max_size) { in getMaxSampleSize()
2218 size_t max_size; in parseChunk() local5249 size_t max_size = tmp; in start() local6833 int32_t max_size; in fragmentedRead() local
156 static inline bool skipBytes(borrowed_fd fd, int* max_size) { in skipBytes()168 int max_size = INCFS_MAX_SIGNATURE_SIZE - sizeof(version); in skipIdSigHeaders() local
45 int max_size, feature_set* matrix, in wifi_get_concurrency_matrix_stub()