Home
last modified time | relevance | path

Searched defs:PCheck (Results 1 – 3 of 3) sorted by relevance

/external/cronet/base/allocator/partition_allocator/partition_alloc_base/
Dcheck.cc30 CheckError CheckError::PCheck(const char* file, in PCheck() function in partition_alloc::internal::logging::CheckError
45 CheckError CheckError::PCheck(const char* file, int line) { in PCheck() function in partition_alloc::internal::logging::CheckError
/external/cronet/base/
Dcheck.cc145 CheckError CheckError::PCheck(const char* file, in PCheck() function in logging::CheckError
160 CheckError CheckError::PCheck(const char* file, int line) { in PCheck() function in logging::CheckError
Dcheck_unittest.cc84 TEST(CheckDeathTest, PCheck) { in TEST() argument