Home
last modified time | relevance | path

Searched refs:get (Results 10776 - 10800 of 15342) sorted by relevance

1...<<431432433434435436437438439440>>...614

/third_party/node/deps/ada/
H A Dada.h2500 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 Djs-objects.cc382 // 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 DvktSynchronizationOperation.cpp1540 .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 DPPCISelDAGToDAG.cpp405 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 Dimage_source.cpp363 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 Dudp_server.cpp219 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 Dshare_memory_test.cpp91 return promiseResult_->get_future().get(); in GetResult()
/foundation/ai/neural_network_runtime/test/unittest/ops/
H A Dadd_test.cpp255 int8_t returnValue = mindspore::lite::MindIR_AddFusion_GetActivationType(primitive.get()); in HWTEST_F()
H A Dmul_builder_test.cpp270 auto returnValue = mindspore::lite::MindIR_MulFusion_GetActivationType(primitive.get()); in HWTEST_F()
H A Dsub_builder_test.cpp319 auto returnValue = mindspore::lite::MindIR_SubFusion_GetActivationType(primitive.get()); in HWTEST_F()
H A Dunsqueeze_builder_test.cpp293 auto axisReturn = mindspore::lite::MindIR_Unsqueeze_GetAxis(primitive.get()); in HWTEST_F()
H A Dstack_builder_test.cpp294 auto returnValue = mindspore::lite::MindIR_Stack_GetAxis(primitive.get()); in HWTEST_F()
H A Dtile_builder_test.cpp249 auto returnDims = mindspore::lite::MindIR_TileFusion_GetDims(primitive.get()); in HWTEST_F()
H A Dinstance_norm_test.cpp241 auto returnEpsilonValue = mindspore::lite::MindIR_InstanceNorm_GetEpsilon(primitive.get()); in HWTEST_F()
H A Dsoftmax_builder_test.cpp295 auto returnValue = mindspore::lite::MindIR_Softmax_GetAxis(primitive.get()); in HWTEST_F()
H A Dsqueeze_builder_test.cpp258 auto returnValue = mindspore::lite::MindIR_Squeeze_GetAxis(primitive.get()); in HWTEST_F()
H A Dbatchnorm_builder_test.cpp243 auto returnValue = mindspore::lite::MindIR_FusedBatchNorm_GetEpsilon(primitive.get()); in HWTEST_F()
H A Dbroadcast_to_test.cpp224 auto returnShape = mindspore::lite::MindIR_BroadcastTo_GetShape(primitive.get()); in HWTEST_F()
H A Dconcat_two_inputs_test.cpp243 int64_t returnValue = mindspore::lite::MindIR_Concat_GetAxis(primitive.get()); in HWTEST_F()
H A Dconcat_three_inputs_test.cpp222 int64_t expectValue = mindspore::lite::MindIR_Concat_GetAxis(primitive.get()); in HWTEST_F()
H A Ddiv_test.cpp267 int8_t returnValue = mindspore::lite::MindIR_DivFusion_GetActivationType(primitive.get()); in HWTEST_F()
H A Deltwise_test.cpp275 bool eltwiseModeReturn = mindspore::lite::MindIR_Eltwise_GetMode(primitive.get()); in HWTEST_F()
H A Dslice_builder_test.cpp264 auto returnAxes = mindspore::lite::MindIR_SliceFusion_GetAxes(primitive.get()); in HWTEST_F()
/foundation/ability/ability_runtime/frameworks/native/ability/native/continuation/distributed/
H A Dcontinuation_handler_stage.cpp190 abilityInfo_ = std::make_shared<AbilityInfo>(*(abilityInfo.get())); in SetAbilityInfo()
H A Dcontinuation_handler.cpp185 abilityInfo_ = std::make_shared<AbilityInfo>(*(abilityInfo.get())); in SetAbilityInfo()

Completed in 52 milliseconds

1...<<431432433434435436437438439440>>...614