Searched refs:sValueLength (Results 1 – 5 of 5) sorted by relevance
112 bool MmsDecodeBuffer::DecodeShortLength(uint8_t &sValueLength) in DecodeShortLength() argument121 sValueLength = oneByte; in DecodeShortLength()
33 bool DecodeShortLength(uint8_t &sValueLength);
45 bool DecodeShortLength(uint8_t &sValueLength);
207 bool SmsWapPushBuffer::DecodeShortLength(uint8_t &sValueLength) in DecodeShortLength() argument217 sValueLength = oneByte; in DecodeShortLength()
375 uint8_t sValueLength = 0; variable382 EXPECT_FALSE(smsWapPushBuffer->DecodeShortLength(sValueLength));394 EXPECT_TRUE(smsWapPushBuffer->DecodeShortLength(sValueLength));