Home
last modified time | relevance | path

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

/aosp_15_r20/external/sdv/vsomeip/third_party/boost/unordered/include/boost/unordered/detail/
Dimplementation.hpp1934 template <typename NodeAlloc> struct node_constructor struct
1946 node_constructor(node_allocator& n) : alloc_(n), node_() {} in node_constructor() function
1948 ~node_constructor();
1970 node_constructor(node_constructor const&);
1971 node_constructor& operator=(node_constructor const&);
1974 template <typename Alloc> node_constructor<Alloc>::~node_constructor() in ~node_constructor()
1982 template <typename Alloc> void node_constructor<Alloc>::create_node() in create_node()
2038 node_constructor<Alloc> a(alloc); in construct_node_from_args()
2050 node_constructor<Alloc> a(alloc); in construct_node()
2065 node_constructor<Alloc> a(alloc); in construct_node_pair()
[all …]