HomeSort by relevance Sort by last modified time
    Searched refs:DeleterImpl (Results 1 - 3 of 3) sorted by null

  /external/boringssl/src/include/openssl/
base.h 389 struct DeleterImpl {};
395 // DeleterImpl. This allows bssl::UniquePtr<T> to be used while only
399 // DeleterImpl itself is specialized in the corresponding module's header
401 // will error that DeleterImpl<T> does not have a method Free.
402 DeleterImpl<T>::Free(ptr);
436 struct DeleterImpl<type> { \
stack.h 393 struct DeleterImpl<
401 struct DeleterImpl<
407 DeleterImpl<typename StackTraits<Stack>::Type>::Free));
  /external/boringssl/src/ssl/
internal.h 213 struct DeleterImpl<T, typename std::enable_if<T::kAllowUniquePtr>::type> {
    [all...]

Completed in 59 milliseconds