Searched defs:GetPointer (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dring_buffer.h68 void* GetPointer(RingBuffer::Offset offset) const { function in class:gpu::RingBuffer
H A Dfenced_allocator.h173 return GetPointer(offset);
218 void *GetPointer(FencedAllocator::Offset offset) { function in class:gpu::FencedAllocatorWrapper
/external/lldb/tools/debugserver/source/
H A DDNBDataRef.cpp186 // GetPointer
192 DNBDataRef::GetPointer(offset_t *offset_ptr) const function in class:DNBDataRef
376 case TypePointer: str_offset += snprintf(str + str_offset, sizeof(str) - str_offset, format ? format : " 0x%llx", GetPointer(&offset)); break;
/external/chromium_org/mojo/system/
H A Dmemory.h215 // pointer (obtained via |GetPointer()|).
217 // The memory returned by |GetPointer()| may be a copy of the original user
224 // which |GetPointer()| just returns the user pointer) if desired. Thus if
233 // return PutFoosImpl(foos_reader.GetPointer(), num_foos);
239 // MojoResult rv = GetFoosImpl(foos.GetPointer(), num_foos);
275 // Note: If |count| is zero, |GetPointer()| will always return null.
283 const Type* GetPointer() const { return buffer_.get(); } function in class:mojo::system::UserPointerReader
317 // Note: If |count| is zero, |GetPointer()| will always return null.
326 Type* GetPointer() const { return buffer_.get(); } function in class:mojo::system::UserPointerWriter
346 // Note: If |count| is zero, |GetPointer()| wil
357 Type* GetPointer() const { return buffer_.get(); } function in class:mojo::system::UserPointerReaderWriter
[all...]
/external/lldb/source/Core/
H A DDataExtractor.cpp831 DataExtractor::GetPointer (offset_t *offset_ptr) const function in class:DataExtractor

Completed in 179 milliseconds