Home
last modified time | relevance | path

Searched defs:INT_TO_BYTES (Results 1 - 2 of 2) sorted by relevance

/developtools/global_resource_tool/src/
H A Dresource_table.cpp358 in.read(reinterpret_cast<char *>(&indexHeader.fileSize), INT_TO_BYTES); in ReadFileHeader() local
359 in.read(reinterpret_cast<char *>(&indexHeader.limitKeyConfigSize), INT_TO_BYTES); in ReadFileHeader() local
379 in.read(reinterpret_cast<char *>(&limitKey.offset), INT_TO_BYTES); in ReadLimitKeys() local
380 in.read(reinterpret_cast<char *>(&limitKey.keyCount), INT_TO_BYTES); in ReadLimitKeys() local
390 in.read(reinterpret_cast<char *>(&keyParam.keyType), INT_TO_BYTES); in ReadLimitKeys() local
391 in.read(reinterpret_cast<char *>(&keyParam.value), INT_TO_BYTES); in ReadLimitKeys() local
416 in.read(reinterpret_cast<char *>(&idss.idCount), INT_TO_BYTES); ReadIdTables() local
425 in.read(reinterpret_cast<char *>(&data.id), INT_TO_BYTES); ReadIdTables() local
426 in.read(reinterpret_cast<char *>(&data.dataOffset), INT_TO_BYTES); ReadIdTables() local
440 in.read(reinterpret_cast<char *>(&record.size), INT_TO_BYTES); ReadDataRecordPrepare() local
446 in.read(reinterpret_cast<char *>(&record.resType), INT_TO_BYTES); ReadDataRecordPrepare() local
447 in.read(reinterpret_cast<char *>(&record.id), INT_TO_BYTES); ReadDataRecordPrepare() local
[all...]
/developtools/global_resource_tool/include/
H A Dresource_data.h51 const static int32_t INT_TO_BYTES = sizeof(uint32_t); member

Completed in 2 milliseconds