Searched refs:DeleterImpl (Results 1 - 2 of 2) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dbase.h395 struct DeleterImpl {}; struct in namespace:bssl::internal
401 // DeleterImpl. This allows bssl::UniquePtr<T> to be used while only
405 // DeleterImpl itself is specialized in the corresponding module's header
407 // will error that DeleterImpl<T> does not have a method Free.
408 DeleterImpl<T>::Free(ptr);
442 struct DeleterImpl<type> { \
H A Dstack.h398 struct DeleterImpl< struct in namespace:bssl::internal
406 struct DeleterImpl< struct in namespace:bssl::internal
412 DeleterImpl<typename StackTraits<Stack>::Type>::Free));

Completed in 47 milliseconds