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()
508 bool SmsWapPushBuffer::DecodeInteger(uint64_t &iInteger) in DecodeInteger() argument510 iInteger = 0; in DecodeInteger()514 iInteger = sInteger; in DecodeInteger()518 if (DecodeLongInteger(iInteger)) { in DecodeInteger()
46 bool DecodeInteger(uint64_t &iInteger);
56 bool DecodeInteger(uint64_t &iInteger);
425 uint64_t iInteger = 0; variable443 EXPECT_FALSE(smsWapPushBuffer->DecodeLongInteger(iInteger));