Home
last modified time | relevance | path

Searched refs:true_type (Results 1 – 9 of 9) 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);
360 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
274 void DynamicVector<ElementType>::doErase(size_type index, std::true_type) { in doErase() argument
345 bool DynamicVector<ElementType>::doPrepareForPush(std::true_type) { in doPrepareForPush() argument
/system/bt/gd/common/
Dtype_helper.h28 struct is_specialization_of<TemplateType<Args...>, TemplateType> : std::true_type {};
/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 {};
DMetadata.h99 struct is_specialization<Ref<Args...>, Ref>: std::true_type {};
118 decltype(void(T{std::declval<TArgs>()...}), std::true_type{}) test_is_braces_constructible(int);
/system/tools/aidl/
Daidl_language.h60 struct is_vector<std::vector<T>> : std::true_type {};