Lines Matching refs:testStr

610     std::string testStr;  variable
623 mmsBodyPartHeader.GetContentId(testStr);
624 EXPECT_STREQ(testStr.c_str(), "contentId");
626 mmsBodyPartHeader.GetContentTransferEncoding(testStr);
627 EXPECT_STREQ(testStr.c_str(), "contentTransferEncoding");
629 mmsBodyPartHeader.GetContentLocation(testStr);
630 EXPECT_STREQ(testStr.c_str(), "contentLocation");
641 mmsBodyPartHeader2.GetContentDisposition(testStr);
642 EXPECT_STREQ(testStr.c_str(), "contentDisposition");
681 std::string testStr; variable
688 testStr = mmsContentParam.GetType();
689 EXPECT_STREQ(testStr.c_str(), "type");
693 mmsContentParam.GetStart(testStr);
694 EXPECT_STREQ(testStr.c_str(), "start");
696 mmsContentParam.GetNormalField(field, testStr);
697 EXPECT_STREQ(testStr.c_str(), "value");
701 mmsContentParam2.GetFileName(testStr);
702 EXPECT_STREQ(testStr.c_str(), "fileName");
707 mmsContentParam.GetNormalField(field, testStr);
708 mmsContentParam.GetStart(testStr);
709 mmsContentParam2.GetFileName(testStr);
711 EXPECT_STREQ(testStr.c_str(), "fileName");
727 std::string testStr; variable
766 mmsContentType2.GetContentType(testStr);
767 EXPECT_STREQ(testStr.c_str(), "contentType");
780 std::string testStr; variable
829 std::string testStr; variable
849 mmsDecodeBuffer.DecodeTokenText(testStr, intVar);
851 mmsDecodeBuffer.DecodeTokenText(testStr, intVar);
853 mmsDecodeBuffer.DecodeTokenText(testStr, intVar);
857 mmsDecodeBuffer.DecodeText(testStr, intVar);
859 mmsDecodeBuffer.DecodeText(testStr, intVar);
864 mmsDecodeBuffer.DecodeQuotedText(testStr, intVar);
866 mmsDecodeBuffer.DecodeQuotedText(testStr, intVar);
883 std::string testStr; variable
946 std::string testStr; variable
962 mmsEncodeString.GetEncodeString(testStr);
963 EXPECT_GE(testStr.size(), 0);
968 bool ret = mmsEncodeString1.SetEncodeString(charset, testStr);
970 ret = mmsEncodeString1.SetEncodeString(charset, testStr);