]>
git.saurik.com Git - android/aapt.git/blob - ResourceIdCache.h
2 // Copyright 2012 The Android Open Source Project
4 // Manage a resource ID cache.
6 #ifndef RESOURCE_ID_CACHE_H
7 #define RESOURCE_ID_CACHE_H
10 class android::String16
;
12 class ResourceIdCache
{
14 static uint32_t lookup(const android::String16
& package
,
15 const android::String16
& type
,
16 const android::String16
& name
,
19 static uint32_t store(const android::String16
& package
,
20 const android::String16
& type
,
21 const android::String16
& name
,
25 static void dump(void);