/third_party/node/deps/ada/ |
H A D | ada.h | 2500 new (std::addressof(this->m_val)) T(std::forward<Rhs>(rhs).get()); 2525 construct(rhs.get()); 2539 T tmp = rhs.get(); 2563 construct(rhs.get()); in assign() 2569 construct(rhs.get()); in assign() 2583 construct(std::move(rhs).get()); 2598 construct(std::move(rhs).get()); in assign() 2604 construct(std::move(rhs).get()); in assign() 2617 construct(rhs.get()); 2626 construct(std::move(rhs).get()); 2653 TL_EXPECTED_11_CONSTEXPR T &get() & { return this->m_val; } get() function 2654 constexpr const T &get() const & { return this->m_val; } get() function 2655 TL_EXPECTED_11_CONSTEXPR T &&get() && { return std::move(this->m_val); } get() function 2657 constexpr const T &&get() const && { return std::move(this->m_val); } get() function 6927 inline std::optional<std::string_view> url_search_params::get( get() function in ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::ada::url_search_params [all...] |
/third_party/node/deps/v8/src/objects/ |
H A D | js-objects.cc | 382 // No element indexes should get here or the exclusion check may in FastAssign() 461 Handle<Object> next_key(keys->get(i), isolate); in SetOrCopyDataProperties() 1087 Handle<Object> next_key(keys->get(i), isolate); in DefineProperties() 1333 v8::Utils::ToLocal(desc->get()), v8::Utils::ToLocal(desc->set()))); in DefinePropertyWithInterceptorInternal() 1476 ? desc->get() in ValidateAndApplyPropertyDescriptor() 1501 (current->has_get() && current->get()->SameValue(*desc->get()))) && in ValidateAndApplyPropertyDescriptor() 1602 if (desc->has_get() && !desc->get()->SameValue(*current->get())) { in ValidateAndApplyPropertyDescriptor() 1654 ? desc->get() in ValidateAndApplyPropertyDescriptor() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/synchronization/ |
H A D | vktSynchronizationOperation.cpp | 1540 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get(shaderPrefix + "vert"), DE_NULL) in GraphicsPipeline() 1541 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get(shaderPrefix + "frag"), DE_NULL); in GraphicsPipeline() 1546 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_CONTROL_BIT, context.getBinaryCollection().get(shaderPrefix + "tesc"), DE_NULL) in GraphicsPipeline() 1547 .setShader (vk, device, VK_SHADER_STAGE_TESSELLATION_EVALUATION_BIT, context.getBinaryCollection().get(shaderPrefix + "tese"), DE_NULL); in GraphicsPipeline() 1551 .setShader (vk, device, VK_SHADER_STAGE_GEOMETRY_BIT, context.getBinaryCollection().get(shaderPrefix + "geom"), DE_NULL); in GraphicsPipeline() 1634 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, context.getBinaryCollection().get(shaderPrefix + "comp"), (VkShaderModuleCreateFlags)0)); in ComputePipeline() 1737 .writeSingle(*m_descriptorSet, DescriptorSetUpdateBuilder::Location::binding(0u), bufferDescriptorType, &m_pBufferView.get()) in BufferImplementation() 3016 const Unique<VkShaderModule> shaderModule(createShaderModule(vk, device, context.getBinaryCollection().get("comp"), (VkShaderModuleCreateFlags)0)); in MSImageImplementation() 4105 .setShader (vk, device, VK_SHADER_STAGE_VERTEX_BIT, context.getBinaryCollection().get("draw_vert"), DE_NULL) in Implementation() 4106 .setShader (vk, device, VK_SHADER_STAGE_FRAGMENT_BIT, context.getBinaryCollection().get("draw_fra in Implementation() [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
H A D | PPCISelDAGToDAG.cpp | 405 BuildMI(EntryBB, IP, dl, TII.get(PPC::MFVRSAVE), InVRSAVE); in InsertVRSaveCode() 406 BuildMI(EntryBB, IP, dl, TII.get(PPC::UPDATE_VRSAVE), in InsertVRSaveCode() 408 BuildMI(EntryBB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(UpdatedVRSAVE); in InsertVRSaveCode() 422 BuildMI(*BB, IP, dl, TII.get(PPC::MTVRSAVE)).addReg(InVRSAVE); in InsertVRSaveCode() 444 BuildMI(FirstMBB, MBBI, dl, TII.get(PPC::MoveGOTtoLR)); in getGlobalBaseReg() 445 BuildMI(FirstMBB, MBBI, dl, TII.get(PPC::MFLR), GlobalBaseReg); in getGlobalBaseReg() 448 BuildMI(FirstMBB, MBBI, dl, TII.get(PPC::MovePCtoLR)); in getGlobalBaseReg() 449 BuildMI(FirstMBB, MBBI, dl, TII.get(PPC::MFLR), GlobalBaseReg); in getGlobalBaseReg() 452 TII.get(PPC::UpdateGBR), GlobalBaseReg) in getGlobalBaseReg() 459 BuildMI(FirstMBB, MBBI, dl, TII.get(PP in getGlobalBaseReg() [all...] |
/foundation/multimedia/image_framework/frameworks/innerkitsimpl/codec/src/ |
H A D | image_source.cpp | 363 IMAGE_LOGD("[ImageSource]get supported image type."); in GetSupportedFormats() 369 IMAGE_LOGE("[ImageSource]get class info from plugin server failed, ret:%{public}u.", ret); in GetSupportedFormats() 383 IMAGE_LOGE("[ImageSource]attr data get format failed."); in GetSupportedFormats() 818 IMAGE_LOGE("[ImageSource]get image info failed, ret:%{public}u.", errorCode); 819 imageEvent.SetDecodeErrorMsg("get image info failed, ret:" + std::to_string(errorCode)); 934 auto pixelYuv = reinterpret_cast<PixelYuvExt *>(pixelMap.get()); 939 auto pixelYuv = reinterpret_cast<PixelYuv *>(pixelMap.get()); 1002 errorCode = UpdatePixelMapInfo(opts_, plInfo, *(pixelMap.get()), opts_.fitDensity, true); 1123 IMAGE_LOGE("[ImageSource]get valid image status fail on create pixel map, ret:%{public}u.", errorCode); 1125 imageEvent.SetDecodeErrorMsg("[ImageSource]get vali [all...] |
/foundation/CastEngine/castengine_wifi_display/services/network/server/ |
H A D | udp_server.cpp | 219 auto ret = memcpy_s(peerAddr.get(), sizeof(struct sockaddr_in), &addr, sizeof(struct sockaddr_in)); in FindOrCreateSession()
|
/foundation/ai/ai_engine/test/function/share_memory/ |
H A D | share_memory_test.cpp | 91 return promiseResult_->get_future().get(); in GetResult()
|
/foundation/ai/neural_network_runtime/test/unittest/ops/ |
H A D | add_test.cpp | 255 int8_t returnValue = mindspore::lite::MindIR_AddFusion_GetActivationType(primitive.get()); in HWTEST_F()
|
H A D | mul_builder_test.cpp | 270 auto returnValue = mindspore::lite::MindIR_MulFusion_GetActivationType(primitive.get()); in HWTEST_F()
|
H A D | sub_builder_test.cpp | 319 auto returnValue = mindspore::lite::MindIR_SubFusion_GetActivationType(primitive.get()); in HWTEST_F()
|
H A D | unsqueeze_builder_test.cpp | 293 auto axisReturn = mindspore::lite::MindIR_Unsqueeze_GetAxis(primitive.get()); in HWTEST_F()
|
H A D | stack_builder_test.cpp | 294 auto returnValue = mindspore::lite::MindIR_Stack_GetAxis(primitive.get()); in HWTEST_F()
|
H A D | tile_builder_test.cpp | 249 auto returnDims = mindspore::lite::MindIR_TileFusion_GetDims(primitive.get()); in HWTEST_F()
|
H A D | instance_norm_test.cpp | 241 auto returnEpsilonValue = mindspore::lite::MindIR_InstanceNorm_GetEpsilon(primitive.get());
in HWTEST_F()
|
H A D | softmax_builder_test.cpp | 295 auto returnValue = mindspore::lite::MindIR_Softmax_GetAxis(primitive.get()); in HWTEST_F()
|
H A D | squeeze_builder_test.cpp | 258 auto returnValue = mindspore::lite::MindIR_Squeeze_GetAxis(primitive.get()); in HWTEST_F()
|
H A D | batchnorm_builder_test.cpp | 243 auto returnValue = mindspore::lite::MindIR_FusedBatchNorm_GetEpsilon(primitive.get()); in HWTEST_F()
|
H A D | broadcast_to_test.cpp | 224 auto returnShape = mindspore::lite::MindIR_BroadcastTo_GetShape(primitive.get());
in HWTEST_F()
|
H A D | concat_two_inputs_test.cpp | 243 int64_t returnValue = mindspore::lite::MindIR_Concat_GetAxis(primitive.get()); in HWTEST_F()
|
H A D | concat_three_inputs_test.cpp | 222 int64_t expectValue = mindspore::lite::MindIR_Concat_GetAxis(primitive.get()); in HWTEST_F()
|
H A D | div_test.cpp | 267 int8_t returnValue = mindspore::lite::MindIR_DivFusion_GetActivationType(primitive.get()); in HWTEST_F()
|
H A D | eltwise_test.cpp | 275 bool eltwiseModeReturn = mindspore::lite::MindIR_Eltwise_GetMode(primitive.get()); in HWTEST_F()
|
H A D | slice_builder_test.cpp | 264 auto returnAxes = mindspore::lite::MindIR_SliceFusion_GetAxes(primitive.get()); in HWTEST_F()
|
/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/ |
H A D | continuation_handler_stage.cpp | 190 abilityInfo_ = std::make_shared<AbilityInfo>(*(abilityInfo.get())); in SetAbilityInfo()
|
H A D | continuation_handler.cpp | 185 abilityInfo_ = std::make_shared<AbilityInfo>(*(abilityInfo.get())); in SetAbilityInfo()
|