Home
last modified time | relevance | path

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

/external/libchrome/mojo/public/cpp/bindings/lib/
Dbindings_internal.h81 const char* p_slot = reinterpret_cast<const char*>(offset); in EncodePointer() local
82 DCHECK(p_obj > p_slot); in EncodePointer()
84 *offset = static_cast<uint64_t>(p_obj - p_slot); in EncodePointer()