Searched refs:isNoValue (Results 1 – 4 of 4) sorted by relevance
74 bool isNoValue = slotId == 0 ? true : false; in WapPushBuffer() local75 decodeBuffer->DecodeTextValue(strValue, isNoValue); in WapPushBuffer()76 decodeBuffer->DecodeNoValue(isNoValue); in WapPushBuffer()
60 bool DecodeTextValue(std::string &str, bool &isNoValue);61 bool DecodeNoValue(bool &isNoValue);
601 bool SmsWapPushBuffer::DecodeTextValue(std::string &str, bool &isNoValue) in DecodeTextValue() argument631 isNoValue = true; in DecodeTextValue()654 bool SmsWapPushBuffer::DecodeNoValue(bool &isNoValue) in DecodeNoValue() argument661 isNoValue = (oneByte == 0) ? true : false; in DecodeNoValue()
432 bool isNoValue = true; variable436 EXPECT_FALSE(smsWapPushBuffer->DecodeTextValue(str, isNoValue));437 EXPECT_FALSE(smsWapPushBuffer->DecodeNoValue(isNoValue));447 EXPECT_FALSE(smsWapPushBuffer->DecodeTextValue(str, isNoValue));