Home
last modified time | relevance | path

Searched refs:GetAddressOf (Results 1 – 25 of 33) sorted by relevance

12

/external/flatbuffers/include/flatbuffers/
Dreflection.h163 auto field_ptr = table.GetAddressOf(field.offset()); in GetAnyFieldI()
170 auto field_ptr = table.GetAddressOf(field.offset()); in GetAnyFieldF()
181 auto field_ptr = table.GetAddressOf(field.offset()); in GetAnyFieldS()
190 st.GetAddressOf(field.offset())); in GetAnyFieldI()
196 st.GetAddressOf(field.offset())); in GetAnyFieldF()
203 st.GetAddressOf(field.offset()), nullptr, -1); in GetAnyFieldS()
248 return reinterpret_cast<T *>(table.GetAddressOf(field.offset())); in GetAnyFieldAddressOf()
254 return reinterpret_cast<T *>(st.GetAddressOf(field.offset())); in GetAnyFieldAddressOf()
286 auto field_ptr = table->GetAddressOf(field.offset()); in SetAnyFieldI()
295 auto field_ptr = table->GetAddressOf(field.offset()); in SetAnyFieldF()
[all …]
Dflatbuffers.h2401 const uint8_t *GetAddressOf(uoffset_t o) const { return &data_[o]; }
2402 uint8_t *GetAddressOf(uoffset_t o) { return &data_[o]; }
2470 uint8_t *GetAddressOf(voffset_t field) {
2474 const uint8_t *GetAddressOf(voffset_t field) const {
2475 return const_cast<Table *>(this)->GetAddressOf(field);
Dminireflect.h247 val = reinterpret_cast<const Table *>(obj)->GetAddressOf( in IterateObject()
/external/webrtc/modules/desktop_capture/win/
Dd3d_device.cc38 nullptr, 0, D3D11_SDK_VERSION, d3d_device_.GetAddressOf(), &feature_level, in Initialize()
39 context_.GetAddressOf()); in Initialize()
74 reinterpret_cast<void**>(factory.GetAddressOf())); in EnumDevices()
83 error = factory->EnumAdapters(i, adapter.GetAddressOf()); in EnumDevices()
Ddxgi_texture.cc50 reinterpret_cast<void**>(texture.GetAddressOf())); in CopyFrom()
Ddxgi_texture_staging.cc65 &desc, nullptr, stage_.GetAddressOf()); in InitializeStage()
Ddxgi_output_duplicator.cc104 duplication_.GetAddressOf()); in DuplicateOutput()
167 kAcquireTimeoutMs, &frame_info, resource.GetAddressOf()); in Duplicate()
Ddxgi_adapter_duplicator.cc50 device_.dxgi_adapter()->EnumOutputs(i, output.GetAddressOf()); in DoInitialize()
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/
DSwapChainPanelNativeWindow_unittest.cpp498 EXPECT_HRESULT_SUCCEEDED(CreatePropertyValueStatics(propertyValueStatics.GetAddressOf())); in TEST()
500 0.5f, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf())); in TEST()
506 EXPECT_HRESULT_SUCCEEDED(CreatePropertyValueStatics(propertyValueStatics.GetAddressOf())); in TEST()
508 {480, 800}, reinterpret_cast<IInspectable **>(sizeValue.GetAddressOf())); in TEST()
545 EXPECT_HRESULT_SUCCEEDED(CreatePropertyValueStatics(propertyValueStatics.GetAddressOf())); in TEST_P()
547 scale, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf())); in TEST_P()
595 EXPECT_HRESULT_SUCCEEDED(CreatePropertyValueStatics(propertyValueStatics.GetAddressOf())); in TEST_P()
597 renderSize, reinterpret_cast<IInspectable **>(sizeValue.GetAddressOf())); in TEST_P()
DCoreWindowNativeWindow_unittest.cpp422 EXPECT_HRESULT_SUCCEEDED(CreatePropertyValueStatics(propertyValueStatics.GetAddressOf()));
424 scale, reinterpret_cast<IInspectable **>(singleValue.GetAddressOf()));
472 EXPECT_HRESULT_SUCCEEDED(CreatePropertyValueStatics(propertyValueStatics.GetAddressOf()));
474 renderSize, reinterpret_cast<IInspectable **>(sizeValue.GetAddressOf()));
DSwapChainPanelNativeWindow.cpp68 asyncAction.GetAddressOf()); in RunOnUIThread()
159 mSwapChainPanelDispatcher.GetAddressOf()); in initialize()
DCoreWindowNativeWindow.cpp220 displayProperties.GetAddressOf()))) in GetLogicalDpi()
/external/llvm-project/lldb/source/Core/
DValueObjectConstResultChild.cpp54 lldb::addr_t ValueObjectConstResultChild::GetAddressOf( in GetAddressOf() function in ValueObjectConstResultChild
56 return m_impl.GetAddressOf(scalar_is_load_address, address_type); in GetAddressOf()
DValueObjectConstResultImpl.cpp155 ValueObjectConstResultImpl::GetAddressOf(bool scalar_is_load_address, in GetAddressOf() function in ValueObjectConstResultImpl
162 return m_impl_backend->ValueObject::GetAddressOf(scalar_is_load_address, in GetAddressOf()
DValueObjectConstResult.cpp261 lldb::addr_t ValueObjectConstResult::GetAddressOf(bool scalar_is_load_address, in GetAddressOf() function in ValueObjectConstResult
263 return m_impl.GetAddressOf(scalar_is_load_address, address_type); in GetAddressOf()
DValueObject.cpp765 : GetAddressOf(true, &addr_type); in GetPointeeData()
952 cstr_address = GetAddressOf(true, &cstr_address_type); in ReadPointedString()
1448 addr_t ValueObject::GetAddressOf(bool scalar_is_load_address, in GetAddressOf() function in ValueObject
2683 GetAddressOf()); in CreateConstantValue()
2824 addr_t addr = GetAddressOf(scalar_is_load_address, &address_type); in AddressOf()
/external/angle/src/tests/egl_tests/
DEGLDirectCompositionTest.cpp83 ASSERT_TRUE(SUCCEEDED(mCompositor->CreateSpriteVisual(mAngleHost.GetAddressOf()))); in testSetUp()
105 auto hr = mRoHelper.CreateDispatcherQueueController(options, controller.GetAddressOf()); in CreateDispatcherQueue()
120 window, true, reinterpret_cast<abi::IDesktopWindowTarget **>(target.GetAddressOf())))); in CreateDesktopWindowTarget()
DEGLSurfaceTest.cpp962 HRESULT hr = createDComp(d3d11Device.Get(), IID_PPV_ARGS(dcompDevice.GetAddressOf())); in TEST_P()
967 DXGI_ALPHA_MODE_PREMULTIPLIED, dcompSurface.GetAddressOf()); in TEST_P()
972 hr = dcompSurface->BeginDraw(nullptr, IID_PPV_ARGS(texture.GetAddressOf()), &updateOffset); in TEST_P()
/external/llvm-project/lldb/include/lldb/Core/
DValueObjectConstResultImpl.h61 virtual lldb::addr_t GetAddressOf(bool scalar_is_load_address = true,
DValueObjectConstResultChild.h57 lldb::addr_t GetAddressOf(bool scalar_is_load_address = true,
DValueObjectConstResult.h90 lldb::addr_t GetAddressOf(bool scalar_is_load_address = true,
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/
DLibStdcpp.cpp237 valobj.GetAddressOf(scalar_is_load_addr, &addr_type); in LibStdcppStringSummaryProvider()
286 valobj.GetAddressOf(scalar_is_load_addr, &addr_type); in LibStdcppWStringSummaryProvider()
/external/webrtc/modules/audio_device/win/
Dcore_audio_utility_win.cc307 data_flow, role, audio_endpoint_device.GetAddressOf()); in CreateDeviceInternal()
317 audio_endpoint_device.GetAddressOf()); in CreateDeviceInternal()
352 HRESULT hr = device->OpenPropertyStore(STGM_READ, properties.GetAddressOf()); in GetDeviceFriendlyNameInternal()
466 data_flow, DEVICE_STATE_ACTIVE, collection.GetAddressOf()); in CreateCollectionInternal()
509 error = collection->Item(i, audio_device.GetAddressOf()); in GetDeviceNamesInternal()
781 _com_error error = device->QueryInterface(endpoint.GetAddressOf()); in GetDataFlow()
/external/llvm-project/lldb/source/DataFormatters/
DFormattersHelpers.cpp141 data_addr = valobj.GetAddressOf(); in GetArrayAddressOrPointerValue()
/external/llvm-project/lldb/source/Plugins/Language/ObjC/
DNSSet.cpp458 uint64_t data_location = valobj_sp->GetAddressOf() + m_ptr_size; in Update()
742 uint64_t data_location = valobj_sp->GetAddressOf() + m_ptr_size; in Update()

12