/external/chromium_org/media/video/capture/win/ |
filter_base_win.cc | 25 STDMETHOD(QueryInterface)(REFIID iid, void** object_ptr) { 28 *object_ptr = static_cast<IEnumPins*>(this); 155 STDMETHODIMP FilterBase::QueryInterface(REFIID id, void** object_ptr) { 157 *object_ptr = static_cast<IMediaFilter*>(this); 159 *object_ptr = static_cast<IPersist*>(this);
|
pin_base_win.cc | 25 STDMETHOD(QueryInterface)(REFIID iid, void** object_ptr) { 28 *object_ptr = static_cast<IEnumMediaTypes*>(this); 268 STDMETHODIMP PinBase::QueryInterface(REFIID id, void** object_ptr) { 270 *object_ptr = static_cast<IPin*>(this); 272 *object_ptr = static_cast<IMemInputPin*>(this);
|
filter_base_win.h | 33 STDMETHOD(QueryInterface)(REFIID id, void** object_ptr);
|
pin_base_win.h | 91 STDMETHOD(QueryInterface)(REFIID id, void** object_ptr);
|
/external/lldb/source/Expression/ |
ClangUserExpression.cpp | 605 lldb::addr_t &object_ptr, 643 object_ptr = GetObjectPointer(frame, object_name, object_ptr_error); 648 object_ptr = 0; 726 lldb::addr_t object_ptr = 0; local 729 PrepareToExecuteJITExpression (error_stream, exe_ctx, struct_address, object_ptr, cmd_ptr); 745 (m_needs_object_ptr ? &object_ptr : NULL), 803 lldb::addr_t object_ptr = 0; local 806 if (!PrepareToExecuteJITExpression (error_stream, exe_ctx, struct_address, object_ptr, cmd_ptr)) 832 args.push_back(object_ptr); 869 (m_needs_object_ptr ? &object_ptr : NULL) [all...] |
/external/lldb/include/lldb/Expression/ |
ClangUserExpression.h | 387 lldb::addr_t &object_ptr,
|
/external/lldb/source/Plugins/LanguageRuntime/ObjC/AppleObjCRuntime/ |
AppleObjCRuntimeV1.cpp | 61 const addr_t object_ptr = in_value.GetPointerValue(); local 62 address.SetRawAddress(object_ptr);
|
AppleObjCRuntimeV2.cpp | 380 const addr_t object_ptr = in_value.GetPointerValue(); local 381 address.SetRawAddress(object_ptr); [all...] |
/external/chromium_org/third_party/tcmalloc/chromium/src/ |
heap-profile-table.h | 128 // If yes, fill *object_ptr with the actual allocation address 132 const void** object_ptr, size_t* object_size) const;
|
heap-profile-table.cc | 260 const void** object_ptr, 263 address_map_->FindInside(&AllocValueSize, max_size, ptr, object_ptr);
|
/external/chromium_org/third_party/tcmalloc/vendor/src/ |
heap-profile-table.h | 125 // If yes, fill *object_ptr with the actual allocation address 129 const void** object_ptr, size_t* object_size) const;
|
heap-profile-table.cc | 270 const void** object_ptr, 273 alloc_address_map_->FindInside(&AllocValueSize, max_size, ptr, object_ptr);
|