Lines Matching defs:encoded
467 // Is it the expected encoded value?
494 string encoded("this junk should be ignored");
497 &encoded);
498 EXPECT_EQ(encoded, string(encode_buffer, cypher_length));
600 // Is it the expected encoded value?
617 encoded = "this junk should be ignored";
620 &encoded, true);
621 EXPECT_EQ(encoded.size(), cypher_length);
622 EXPECT_STREQ(encoded.c_str(), websafe);
716 // Is it the expected encoded value?
734 encoded = "this junk should be ignored";
735 WebSafeBase64Escape(plain, &encoded);
736 EXPECT_EQ(encoded.size(), cypher_length);
737 EXPECT_STREQ(encoded.c_str(), websafe);