| 5380 | } |
| 5381 | |
| 5382 | PUGI__FN bool xml_text::set(const char_t* rhs) |
| 5383 | { |
| 5384 | xml_node_struct* dn = _data_new(); |
| 5385 | |
| 5386 | return dn ? impl::strcpy_insitu(dn->value, dn->header, impl::xml_memory_page_value_allocated_mask, rhs) : false; |
| 5387 | } |
| 5388 | |
| 5389 | PUGI__FN bool xml_text::set(int rhs) |
| 5390 | { |
no test coverage detected