Home
last modified time | relevance | path

Searched refs:link_to (Results 1 – 14 of 14) sorted by relevance

/third_party/boost/libs/spirit/example/qi/compiler_tutorial/mini_c/
Dcompiler.hpp43 void link_to(std::string const& name, std::size_t address);
Dcompiler.cpp52 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/
Dcompiler.hpp43 void link_to(std::string const& name, std::size_t address);
Dcompiler.cpp53 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/
Dcompiler.hpp43 void link_to(std::string const& name, std::size_t address);
Dcompiler.cpp52 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/
Dlive-g-file.c65 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/
Dpathlib.py1263 def link_to(self, target): member in Path
/third_party/python/Doc/library/
Dpathlib.rst1153 .. method:: Path.link_to(target)
1169 argument order of :meth:`Path.link_to` does not match that of
/third_party/python/Lib/test/
Dtest_pathlib.py1955 p.link_to(q)
1964 q.link_to(r)
1993 p.link_to(q)
/third_party/python/Misc/NEWS.d/
D3.8.0a4.rst258 `pathlib.path.link_to()` is now implemented. It creates a hard link pointing
D3.10.0b1.rst1184 Add `pathlib.Path.hardlink_to()` method that supersedes `link_to()`. The new
/third_party/python/Doc/whatsnew/
D3.10.rst1249 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
D3.8.rst1087 Added :meth:`pathlib.Path.link_to()` which creates a hard link pointing