Searched refs:iInteger (Results 1 – 5 of 5) sorted by relevance
438 bool MmsDecodeBuffer::DecodeInteger(uint64_t &iInteger) in DecodeInteger() argument440 iInteger = 0; in DecodeInteger()444 iInteger = sInteger; in DecodeInteger()448 if (DecodeLongInteger(iInteger)) { in DecodeInteger()
513 bool SmsWapPushBuffer::DecodeInteger(uint64_t &iInteger) in DecodeInteger() argument515 iInteger = 0; in DecodeInteger()519 iInteger = sInteger; in DecodeInteger()523 if (DecodeLongInteger(iInteger)) { in DecodeInteger()
44 bool DecodeInteger(uint64_t &iInteger);
56 bool DecodeInteger(uint64_t &iInteger);
430 uint64_t iInteger = 0; variable435 EXPECT_FALSE(smsWapPushBuffer->DecodeLongInteger(iInteger));441 EXPECT_FALSE(smsWapPushBuffer->DecodeLongInteger(iInteger));444 EXPECT_FALSE(smsWapPushBuffer->DecodeLongInteger(iInteger));459 EXPECT_TRUE(smsWapPushBuffer->DecodeInteger(iInteger));462 EXPECT_FALSE(smsWapPushBuffer->DecodeInteger(iInteger));