Home
last modified time | relevance | path

Searched refs:IsEqualForTesting (Results 1 – 25 of 38) sorted by relevance

12

/external/cronet/tot/net/base/
Disolation_info_unittest.cc50 EXPECT_TRUE(isolation_info.IsEqualForTesting(*duplicate_isolation_info)); in DuplicateAndCompare()
230 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
252 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
275 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
292 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
311 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
343 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
375 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
466 EXPECT_TRUE(rt->IsEqualForTesting(info)); in TEST_F()
Disolation_info.h186 bool IsEqualForTesting(const IsolationInfo& other) const;
Disolation_info.cc221 bool IsolationInfo::IsEqualForTesting(const IsolationInfo& other) const { in IsEqualForTesting() function in net::IsolationInfo
/external/cronet/stable/net/base/
Disolation_info_unittest.cc50 EXPECT_TRUE(isolation_info.IsEqualForTesting(*duplicate_isolation_info)); in DuplicateAndCompare()
230 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
252 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
275 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
292 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
311 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
343 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
375 EXPECT_TRUE(isolation_info.IsEqualForTesting(redirected_isolation_info)); in TEST_F()
466 EXPECT_TRUE(rt->IsEqualForTesting(info)); in TEST_F()
Disolation_info.h186 bool IsEqualForTesting(const IsolationInfo& other) const;
Disolation_info.cc221 bool IsolationInfo::IsEqualForTesting(const IsolationInfo& other) const { in IsEqualForTesting() function in net::IsolationInfo
/external/cronet/stable/net/http/
Dhttp_auth_cache_unittest.cc191 EXPECT_TRUE(realm2_entry.IsEqualForTesting(*entry)); in TEST()
194 EXPECT_TRUE(realm2_entry.IsEqualForTesting(*entry)); in TEST()
197 EXPECT_TRUE(realm2_entry.IsEqualForTesting(*entry)); in TEST()
200 EXPECT_TRUE(realm2_entry.IsEqualForTesting(*entry)); in TEST()
203 EXPECT_TRUE(realm4_entry.IsEqualForTesting(*entry)); in TEST()
206 EXPECT_TRUE(realm4_entry.IsEqualForTesting(*entry)); in TEST()
211 EXPECT_FALSE(realm2_entry.IsEqualForTesting(*entry)); in TEST()
214 EXPECT_FALSE(realm2_entry.IsEqualForTesting(*entry)); in TEST()
224 EXPECT_TRUE(realm3_digest_entry.IsEqualForTesting(*entry)); in TEST()
227 EXPECT_TRUE(realm3_digest_entry.IsEqualForTesting(*entry)); in TEST()
[all …]
Dhttp_auth_cache.h68 bool IsEqualForTesting(const Entry& other) const;
/external/cronet/tot/net/http/
Dhttp_auth_cache_unittest.cc191 EXPECT_TRUE(realm2_entry.IsEqualForTesting(*entry)); in TEST()
194 EXPECT_TRUE(realm2_entry.IsEqualForTesting(*entry)); in TEST()
197 EXPECT_TRUE(realm2_entry.IsEqualForTesting(*entry)); in TEST()
200 EXPECT_TRUE(realm2_entry.IsEqualForTesting(*entry)); in TEST()
203 EXPECT_TRUE(realm4_entry.IsEqualForTesting(*entry)); in TEST()
206 EXPECT_TRUE(realm4_entry.IsEqualForTesting(*entry)); in TEST()
211 EXPECT_FALSE(realm2_entry.IsEqualForTesting(*entry)); in TEST()
214 EXPECT_FALSE(realm2_entry.IsEqualForTesting(*entry)); in TEST()
224 EXPECT_TRUE(realm3_digest_entry.IsEqualForTesting(*entry)); in TEST()
227 EXPECT_TRUE(realm3_digest_entry.IsEqualForTesting(*entry)); in TEST()
[all …]
Dhttp_auth_cache.h68 bool IsEqualForTesting(const Entry& other) const;
Dhttp_auth_cache.cc226 bool HttpAuthCache::Entry::IsEqualForTesting(const Entry& other) const { in IsEqualForTesting() function in net::HttpAuthCache::Entry
/external/cronet/tot/net/device_bound_sessions/
Dsession.cc241 bool Session::IsEqualForTesting(const Session& other) const { in IsEqualForTesting() function in net::device_bound_sessions::Session
245 return lhs.IsEqualForTesting(rhs); // IN-TEST in IsEqualForTesting()
Dcookie_craving.h125 bool IsEqualForTesting(const CookieCraving& other) const;
Dsession.h77 bool IsEqualForTesting(const Session& other) const;
Dcookie_craving_unittest.cc637 EXPECT_TRUE(restored_cc->IsEqualForTesting(cc)); in TEST()
659 EXPECT_TRUE(restored_cc->IsEqualForTesting(cc)); in TEST()
693 EXPECT_TRUE(restored_cc->IsEqualForTesting(cc)); in TEST()
Dsession_store_impl_unittest.cc62 pair1.second->IsEqualForTesting(*pair2.second); in SessionMapsAreEqual()
295 EXPECT_TRUE(store_session->IsEqualForTesting(*session)); in TEST_F()
Dcookie_craving.cc311 bool CookieCraving::IsEqualForTesting(const CookieCraving& other) const { in IsEqualForTesting() function in net::device_bound_sessions::CookieCraving
Dsession_unittest.cc80 EXPECT_TRUE(restored->IsEqualForTesting(*session)); in TEST_F()
/external/cronet/stable/net/device_bound_sessions/
Dsession.cc241 bool Session::IsEqualForTesting(const Session& other) const { in IsEqualForTesting() function in net::device_bound_sessions::Session
245 return lhs.IsEqualForTesting(rhs); // IN-TEST in IsEqualForTesting()
Dcookie_craving.h125 bool IsEqualForTesting(const CookieCraving& other) const;
Dsession.h77 bool IsEqualForTesting(const Session& other) const;
Dcookie_craving_unittest.cc637 EXPECT_TRUE(restored_cc->IsEqualForTesting(cc)); in TEST()
659 EXPECT_TRUE(restored_cc->IsEqualForTesting(cc)); in TEST()
693 EXPECT_TRUE(restored_cc->IsEqualForTesting(cc)); in TEST()
Dsession_store_impl_unittest.cc62 pair1.second->IsEqualForTesting(*pair2.second); in SessionMapsAreEqual()
295 EXPECT_TRUE(store_session->IsEqualForTesting(*session)); in TEST_F()
Dcookie_craving.cc311 bool CookieCraving::IsEqualForTesting(const CookieCraving& other) const { in IsEqualForTesting() function in net::device_bound_sessions::CookieCraving
Dsession_unittest.cc80 EXPECT_TRUE(restored->IsEqualForTesting(*session)); in TEST_F()

12