HomeSort by relevance Sort by last modified time
    Searched refs:VerifyUserPointerWithCountHelper (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/mojo/system/
memory.h 23 bool MOJO_SYSTEM_IMPL_EXPORT VerifyUserPointerWithCountHelper(
41 return internal::VerifyUserPointerWithCountHelper<sizeof(T),
memory.cc 62 bool VerifyUserPointerWithCountHelper(const void* pointer, size_t count) {
73 template bool MOJO_SYSTEM_IMPL_EXPORT VerifyUserPointerWithCountHelper<1, 1>(
75 template bool MOJO_SYSTEM_IMPL_EXPORT VerifyUserPointerWithCountHelper<4, 4>(
77 template bool MOJO_SYSTEM_IMPL_EXPORT VerifyUserPointerWithCountHelper<8, 8>(

Completed in 236 milliseconds