Searched refs:TAG_LEN (Results 1 - 3 of 3) sorted by relevance
/developtools/global_resource_tool/src/ |
H A D | resource_table.cpp | 329 out.write(reinterpret_cast<const char *>(iter.second.keyTag), TAG_LEN); in SaveLimitKeyConfigs() local 341 out.write(reinterpret_cast<const char *>(iter.second.idTag), TAG_LEN); in SaveIdSets() local 367 pos = pos + TAG_LEN + INT_TO_BYTES + INT_TO_BYTES; in ReadLimitKeys() 373 in.read(reinterpret_cast<char *>(limitKey.keyTag), TAG_LEN); in ReadLimitKeys() local 374 string keyTag(reinterpret_cast<const char *>(limitKey.keyTag), TAG_LEN); in ReadLimitKeys() local 403 pos = pos + TAG_LEN + INT_TO_BYTES; in ReadIdTables() 410 in.read(reinterpret_cast<char *>(idss.idTag), TAG_LEN); in ReadIdTables() local 411 string idTag(reinterpret_cast<const char *>(idss.idTag), TAG_LEN); in ReadIdTables() local
|
/developtools/global_resource_tool/include/ |
H A D | resource_table.h | 48 int8_t keyTag[TAG_LEN] = {'K', 'E', 'Y', 'S'}; 55 int8_t idTag[TAG_LEN] = {'I', 'D', 'S', 'S'};
|
H A D | resource_data.h | 53 const static int32_t TAG_LEN = 4; member
|
Completed in 4 milliseconds