Home
last modified time | relevance | path

Searched refs:ByteBucketArray (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/libs/androidfw/include/androidfw/
DByteBucketArray.h32 class ByteBucketArray {
34 ByteBucketArray() : default_() { memset(buckets_, 0, sizeof(buckets_)); } in ByteBucketArray() function
36 ~ByteBucketArray() { in ~ByteBucketArray()
DLoadedArsc.h265 ByteBucketArray<TypeSpecPtr> type_specs_;
266 ByteBucketArray<uint32_t> resource_ids_;
DAssetManager2.h332 ByteBucketArray<FilteredConfigGroup> filtered_configs_;
/frameworks/base/libs/androidfw/tests/
DByteBucketArray_test.cpp24 ByteBucketArray<int> bba; in TEST()
/frameworks/base/libs/androidfw/
DAssetManager2.cpp1040 impl.filtered_configs_.~ByteBucketArray(); in RebuildFilterList()
1043 new (&impl.filtered_configs_) ByteBucketArray<FilteredConfigGroup>(); in RebuildFilterList()
DResourceTypes.cpp3614 ByteBucketArray<TypeList> types;
3622 ByteBucketArray<TypeCacheEntry> typeCacheEntries;