Home
last modified time | relevance | path

Searched refs:parent (Results 2576 - 2600 of 11646) sorted by relevance

1...<<101102103104105106107108109110>>...466

/third_party/mesa3d/src/compiler/isaspec/
H A Ddecode.c75 struct decode_scope *parent; member
257 scope->parent = state->scope; in push_scope()
270 scope->state->scope = scope->parent; in pop_scope()
390 if (bitset->parent) { in find_field()
391 const struct isa_field *f = find_field(scope, bitset->parent, name, name_len); in find_field()
451 if (bitset->parent) { in find_display()
452 return find_display(scope, bitset->parent); in find_display()
510 return resolve_field(scope->parent, param_name, strlen(param_name), valp); in resolve_field()
/third_party/mesa3d/src/gallium/drivers/r600/sfn/
H A Dsfn_shader_vs.cpp63 VertexExportStage::VertexExportStage(VertexStageShader *parent): in VertexExportStage() argument
64 m_parent(parent) in VertexExportStage()
69 VertexExportForFs::VertexExportForFs(VertexStageShader *parent, in VertexExportForFs() argument
72 VertexExportStage(parent), in VertexExportForFs()
571 VertexExportForGS::VertexExportForGS(VertexStageShader *parent, in VertexExportForGS() argument
573 VertexExportStage(parent), in VertexExportForGS()
649 VertexExportForTCS::VertexExportForTCS(VertexStageShader *parent): in VertexExportForTCS() argument
650 VertexExportStage(parent) in VertexExportForTCS()
/third_party/ltp/tools/sparse/sparse-src/
H A Ddissect.c178 static bool deanon(struct symbol *base, struct ident *node, struct symbol *parent) in deanon() argument
180 struct ident *pi = parent ? parent->ident : NULL; in deanon()
202 static void examine_sym_node(struct symbol *node, struct symbol *parent) in examine_sym_node() argument
243 if (base->ident || deanon(base, name, parent)) in examine_sym_node()
247 parent = base; in examine_sym_node()
249 examine_sym_node(mem, parent); in examine_sym_node()
250 report_memdef(parent, mem)); in examine_sym_node()
/third_party/skia/third_party/externals/angle2/src/feature_support_util/
H A Dfeature_support_util.cpp136 static StringPart FromJson(const Json::Value &parent, const char *key) in FromJson() argument
138 if (parent.isMember(key) && parent[key].isString()) in FromJson()
140 return StringPart(parent[key].asString()); in FromJson()
164 static IntegerPart FromJson(const Json::Value &parent, const char *key) in FromJson() argument
166 if (parent.isMember(key) && parent[key].isInt()) in FromJson()
168 return IntegerPart(parent[key].asInt()); in FromJson()
286 // Revision fields are only checked if their parent version field in FromJson()
/kernel/linux/linux-5.10/fs/nilfs2/
H A Dbtree.c464 struct nilfs_btree_node *node; /* parent node */
466 int index; /* current index on the parent node */
467 int ncmax; /* nof children in the parent node */
1026 /* parent */ in nilfs_btree_find_near()
1063 struct nilfs_btree_node *node, *parent, *sib; in nilfs_btree_prepare_insert() local
1094 parent = nilfs_btree_get_node(btree, path, level + 1, &ncmax); in nilfs_btree_prepare_insert()
1099 sibptr = nilfs_btree_node_get_ptr(parent, pindex - 1, in nilfs_btree_prepare_insert()
1116 if (pindex < nilfs_btree_node_get_nchildren(parent) - 1) { in nilfs_btree_prepare_insert()
1117 sibptr = nilfs_btree_node_get_ptr(parent, pindex + 1, in nilfs_btree_prepare_insert()
1437 struct nilfs_btree_node *node, *parent, *si in nilfs_btree_prepare_delete() local
1914 struct nilfs_btree_node *parent; nilfs_btree_prepare_update_v() local
1949 struct nilfs_btree_node *parent; nilfs_btree_commit_update_v() local
2036 struct nilfs_btree_node *parent; nilfs_btree_propagate_v() local
2195 struct nilfs_btree_node *parent; nilfs_btree_assign_p() local
2236 struct nilfs_btree_node *parent; nilfs_btree_assign_v() local
[all...]
/kernel/linux/linux-6.6/fs/nilfs2/
H A Dbtree.c464 struct nilfs_btree_node *node; /* parent node */
466 int index; /* current index on the parent node */
467 int ncmax; /* nof children in the parent node */
1025 /* parent */ in nilfs_btree_find_near()
1062 struct nilfs_btree_node *node, *parent, *sib; in nilfs_btree_prepare_insert() local
1093 parent = nilfs_btree_get_node(btree, path, level + 1, &ncmax); in nilfs_btree_prepare_insert()
1098 sibptr = nilfs_btree_node_get_ptr(parent, pindex - 1, in nilfs_btree_prepare_insert()
1115 if (pindex < nilfs_btree_node_get_nchildren(parent) - 1) { in nilfs_btree_prepare_insert()
1116 sibptr = nilfs_btree_node_get_ptr(parent, pindex + 1, in nilfs_btree_prepare_insert()
1436 struct nilfs_btree_node *node, *parent, *si in nilfs_btree_prepare_delete() local
1911 struct nilfs_btree_node *parent; nilfs_btree_prepare_update_v() local
1946 struct nilfs_btree_node *parent; nilfs_btree_commit_update_v() local
2033 struct nilfs_btree_node *parent; nilfs_btree_propagate_v() local
2192 struct nilfs_btree_node *parent; nilfs_btree_assign_p() local
2234 struct nilfs_btree_node *parent; nilfs_btree_assign_v() local
[all...]
/third_party/node/deps/icu-small/source/common/
H A Duresbund.cpp186 * no fallbacks, do not load parent bundles.
199 * @param name In-out parameter: On input, the locale ID to get a parent locale ID for (this is a locale's base name, without keywords); on output, the
200 * requested parent locale ID.
202 * but as findFirstExisting() ascends the resource bundle's parent tree, this parameter will continue to be the original locale ID requested.
228 // if the open type is URES_OPEN_LOCALE_DEFAULT_ROOT, first look the locale ID up in the parent locale table; in getParentLocaleID()
229 // if that table specifies a parent for it, return that (we don't do this for the other open types-- if we're not in getParentLocaleID()
231 // of looking things up in the parent locale table-- see https://www.unicode.org/reports/tr35/tr35.html#Parent_Locales: in getParentLocaleID()
241 // if it's not in the parent locale table, figure out the fallback script algorithmically in getParentLocaleID()
273 // (we don't do this for other open types for the same reason we don't look things up in the parent in getParentLocaleID()
293 * Called to check whether a name without '_' needs to be checked for a parent
3040 getParentForFunctionalEquivalent(const char* localeID, UResourceBundle* res, UResourceBundle* bund1, char* parent, int32_t parentCapacity) getParentForFunctionalEquivalent() argument
3074 char parent[1024] = ""; ures_getFunctionalEquivalent() local
[all...]
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select_overlay/
H A Dservice_collaboration_menu_ace_helper.cpp64 const std::string& value, const RefPtr<FrameNode>& parent, const Color& color, bool needMargin) in CreateText()
90 textNode->MountToParent(parent); in CreateText()
93 void ServiceCollaborationMenuAceHelper::CreateHeaderText(const std::string& value, const RefPtr<FrameNode>& parent) in CreateHeaderText() argument
123 textNode->MountToParent(parent); in CreateHeaderText()
126 void ServiceCollaborationMenuAceHelper::CreateEndIcon(const std::string& icon, const RefPtr<FrameNode>& parent) in CreateEndIcon() argument
149 iconNode->MountToParent(parent); in CreateEndIcon()
152 void ServiceCollaborationMenuAceHelper::CreateStartIcon(const std::string& icon, const RefPtr<FrameNode>& parent) in CreateStartIcon() argument
175 iconNode->MountToParent(parent, 0); in CreateStartIcon()
477 void ServiceCollaborationAceCallback::CreateText(const std::string& value, const RefPtr<FrameNode>& parent) in CreateText() argument
503 textNode->MountToParent(parent); in CreateText()
63 CreateText( const std::string& value, const RefPtr<FrameNode>& parent, const Color& color, bool needMargin) CreateText() argument
557 CreateEndIcon(const std::string& icon, const RefPtr<FrameNode>& parent) CreateEndIcon() argument
606 CreateStartIcon(const std::string& icon, const RefPtr<FrameNode>& parent) CreateStartIcon() argument
[all...]
/foundation/multimedia/media_library/frameworks/services/media_scanner/src/scanner/
H A Dmedia_scanner.cpp325 void MediaScannerObj::SetPhotoSubType(const string &parent) in SetPhotoSubType() argument
332 string parentPath = parent + SLASH_CHAR; in SetPhotoSubType()
365 int32_t MediaScannerObj::GetParentDirInfo(const string &parent, int32_t parentId) in GetParentDirInfo() argument
367 if (api_ == MediaLibraryApi::API_10 || SkipBucket(parent)) { in GetParentDirInfo()
371 string parentPath = parent + SLASH_CHAR; in GetParentDirInfo()
389 parentId = mediaScannerDb_->GetIdFromPath(parent); in GetParentDirInfo()
391 if (parent == ROOT_MEDIA_DIR) { in GetParentDirInfo()
394 MEDIA_ERR_LOG("failed to get parent id"); in GetParentDirInfo()
590 string parent = ScannerUtils::GetParentPath(path_); in ScanFileInternal() local
591 err = GetParentDirInfo(parent, UNKNOWN_I in ScanFileInternal()
621 BuildFileInfo(const string &parent, int32_t parentId) BuildFileInfo() argument
653 ScanFileInTraversal(const string &path, const string &parent, int32_t parentId) ScanFileInTraversal() argument
[all...]
/kernel/linux/linux-5.10/fs/jffs2/
H A Dreadinode.c338 struct rb_node *parent; in jffs2_add_tn_to_tree() local
343 parent = *link; in jffs2_add_tn_to_tree()
344 insert_point = rb_entry(parent, struct jffs2_tmp_dnode_info, rb); in jffs2_add_tn_to_tree()
398 child (if any) take its place under its parent. Since this is only done
404 struct rb_node *parent = rb_parent(node); in eat_last() local
410 if (!parent) in eat_last()
412 else if (node == parent->rb_left) in eat_last()
413 link = &parent->rb_left; in eat_last()
415 link = &parent->rb_right; in eat_last()
427 struct rb_node *parent in ver_insert() local
[all...]
/kernel/linux/linux-5.10/fs/ext4/
H A Dialloc.c418 * free inodes than average (starting at parent's group).
421 static int find_group_orlov(struct super_block *sb, struct inode *parent, in find_group_orlov() argument
425 ext4_group_t parent_group = EXT4_I(parent)->i_block_group; in find_group_orlov()
455 ((parent == d_inode(sb->s_root)) || in find_group_orlov()
456 (ext4_test_inode_flag(parent, EXT4_INODE_TOPDIR)))) { in find_group_orlov()
463 ext4fs_dirhash(parent, qstr->name, qstr->len, &hinfo); in find_group_orlov()
519 * inode for this parent directory in find_group_orlov()
521 if (EXT4_I(parent)->i_last_alloc_group != ~0) { in find_group_orlov()
522 parent_group = EXT4_I(parent)->i_last_alloc_group; in find_group_orlov()
543 parent_group = EXT4_I(parent) in find_group_orlov()
568 find_group_other(struct super_block *sb, struct inode *parent, ext4_group_t *group, umode_t mode) find_group_other() argument
[all...]
/kernel/linux/linux-6.6/fs/jffs2/
H A Dreadinode.c338 struct rb_node *parent; in jffs2_add_tn_to_tree() local
343 parent = *link; in jffs2_add_tn_to_tree()
344 insert_point = rb_entry(parent, struct jffs2_tmp_dnode_info, rb); in jffs2_add_tn_to_tree()
398 child (if any) take its place under its parent. Since this is only done
404 struct rb_node *parent = rb_parent(node); in eat_last() local
410 if (!parent) in eat_last()
412 else if (node == parent->rb_left) in eat_last()
413 link = &parent->rb_left; in eat_last()
415 link = &parent->rb_right; in eat_last()
427 struct rb_node *parent in ver_insert() local
[all...]
/kernel/linux/linux-6.6/fs/overlayfs/
H A Dsuper.c662 struct dentry *parent, in ovl_lookup_or_create()
668 inode_lock_nested(parent->d_inode, I_MUTEX_PARENT); in ovl_lookup_or_create()
669 child = ovl_lookup_upper(ofs, name, parent, len); in ovl_lookup_or_create()
671 child = ovl_create_real(ofs, parent->d_inode, child, in ovl_lookup_or_create()
673 inode_unlock(parent->d_inode); in ovl_lookup_or_create()
674 dput(parent); in ovl_lookup_or_create()
1230 struct dentry *next = dentry, *parent; in ovl_check_layer() local
1236 parent = dget_parent(next); in ovl_check_layer()
1239 while (!err && parent != next) { in ovl_check_layer()
1240 if (is_lower && ovl_lookup_trap_inode(sb, parent)) { in ovl_check_layer()
661 ovl_lookup_or_create(struct ovl_fs *ofs, struct dentry *parent, const char *name, umode_t mode) ovl_lookup_or_create() argument
[all...]
/kernel/linux/linux-6.6/drivers/gpio/
H A Dgpio-sim.c307 struct device *dev = chip->gc.parent; in gpio_sim_setup_sysfs()
425 gc->parent = dev; in gpio_sim_add_bank()
555 * already having cleared the parent pointer even though the parent
558 * So we need to store the pointer to the parent struct here. We can
565 struct gpio_sim_device *parent; member
591 return bank->parent; in gpio_sim_bank_get_device()
599 struct gpio_sim_bank *parent; member
619 struct gpio_sim_bank *bank = line->parent; in gpio_sim_line_get_device()
626 struct gpio_sim_line *parent; member
814 gpio_sim_make_bank_swnode(struct gpio_sim_bank *bank, struct fwnode_handle *parent) gpio_sim_make_bank_swnode() argument
[all...]
/kernel/linux/linux-6.6/drivers/clk/renesas/
H A Drenesas-cpg-mssr.c329 struct clk *clk = ERR_PTR(-ENOTSUPP), *parent; in cpg_mssr_register_core_clk() local
350 WARN_DEBUG(core->parent >= priv->num_core_clks); in cpg_mssr_register_core_clk()
351 parent = priv->clks[core->parent]; in cpg_mssr_register_core_clk()
352 if (IS_ERR(parent)) { in cpg_mssr_register_core_clk()
353 clk = parent; in cpg_mssr_register_core_clk()
357 parent_name = __clk_get_name(parent); in cpg_mssr_register_core_clk()
410 struct clk *parent, *clk; in cpg_mssr_register_mod_clk() local
416 WARN_DEBUG(mod->parent >= priv->num_core_clks + priv->num_mod_clks); in cpg_mssr_register_mod_clk()
424 parent in cpg_mssr_register_mod_clk()
[all...]
/kernel/linux/linux-6.6/drivers/hwtracing/coresight/
H A Dcoresight-tmc-etr.c164 struct device *real_dev = dev->parent; in tmc_pages_free()
196 struct device *real_dev = dev->parent; in tmc_pages_alloc()
356 struct device *real_dev = table->dev->parent; in tmc_sg_table_sync_data_range()
372 struct device *real_dev = sg_table->dev->parent; in tmc_sg_table_sync_table()
601 struct device *real_dev = drvdata->csdev->dev.parent; in tmc_etr_alloc_flat_buf()
633 struct device *real_dev = flat_buf->dev->parent; in tmc_etr_free_flat_buf()
645 struct device *real_dev = flat_buf->dev->parent; in tmc_etr_sync_flat_buf()
852 has_iommu = iommu_get_domain_for_dev(dev->parent); in tmc_alloc_etr_buf()
1147 struct tmc_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in tmc_etr_get_sysfs_buffer()
1200 struct tmc_drvdata *drvdata = dev_get_drvdata(csdev->dev.parent); in tmc_enable_etr_sink_sysfs()
[all...]
/third_party/ltp/lib/
H A Dtst_cgroup.c360 static void cgroup_dir_mk(const struct cgroup_dir *const parent, in cgroup_dir_mk() argument
366 new->dir_root = parent->dir_root; in cgroup_dir_mk()
368 new->dir_parent = parent; in cgroup_dir_mk()
369 new->ctrl_field = parent->ctrl_field; in cgroup_dir_mk()
372 if (!mkdirat(parent->dir_fd, dir_name, 0777)) { in cgroup_dir_mk()
380 dpath = tst_decode_fd(parent->dir_fd); in cgroup_dir_mk()
392 parent->dir_fd, dpath, dir_name); in cgroup_dir_mk()
396 new->dir_fd = SAFE_OPENAT(parent->dir_fd, dir_name, in cgroup_dir_mk()
956 * We probably also want to remove the LTP parent CGroup, although
1053 static void cgroup_group_add_dir(const struct tst_cg_group *const parent, in cgroup_group_add_dir() argument
1084 tst_cg_group_mk(const struct tst_cg_group *const parent, const char *const group_name_fmt, ...) tst_cg_group_mk() argument
[all...]
/third_party/libwebsockets/lib/roles/http/client/
H A Dclient-http.c305 if (wsi->http.proxy_clientside && wsi->parent && in lws_http_client_socket_service()
306 wsi->parent->http.buflist_post_body) in lws_http_client_socket_service()
337 if (wsi->http.proxy_clientside && wsi->parent && in lws_http_client_socket_service()
338 wsi->parent->http.buflist_post_body) in lws_http_client_socket_service()
1230 if (wsi->parent && in lws_generate_client_handshake()
1231 lws_hdr_total_length(wsi->parent, WSI_TOKEN_HTTP_CONTENT_LENGTH)) { in lws_generate_client_handshake()
1234 lws_hdr_simple_ptr(wsi->parent, WSI_TOKEN_HTTP_CONTENT_LENGTH)); in lws_generate_client_handshake()
1235 if (atoi(lws_hdr_simple_ptr(wsi->parent, WSI_TOKEN_HTTP_CONTENT_LENGTH))) in lws_generate_client_handshake()
1238 if (wsi->parent && in lws_generate_client_handshake()
1239 lws_hdr_total_length(wsi->parent, WSI_TOKEN_HTTP_AUTHORIZATIO in lws_generate_client_handshake()
[all...]
/third_party/node/test/fixtures/postject-copy/node_modules/commander/lib/
H A Dcommand.js28 this.parent = null;
85 * (Used internally when adding a command using `.command()` so subcommands inherit parent settings.)
157 cmd.parent = this;
256 * See .command() for creating an attached subcommand which inherits settings from its parent.
274 cmd.parent = this;
730 * positional options to have been enabled on the program (parent commands).
738 if (!!this.parent && passThrough && !this.parent._enablePositionalOptions) {
739 throw new Error('passThroughOptions can not be used without turning on enablePositionalOptions for parent command(s)');
1257 outputHelpIfRequested(this, unknown); // Run the help for default command from parent rathe
[all...]
/kernel/linux/linux-5.10/drivers/acpi/
H A Dscan.c31 #define ACPI_IS_ROOT_DEVICE(device) (!(device)->parent)
480 if (device->parent) in acpi_device_del()
674 * Link this device to its parent and siblings. in acpi_device_add()
717 if (device->parent) in acpi_device_add()
718 list_add_tail(&device->node, &device->parent->children); in acpi_device_add()
724 if (device->parent) in acpi_device_add()
725 device->dev.parent = &device->parent->dev; in acpi_device_add()
743 if (device->parent) in acpi_device_add()
1441 dma_dev = dma_dev->parent; in acpi_dma_get_range()
1516 struct acpi_device *parent = adev->parent; acpi_init_coherency() local
1560 struct acpi_device *parent = device->parent; acpi_is_indirect_io_slave() local
[all...]
/kernel/linux/linux-6.6/drivers/gpu/drm/msm/disp/dpu1/
H A Ddpu_encoder.c346 DRMID(phys_enc->parent), in dpu_encoder_helper_report_irq_timeout()
352 dpu_encoder_frame_done_callback(phys_enc->parent, phys_enc, in dpu_encoder_helper_report_irq_timeout()
376 DRMID(phys_enc->parent), func, in dpu_encoder_helper_wait_for_irq()
383 DRMID(phys_enc->parent), func); in dpu_encoder_helper_wait_for_irq()
388 DRMID(phys_enc->parent), func, in dpu_encoder_helper_wait_for_irq()
393 DRMID(phys_enc->parent), in dpu_encoder_helper_wait_for_irq()
403 DRMID(phys_enc->parent), func, in dpu_encoder_helper_wait_for_irq()
414 DRMID(phys_enc->parent), func, in dpu_encoder_helper_wait_for_irq()
421 trace_dpu_enc_irq_wait_success(DRMID(phys_enc->parent), in dpu_encoder_helper_wait_for_irq()
496 if (!phys_enc->hw_mdptop || !phys_enc->parent) { in dpu_encoder_helper_split_config()
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/resctrl/
H A Drdtgroup.c336 struct rdtgroup *prgrp = rdtgrp->mon.parent, *crgrp; in cpus_mon_write()
339 /* Check whether cpus belong to parent ctrl group */ in cpus_mon_write()
342 rdt_last_cmd_puts("Can only add CPUs to mongroup that belong to parent\n"); in cpus_mon_write()
349 /* Give any dropped cpus to parent rdtgroup */ in cpus_mon_write()
428 * Clear child mon group masks since there is a new parent mask in cpus_ctrl_write()
553 tsk->closid == rdtgrp->mon.parent->closid)) in __rdtgroup_move_task()
562 * their parent CTRL group. in __rdtgroup_move_task()
569 if (rdtgrp->mon.parent->closid == tsk->closid) { in __rdtgroup_move_task()
851 struct rdt_resource *r = of->kn->parent->priv; in rdt_num_closids_show()
860 struct rdt_resource *r = of->kn->parent in rdt_default_ctrl_show()
1728 struct kernfs_node *kn, *parent; rdtgroup_kn_mode_restore() local
[all...]
/kernel/linux/linux-5.10/drivers/net/ethernet/renesas/
H A Dravb_main.c198 dma_unmap_single(ndev->dev.parent, le32_to_cpu(desc->dptr), in ravb_tx_free()
229 if (!dma_mapping_error(ndev->dev.parent, in ravb_ring_free()
231 dma_unmap_single(ndev->dev.parent, in ravb_ring_free()
238 dma_free_coherent(ndev->dev.parent, ring_size, priv->rx_ring[q], in ravb_ring_free()
248 dma_free_coherent(ndev->dev.parent, ring_size, priv->tx_ring[q], in ravb_ring_free()
297 dma_addr = dma_map_single(ndev->dev.parent, priv->rx_skb[q][i]->data, in ravb_ring_format()
303 if (dma_mapping_error(ndev->dev.parent, dma_addr)) in ravb_ring_format()
371 priv->rx_ring[q] = dma_alloc_coherent(ndev->dev.parent, ring_size, in ravb_ring_init()
382 priv->tx_ring[q] = dma_alloc_coherent(ndev->dev.parent, ring_size, in ravb_ring_init()
583 dma_unmap_single(ndev->dev.parent, le32_to_cp in ravb_rx()
[all...]
/foundation/arkui/ace_engine/test/unittest/core/pattern/node_container/
H A Dnode_container_test_ng.cpp456 RefPtr<FrameNode> parent = in HWTEST_F() local
458 parent->AddChild(node); in HWTEST_F()
491 RefPtr<FrameNode> parent = in HWTEST_F() local
493 parent->AddChild(node); in HWTEST_F()
531 RefPtr<FrameNode> parent = in HWTEST_F() local
533 parent->AddChild(node); in HWTEST_F()
571 RefPtr<FrameNode> parent = in HWTEST_F() local
573 parent->AddChild(node); in HWTEST_F()
609 RefPtr<FrameNode> parent = FrameNode::CreateFrameNode("parent", in HWTEST_F() local
[all...]
/foundation/multimodalinput/input/intention/cooperate/plugin/src/
H A Dcooperate_in.cpp29 CooperateIn::CooperateIn(IStateMachine &parent, IContext *env) in CooperateIn() argument
30 : ICooperateState(parent), env_(env) in CooperateIn()
72 void CooperateIn::Initial::BuildChains(std::shared_ptr<Initial> self, CooperateIn &parent) in BuildChains() argument
74 auto s11 = std::make_shared<RelayConfirmation>(parent, self); in BuildChains()
87 CooperateIn::Initial::Initial(CooperateIn &parent) in Initial() argument
88 : ICooperateStep(parent, nullptr), parent_(parent) in Initial()
350 CooperateIn::RelayConfirmation::RelayConfirmation(CooperateIn &parent, std::shared_ptr<ICooperateStep> prev) in RelayConfirmation() argument
351 : ICooperateStep(parent, prev), parent_(parent) in RelayConfirmation()
[all...]

Completed in 43 milliseconds

1...<<101102103104105106107108109110>>...466