/external/cronet/tot/net/base/ |
D | isolation_info_unittest.cc | 50 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()
|
D | isolation_info.h | 186 bool IsEqualForTesting(const IsolationInfo& other) const;
|
D | isolation_info.cc | 221 bool IsolationInfo::IsEqualForTesting(const IsolationInfo& other) const { in IsEqualForTesting() function in net::IsolationInfo
|
/external/cronet/stable/net/base/ |
D | isolation_info_unittest.cc | 50 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()
|
D | isolation_info.h | 186 bool IsEqualForTesting(const IsolationInfo& other) const;
|
D | isolation_info.cc | 221 bool IsolationInfo::IsEqualForTesting(const IsolationInfo& other) const { in IsEqualForTesting() function in net::IsolationInfo
|
/external/cronet/stable/net/http/ |
D | http_auth_cache_unittest.cc | 191 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 …]
|
D | http_auth_cache.h | 68 bool IsEqualForTesting(const Entry& other) const;
|
/external/cronet/tot/net/http/ |
D | http_auth_cache_unittest.cc | 191 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 …]
|
D | http_auth_cache.h | 68 bool IsEqualForTesting(const Entry& other) const;
|
D | http_auth_cache.cc | 226 bool HttpAuthCache::Entry::IsEqualForTesting(const Entry& other) const { in IsEqualForTesting() function in net::HttpAuthCache::Entry
|
/external/cronet/tot/net/device_bound_sessions/ |
D | session.cc | 241 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()
|
D | cookie_craving.h | 125 bool IsEqualForTesting(const CookieCraving& other) const;
|
D | session.h | 77 bool IsEqualForTesting(const Session& other) const;
|
D | cookie_craving_unittest.cc | 637 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()
|
D | session_store_impl_unittest.cc | 62 pair1.second->IsEqualForTesting(*pair2.second); in SessionMapsAreEqual() 295 EXPECT_TRUE(store_session->IsEqualForTesting(*session)); in TEST_F()
|
D | cookie_craving.cc | 311 bool CookieCraving::IsEqualForTesting(const CookieCraving& other) const { in IsEqualForTesting() function in net::device_bound_sessions::CookieCraving
|
D | session_unittest.cc | 80 EXPECT_TRUE(restored->IsEqualForTesting(*session)); in TEST_F()
|
/external/cronet/stable/net/device_bound_sessions/ |
D | session.cc | 241 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()
|
D | cookie_craving.h | 125 bool IsEqualForTesting(const CookieCraving& other) const;
|
D | session.h | 77 bool IsEqualForTesting(const Session& other) const;
|
D | cookie_craving_unittest.cc | 637 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()
|
D | session_store_impl_unittest.cc | 62 pair1.second->IsEqualForTesting(*pair2.second); in SessionMapsAreEqual() 295 EXPECT_TRUE(store_session->IsEqualForTesting(*session)); in TEST_F()
|
D | cookie_craving.cc | 311 bool CookieCraving::IsEqualForTesting(const CookieCraving& other) const { in IsEqualForTesting() function in net::device_bound_sessions::CookieCraving
|
D | session_unittest.cc | 80 EXPECT_TRUE(restored->IsEqualForTesting(*session)); in TEST_F()
|