Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/base/allocator/partition_allocator/src/partition_alloc/partition_alloc_base/
H A Dcheck.cc41 check_error::PCheck::PCheck(const char* file, int line, const char* condition) in PCheck() function in partition_alloc::internal::logging::check_error::PCheck
48 check_error::PCheck::PCheck(const char* file, int line) in PCheck() function in partition_alloc::internal::logging::check_error::PCheck
/aosp_15_r20/external/cronet/base/
H A Dcheck.cc288 CheckError CheckError::PCheck(const char* condition, in PCheck() function in logging::CheckError
302 CheckError CheckError::PCheck(const base::Location& location) { in PCheck() function in logging::CheckError
H A Dcheck_unittest.cc168 TEST(CheckDeathTest, PCheck) { in TEST() argument