Home
last modified time | relevance | path

Searched refs:insertAfterNode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl3/gcc.old/dist/libphobos/src/std/container/
H A Ddlist.d444 return insertAfterNode(_root, stuff); in DList()
487 return insertAfterNode(_root, stuff); in DList()
498 return insertAfterNode(r._last, stuff); in DList()
729 size_t insertAfterNode(Stuff)(BaseNode* n, ref Stuff stuff) in DList()
738 size_t insertAfterNode(Stuff)(BaseNode* n, ref Stuff stuff) in DList()
/netbsd-src/external/gpl3/gcc/dist/libphobos/src/std/container/
H A Dslist.d170 private static size_t insertAfterNode(Stuff)(Node* n, Stuff stuff) in insertAfterNode() function
409 return insertAfterNode(_root, stuff);
528 return insertAfterNode(n, stuff);
563 return insertAfterNode(orig._head, stuff);
H A Ddlist.d450 return insertAfterNode(_root, stuff);
493 return insertAfterNode(_root, stuff);
504 return insertAfterNode(r._last, stuff);
773 size_t insertAfterNode(Stuff)(BaseNode* n, ref Stuff stuff)
782 size_t insertAfterNode(Stuff)(BaseNode* n, ref Stuff stuff)