Home
last modified time | relevance | path

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

/external/cronet/third_party/libc++/src/include/__concepts/
Ddestructible.h26 concept destructible = is_nothrow_destructible_v<_Tp>; variable
/external/icing/icing/file/
Ddestructible-directory_test.cc45 DestructibleDirectory destructible(&filesystem, dir_path); in TEST() local
Ddestructible-file_test.cc41 DestructibleFile destructible(filepath1, &filesystem); in TEST() local
/external/sdv/vsomeip/third_party/boost/unordered/test/unordered/
Dcompile_set.cpp259 test::minimal::destructible destructible(x); in UNORDERED_AUTO_TEST() local
/external/sdv/vsomeip/third_party/boost/unordered/test/objects/
Dminimal.hpp53 class destructible class
56 destructible(constructor_param const&) {} in destructible() function in test::minimal::destructible