Home
last modified time | relevance | path

Searched refs:true_type (Results 1 – 6 of 6) sorted by relevance

/system/chre/util/include/chre/util/
Ddynamic_vector.h319 bool doReserve(size_type newCapacity, std::true_type);
333 bool doPrepareForPush(std::true_type);
346 void doErase(size_type index, std::true_type);
359 bool doPushBack(const ElementType& element, std::true_type);
Dmemory_impl.h39 std::true_type) { in moveOrCopyAssign() argument
59 ElementType *dest, std::true_type) { in uninitializedMoveOrCopy() argument
68 std::true_type) { in uninitializedMoveOrCopy() argument
Ddynamic_vector_impl.h107 std::true_type) { in doPushBack() argument
180 std::true_type) { in doReserve() argument
273 void DynamicVector<ElementType>::doErase(size_type index, std::true_type) { in doErase() argument
344 bool DynamicVector<ElementType>::doPrepareForPush(std::true_type) { in doPrepareForPush() argument
/system/nvram/messages/include/nvram/messages/
Dtype_traits.h65 using true_type = integral_constant<bool, true>;
Dproto.hpp172 static decltype(static_cast<T>(declval<From>()), true_type()) test(int);
/system/media/audio_utils/include/audio_utils/
Dvariadic_utils.h51 struct is_template<C<args...>, C> : std::true_type {};
60 struct is_array_impl<std::array<T, N>> : std::true_type {};