Home
last modified time | relevance | path

Searched refs:GetStorageSize (Results 1 – 2 of 2) sorted by relevance

/external/libchrome/mojo/public/cpp/bindings/lib/
Darray_internal.h53 static uint32_t GetStorageSize(uint32_t num_elements) { in GetStorageSize() function
96 static uint32_t GetStorageSize(uint32_t num_elements) {
283 Traits::GetStorageSize(static_cast<uint32_t>(num_elements));
321 header->num_bytes < Traits::GetStorageSize(header->num_elements)) {
Dmessage_internal.cc38 ArrayDataTraits<uint32_t>::GetStorageSize( in ComputeSerializedMessageSize()