Lines Matching defs:start
44 int start = 0;
45 start = ByteArrayUtils::InsertCharToByteArray(signHead, start, MAGIC);
46 if (start < 0) {
50 start = ByteArrayUtils::InsertCharToByteArray(signHead, start, VERSION);
51 if (start < 0) {
55 start = ByteArrayUtils::InsertIntToByteArray(signHead, start, size);
56 if (start < 0) {
60 start = ByteArrayUtils::InsertIntToByteArray(signHead, start, NUM_OF_BLOCK);
61 if (start < 0) {
65 start = ByteArrayUtils::InsertCharToByteArray(signHead, start, std::string(m_reserve.begin(), m_reserve.end()));
66 if (start < 0) {