Home
last modified time | relevance | path

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

/external/cronet/base/functional/
Dunretained_traits.h41 inline constexpr bool IsCompleteTypeV = false; variable
44 inline constexpr bool IsCompleteTypeV<T, std::void_t<decltype(sizeof(T))>> = variable