Lines Matching refs:testStr
324 std::string testStr; variable
337 mmsBodyPartHeader.GetContentId(testStr);
338 EXPECT_STREQ(testStr.c_str(), "contentId");
340 mmsBodyPartHeader.GetContentTransferEncoding(testStr);
341 EXPECT_STREQ(testStr.c_str(), "contentTransferEncoding");
343 mmsBodyPartHeader.GetContentLocation(testStr);
344 EXPECT_STREQ(testStr.c_str(), "contentLocation");
355 mmsBodyPartHeader2.GetContentDisposition(testStr);
356 EXPECT_STREQ(testStr.c_str(), "contentDisposition");
395 std::string testStr; variable
402 testStr = mmsContentParam.GetType();
403 EXPECT_STREQ(testStr.c_str(), "type");
407 mmsContentParam.GetStart(testStr);
408 EXPECT_STREQ(testStr.c_str(), "start");
410 mmsContentParam.GetNormalField(field, testStr);
411 EXPECT_STREQ(testStr.c_str(), "value");
415 mmsContentParam2.GetFileName(testStr);
416 EXPECT_STREQ(testStr.c_str(), "fileName");
432 std::string testStr; variable
453 mmsContentType2.GetContentType(testStr);
454 EXPECT_STREQ(testStr.c_str(), "contentType");
468 std::string testStr; variable
478 mmsDecodeBuffer.DecodeTokenText(testStr, intVar);
479 mmsDecodeBuffer.DecodeText(testStr, intVar);
480 mmsDecodeBuffer.DecodeQuotedText(testStr, intVar);
505 std::string testStr; variable
510 mmsEncodeString.GetEncodeString(testStr);
513 bool ret = mmsEncodeString1.SetEncodeString(charset, testStr);