Home
last modified time | relevance | path

Searched refs:IsObjectInProtectedSection (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/cronet/base/memory/
H A Dprotected_memory.h257 static bool IsObjectInProtectedSection(const T& object) { in IsObjectInProtectedSection() function
348 CHECK(IsObjectInProtectedSection(protected_memory_->data_)); in AutoWritableMemory()
349 CHECK(IsObjectInProtectedSection(WriterData::writers)); in AutoWritableMemory()