Searched refs:weakGroup (Results 1 – 5 of 5) sorted by relevance
69 void group_inserted( weak_node_t& weakGroup ) noexcept { static_cast<void>(weakGroup); } in group_inserted() argument71 void group_removed( weak_node_t& weakGroup ) noexcept { static_cast<void>(weakGroup); } in group_removed() argument102 void group_inserted( weak_node_t& weakGroup ) noexcept { on_group_inserted(weakGroup); } in group_inserted() argument103 void group_removed( weak_node_t& weakGroup ) noexcept { on_group_removed(weakGroup); } in group_removed() argument116 …virtual void on_group_inserted( weak_node_t& weakGroup ) noexcept { static_cast<void>(weakGroup… in on_group_inserted() argument118 …virtual void on_group_removed( weak_node_t& weakGroup ) noexcept { static_cast<void>(weakGroup)… in on_group_removed() argument166 void group_inserted( weak_node_t& weakGroup ) noexcept { in group_inserted() argument167 const auto graph = get_primitive_graph(weakGroup); in group_inserted()171 void group_removed( weak_node_t& weakGroup ) noexcept { in group_removed() argument172 const auto graph = get_primitive_graph(weakGroup); in group_removed()[all …]
374 auto graph<config_t>::ungroup_node( weak_node_t weakNode, weak_node_t weakGroup ) noexcept(false… in ungroup_node() argument376 auto group = weakGroup.lock(); in ungroup_node()
374 …auto ungroup_node( weak_node_t weakNode, weak_node_t weakGroup ) noexcept(false) -> voi…
50 weakGroup.resize(11); in AlignmentOutput()51 weakGroup[0] = string("CSA"); in AlignmentOutput()52 weakGroup[1] = string("ATV"); in AlignmentOutput()53 weakGroup[2] = string("SAG"); in AlignmentOutput()54 weakGroup[3] = string("STNK"); in AlignmentOutput()55 weakGroup[4] = string("STPA"); in AlignmentOutput()56 weakGroup[5] = string("SGND"); in AlignmentOutput()57 weakGroup[6] = string("SNDEQK"); in AlignmentOutput()58 weakGroup[7] = string("NDEQHK"); in AlignmentOutput()60 weakGroup[9] = string("FVLIM"); in AlignmentOutput()[all …]
91 vector<string> weakGroup; variable