Searched refs:true_type (Results 1 – 9 of 9) sorted by relevance
/system/chre/util/include/chre/util/ |
D | dynamic_vector.h | 319 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);
|
D | memory_impl.h | 39 std::true_type) { in moveOrCopyAssign() argument 59 ElementType *dest, std::true_type) { in uninitializedMoveOrCopy() argument 68 std::true_type) { in uninitializedMoveOrCopy() argument
|
D | dynamic_vector_impl.h | 107 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/ |
D | type_helper.h | 28 struct is_specialization_of<TemplateType<Args...>, TemplateType> : std::true_type {};
|
/system/nvram/messages/include/nvram/messages/ |
D | type_traits.h | 65 using true_type = integral_constant<bool, true>;
|
D | proto.hpp | 172 static decltype(static_cast<T>(declval<From>()), true_type()) test(int);
|
/system/media/audio_utils/include/audio_utils/ |
D | variadic_utils.h | 51 struct is_template<C<args...>, C> : std::true_type {}; 60 struct is_array_impl<std::array<T, N>> : std::true_type {};
|
D | Metadata.h | 99 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/ |
D | aidl_language.h | 60 struct is_vector<std::vector<T>> : std::true_type {};
|