Home | History | Annotate | Download | only in dns

Lines Matching full:actual_hosts

68   DnsHosts expected_hosts, actual_hosts;
70 ParseHosts(kContents, &actual_hosts);
71 ASSERT_EQ(expected_hosts, actual_hosts);
81 DnsHosts expected_hosts, actual_hosts;
84 kContents, &actual_hosts, PARSE_HOSTS_COMMA_IS_TOKEN);
85 ASSERT_EQ(expected_hosts, actual_hosts);
96 DnsHosts expected_hosts, actual_hosts;
99 kContents, &actual_hosts, PARSE_HOSTS_COMMA_IS_WHITESPACE);
100 ASSERT_EQ(expected_hosts, actual_hosts);
118 DnsHosts expected_hosts, actual_hosts;
120 ParseHosts(kContents, &actual_hosts);
121 ASSERT_EQ(expected_hosts, actual_hosts);