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

  /external/chromium_org/mojo/system/
memory.h 16 // instantiations in the .cc file. This is used by |VerifyUserPointer<T>()|
38 bool VerifyUserPointer(const T* pointer, size_t count) {
45 inline bool VerifyUserPointer<void>(const void* pointer, size_t count) {
data_pipe_consumer_dispatcher.cc 45 if (!VerifyUserPointer<uint32_t>(num_elements, 1))
71 if (!VerifyUserPointer<const void*>(buffer, 1))
73 if (!VerifyUserPointer<uint32_t>(buffer_num_elements, 1))
data_pipe_producer_dispatcher.cc 45 if (!VerifyUserPointer<uint32_t>(num_elements, 1))
60 if (!VerifyUserPointer<void*>(buffer, 1))
62 if (!VerifyUserPointer<uint32_t>(buffer_num_elements, 1))
message_pipe_dispatcher.cc 57 if (!VerifyUserPointer<void>(bytes, num_bytes))
76 if (!VerifyUserPointer<uint32_t>(num_bytes, 1))
78 if (!VerifyUserPointer<void>(bytes, *num_bytes))
core_impl.cc 129 if (!VerifyUserPointer<MojoHandle>(handles, num_handles))
131 if (!VerifyUserPointer<MojoWaitFlags>(flags, num_handles))
142 if (!VerifyUserPointer<MojoHandle>(message_pipe_handle_0, 1))
144 if (!VerifyUserPointer<MojoHandle>(message_pipe_handle_1, 1))
198 if (!VerifyUserPointer<MojoHandle>(handles, num_handles))
323 if (!VerifyUserPointer<uint32_t>(num_handles, 1))
325 if (!VerifyUserPointer<MojoHandle>(handles, *num_handles))
358 if (options && !VerifyUserPointer<void>(options, sizeof(*options)))
360 if (!VerifyUserPointer<MojoHandle>(data_pipe_producer_handle, 1))
362 if (!VerifyUserPointer<MojoHandle>(data_pipe_consumer_handle, 1)
    [all...]
core_test_base.cc 54 if (!VerifyUserPointer<void>(bytes, num_bytes))
74 if (num_bytes && !VerifyUserPointer<void>(bytes, *num_bytes))

Completed in 364 milliseconds