Searched refs:link_to (Results 1 – 14 of 14) sorted by relevance
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/ |
D | compiler.hpp | 43 void link_to(std::string const& name, std::size_t address);
|
D | compiler.cpp | 52 void function::link_to(std::string const& name, std::size_t address) in link_to() function in client::code_gen::function 316 current->link_to(x.function_name.name, p->get_address()); in operator ()()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure2/ |
D | compiler.hpp | 43 void link_to(std::string const& name, std::size_t address);
|
D | compiler.cpp | 53 void function::link_to(std::string const& name, std::size_t address) in link_to() function in client::code_gen::function 315 current->link_to(x.function_name.name, p->get_address()); in operator ()()
|
/third_party/boost/libs/spirit/example/qi/compiler_tutorial/conjure1/ |
D | compiler.hpp | 43 void link_to(std::string const& name, std::size_t address);
|
D | compiler.cpp | 52 void function::link_to(std::string const& name, std::size_t address) in link_to() function in client::code_gen::function 314 current->link_to(x.function_name.name, p->get_address()); in operator ()()
|
/third_party/glib/gio/tests/ |
D | live-g-file.c | 65 const char *link_to; member 290 item.link_to); in test_create_structure() 291 child = create_symlink (root, item.filename, item.link_to); in test_create_structure() 466 g_assert_cmpstr (symlink_target, ==, item.link_to); in test_attributes()
|
/third_party/python/Lib/ |
D | pathlib.py | 1263 def link_to(self, target): member in Path
|
/third_party/python/Doc/library/ |
D | pathlib.rst | 1153 .. method:: Path.link_to(target) 1169 argument order of :meth:`Path.link_to` does not match that of
|
/third_party/python/Lib/test/ |
D | test_pathlib.py | 1955 p.link_to(q) 1964 q.link_to(r) 1993 p.link_to(q)
|
/third_party/python/Misc/NEWS.d/ |
D | 3.8.0a4.rst | 258 `pathlib.path.link_to()` is now implemented. It creates a hard link pointing
|
D | 3.10.0b1.rst | 1184 Add `pathlib.Path.hardlink_to()` method that supersedes `link_to()`. The new
|
/third_party/python/Doc/whatsnew/ |
D | 3.10.rst | 1249 supersedes :meth:`~pathlib.Path.link_to`. The new method has the same argument 1731 * :meth:`pathlib.Path.link_to` is deprecated and slated for removal in
|
D | 3.8.rst | 1087 Added :meth:`pathlib.Path.link_to()` which creates a hard link pointing
|