Searched refs:readIndices (Results 1 - 4 of 4) sorted by relevance

/haiku/src/tools/restest/
H A DResourceFile.h55 bool* readIndices);
H A DResourceFile.cpp1004 bool* readIndices = new bool[fResourceCount + 1]; // + 1 => always > 0 local
1006 readIndices[i] = false;
1007 AutoDeleter<bool> deleter(readIndices, true);
1029 data = _ReadResourceInfo(area, info, type, readIndices);
1072 if (!readIndices[i]) {
1117 type_code type, bool* readIndices)
1132 if (readIndices[index - 1]) {
1136 readIndices[index - 1] = true;
1116 _ReadResourceInfo(const MemArea& area, const resource_info* info, type_code type, bool* readIndices) argument
/haiku/headers/private/storage/
H A DResourceFile.h97 bool* readIndices);
/haiku/src/kits/storage/
H A DResourceFile.cpp925 bool* readIndices = new(std::nothrow) bool[resourceCount + 1]; local
927 if (!readIndices)
929 ArrayDeleter<bool> readIndicesDeleter(readIndices);
931 readIndices[i] = false;
953 data = _ReadResourceInfo(parseInfo, area, info, type, readIndices);
997 if (!readIndices[i]) {
1043 bool* readIndices)
1059 if (readIndices[index - 1]) {
1063 readIndices[index - 1] = true;
1041 _ReadResourceInfo(resource_parse_info& parseInfo, const MemArea& area, const resource_info* info, type_code type, bool* readIndices) argument

Completed in 46 milliseconds