/external/flatbuffers/include/flatbuffers/ |
D | reflection.h | 163 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 …]
|
D | flatbuffers.h | 2401 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);
|
D | minireflect.h | 247 val = reinterpret_cast<const Table *>(obj)->GetAddressOf( in IterateObject()
|
/external/webrtc/modules/desktop_capture/win/ |
D | d3d_device.cc | 38 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()
|
D | dxgi_texture.cc | 50 reinterpret_cast<void**>(texture.GetAddressOf())); in CopyFrom()
|
D | dxgi_texture_staging.cc | 65 &desc, nullptr, stage_.GetAddressOf()); in InitializeStage()
|
D | dxgi_output_duplicator.cc | 104 duplication_.GetAddressOf()); in DuplicateOutput() 167 kAcquireTimeoutMs, &frame_info, resource.GetAddressOf()); in Duplicate()
|
D | dxgi_adapter_duplicator.cc | 50 device_.dxgi_adapter()->EnumOutputs(i, output.GetAddressOf()); in DoInitialize()
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/winrt/ |
D | SwapChainPanelNativeWindow_unittest.cpp | 498 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()
|
D | CoreWindowNativeWindow_unittest.cpp | 422 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()));
|
D | SwapChainPanelNativeWindow.cpp | 68 asyncAction.GetAddressOf()); in RunOnUIThread() 159 mSwapChainPanelDispatcher.GetAddressOf()); in initialize()
|
D | CoreWindowNativeWindow.cpp | 220 displayProperties.GetAddressOf()))) in GetLogicalDpi()
|
/external/llvm-project/lldb/source/Core/ |
D | ValueObjectConstResultChild.cpp | 54 lldb::addr_t ValueObjectConstResultChild::GetAddressOf( in GetAddressOf() function in ValueObjectConstResultChild 56 return m_impl.GetAddressOf(scalar_is_load_address, address_type); in GetAddressOf()
|
D | ValueObjectConstResultImpl.cpp | 155 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()
|
D | ValueObjectConstResult.cpp | 261 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()
|
D | ValueObject.cpp | 765 : 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/ |
D | EGLDirectCompositionTest.cpp | 83 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()
|
D | EGLSurfaceTest.cpp | 962 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/ |
D | ValueObjectConstResultImpl.h | 61 virtual lldb::addr_t GetAddressOf(bool scalar_is_load_address = true,
|
D | ValueObjectConstResultChild.h | 57 lldb::addr_t GetAddressOf(bool scalar_is_load_address = true,
|
D | ValueObjectConstResult.h | 90 lldb::addr_t GetAddressOf(bool scalar_is_load_address = true,
|
/external/llvm-project/lldb/source/Plugins/Language/CPlusPlus/ |
D | LibStdcpp.cpp | 237 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/ |
D | core_audio_utility_win.cc | 307 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/ |
D | FormattersHelpers.cpp | 141 data_addr = valobj.GetAddressOf(); in GetArrayAddressOrPointerValue()
|
/external/llvm-project/lldb/source/Plugins/Language/ObjC/ |
D | NSSet.cpp | 458 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()
|