Home
last modified time | relevance | path

Searched defs:max_size (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/vr/libpdx/private/pdx/rpc/
Dbuffer_wrapper.h80 size_type max_size() const { return capacity_; } in max_size() function
133 size_type max_size() const { return buffer_.capacity(); } in max_size() function
Darray_wrapper.h80 size_type max_size() const { return capacity_; } in max_size() function
Dstring_wrapper.h86 size_type max_size() const { return capacity_; } in max_size() function
/frameworks/compile/mclinker/include/mcld/Support/
DAllocators.h229 size_type max_size() const { return m_AllocatedNum; } in max_size() function
340 size_type max_size() const throw() { return size_t(-1) / sizeof(DataType); } in max_size() function
372 size_type max_size() const throw() { return size_t(-1) / sizeof(void*); } in max_size() function
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/stubs/
Dstringpiece.h359 stringpiece_ssize_type max_size() const { return length_; } in max_size() function
/frameworks/av/media/extractors/mp4/
DSampleTable.cpp596 status_t SampleTable::getMaxSampleSize(size_t *max_size) { in getMaxSampleSize()
DMPEG4Extractor.cpp1943 size_t max_size; in parseChunk() local
4798 size_t max_size = tmp; in start() local
6200 int32_t max_size; in fragmentedRead() local
/frameworks/opt/gamesdk/third_party/protobuf-3.0.0/src/google/protobuf/
Dmap.h649 size_type max_size() const { in max_size() function
941 static size_type max_size() { in max_size() function
/frameworks/opt/net/wifi/libwifi_hal/
Dhal_tool.cpp45 int max_size, feature_set* matrix, in wifi_get_concurrency_matrix_stub()