Searched refs:sValueLength (Results 1 – 5 of 5) sorted by relevance
35 bool DecodeShortLength(uint8_t &sValueLength);
112 bool MmsDecodeBuffer::DecodeShortLength(uint8_t &sValueLength) in DecodeShortLength() argument121 sValueLength = oneByte; in DecodeShortLength()
45 bool DecodeShortLength(uint8_t &sValueLength);
202 bool SmsWapPushBuffer::DecodeShortLength(uint8_t &sValueLength) in DecodeShortLength() argument212 sValueLength = oneByte; in DecodeShortLength()
423 uint8_t sValueLength = 0; variable434 EXPECT_FALSE(smsWapPushBuffer->DecodeShortLength(sValueLength));