MCPcopy Create free account
hub / github.com/MyGUI/mygui / set_name

Method set_name

Tools/EditorFramework/pugixml.cpp:4329–4335  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4327 }
4328
4329 PUGI__FN bool xml_attribute::set_name(const char_t* rhs)
4330 {
4331 if (!_attr)
4332 return false;
4333
4334 return impl::strcpy_insitu(_attr->name, _attr->header, impl::xml_memory_page_name_allocated_mask, rhs);
4335 }
4336
4337 PUGI__FN bool xml_attribute::set_value(const char_t* rhs)
4338 {

Callers 9

recursive_copy_skipFunction · 0.45
append_attributeMethod · 0.45
prepend_attributeMethod · 0.45
append_childMethod · 0.45
prepend_childMethod · 0.45
insert_child_beforeMethod · 0.45
insert_child_afterMethod · 0.45

Calls 1

strcpy_insituFunction · 0.70

Tested by

no test coverage detected