Searched refs:share_string (Results 1 - 11 of 11) sorted by relevance
| /inkscape/src/util/ |
| H A D | share.cpp | 18 ptr_shared<char> share_string(char const *string) { function in namespace:Inkscape::Util 20 return share_string(string, std::strlen(string)); 23 ptr_shared<char> share_string(char const *string, std::size_t length) { function in namespace:Inkscape::Util
|
| H A D | format.h | 25 ptr_shared<char> result=share_string(temp);
|
| H A D | share.h | 104 ptr_shared<char> share_string(char const *string); 105 ptr_shared<char> share_string(char const *string, std::size_t length);
|
| /inkscape/src/debug/ |
| H A D | simple-event.h | 30 explicit SimpleEvent(char const *name) : _name(Util::share_string(name)) {} 52 _addProperty(name, Util::share_string(value)); 55 _addProperty(Util::share_string(name), value); 58 _addProperty(Util::share_string(name), Util::share_string(value)); 64 _addProperty(Util::share_string(name), value);
|
| H A D | event.h | 46 : name(Util::share_string(n)), value(v) {} 48 : name(n), value(Util::share_string(v)) {} 50 : name(Util::share_string(n)), 51 value(Util::share_string(v)) {}
|
| H A D | timestamp.cpp | 27 result = Util::share_string(value);
|
| /inkscape/src/xml/ |
| H A D | simple-document.cpp | 59 return new TextNode(Util::share_string(content), this); 63 return new TextNode(Util::share_string(content), this, is_CData); 67 return new CommentNode(Util::share_string(content), this); 71 return new PINode(g_quark_from_string(target), Util::share_string(content), this);
|
| H A D | repr.cpp | 31 using Inkscape::Util::share_string;
|
| H A D | rebase-hrefs.cpp | 104 using Inkscape::Util::share_string; 147 ret = cons(AttributeRecord(href_key, share_string(new_href.c_str())), ret); // Check if this is safe/copied or if it is only held. 153 : share_string(abs_href.c_str()) )),
|
| H A D | simple-node.cpp | 65 Util::ptr_shared<char> result=Util::share_string(string); 159 using Util::share_string; 297 ptr_shared<char> new_content = ( content ? share_string(content) : ptr_shared<char>() ); 375 new_value = share_string(cleaned_value);
|
| /inkscape/src/io/ |
| H A D | resource.cpp | 86 Util::ptr_shared<char> result=Util::share_string(path);
|
Completed in 22 milliseconds