Lines Matching defs:actualOutput
179 std::string actualOutput = ToString(input, space);
180 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());
190 std::string actualOutput = InsertCharBefore(input, from, preChar, nextChar);
191 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());
199 bool actualOutput = IsExcluded(str, exclusions, ",");
200 EXPECT_EQ(actualOutput, false);
207 bool actualOutput = IsExcluded(str, exclusions, ",");
208 EXPECT_EQ(actualOutput, true);
256 std::string actualOutput = AnonymizeIp(ipv6Ip);
258 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());
264 std::string actualOutput = AnonymizeIp(ipv4Ips);
266 EXPECT_STREQ(actualOutput.c_str(), expectedOutput.c_str());