Home
last modified time | relevance | path

Searched defs:destructible (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/type_erasure/
Dbuiltin.hpp43 struct destructible struct
46 typedef void (*type)(detail::storage&);
48 static void value(detail::storage& arg) in value()
53 static void apply(detail::storage& arg) in apply()
/third_party/boost/libs/unordered/test/unordered/
Dcompile_set.cpp259 test::minimal::destructible destructible(x); in UNORDERED_AUTO_TEST() local
/third_party/boost/libs/unordered/test/objects/
Dminimal.hpp53 class destructible class
56 destructible(constructor_param const&) {} in destructible() function in test::minimal::destructible