Home
last modified time | relevance | path

Searched refs:false_type (Results 1 – 7 of 7) sorted by relevance

/system/chre/util/include/chre/util/
Dmemory_impl.h46 std::false_type) { in moveOrCopyAssign() argument
67 ElementType *dest, std::false_type, in uninitializedMoveOrCopy() argument
78 ElementType *dest, std::false_type, in uninitializedMoveOrCopy() argument
79 std::false_type) { in uninitializedMoveOrCopy()
88 ElementType *source, size_t count, ElementType *dest, std::false_type) { in uninitializedMoveOrCopy() argument
96 source, count, dest, std::false_type(), in uninitializedMoveOrCopy()
Ddynamic_vector.h326 bool doReserve(size_type newCapacity, std::false_type);
340 bool doPrepareForPush(std::false_type);
353 void doErase(size_type index, std::false_type);
366 bool doPushBack(const ElementType& element, std::false_type);
Ddynamic_vector_impl.h114 std::false_type) { in doPushBack() argument
186 std::false_type) { in doReserve() argument
278 void DynamicVector<ElementType>::doErase(size_type index, std::false_type) { in doErase() argument
349 bool DynamicVector<ElementType>::doPrepareForPush(std::false_type) { in doPrepareForPush() argument
/system/nvram/messages/include/nvram/messages/
Dtype_traits.h66 using false_type = integral_constant<bool, false>;
Dproto.hpp175 static false_type test(...);
/system/media/audio_utils/include/audio_utils/
Dvariadic_utils.h49 struct is_template : std::false_type {};
58 struct is_array_impl : std::false_type {};
/system/core/adb/
Dfdevent.cpp357 struct always_false : std::false_type {};