Searched refs:ResourceTypeName (Results 1 – 4 of 4) sorted by relevance
20 const std::vector<std::string> ResourceTypeName = { variable
40 extern const std::vector<std::string> ResourceTypeName;
40 static const uint32_t MAX_RESOURCES_TYPE_NUM = ResourceTypeName.size();
48 const uint32_t MAX_RESOURCES_TYPE_NUM = ResourceTypeName.size();49 const uint32_t MAX_RESOURCE_MASK = (1 << ResourceTypeName.size()) - 1;672 stream << "\t\t\tresource type: " << ResourceTypeName[unitIter->resourceIndex_] << "\n"; in DumpApplicationInfoMap()