template <size_t N>
struct StaticData
Defined at line 169 of file ../../third_party/android/platform/system/core/include/utils/String16.h
Data structure used to allocate static storage for static String16.
Note that this data structure and SharedBuffer are used interchangably
as the underlying data structure for a String16. Therefore, the layout
of this data structure must match the part in SharedBuffer that is
visible to String16.
Public Members
const uint32_t size
char16_t[N] data
Public Methods
void StaticData<N> ()
Defined at line 172 of file ../../third_party/android/platform/system/core/include/utils/String16.h
void StaticData<N> (const StaticData<N> & )
Defined at line 176 of file ../../third_party/android/platform/system/core/include/utils/String16.h