Home
last modified time | relevance | path

Searched refs:SupportsConstantOrderSize (Results 1 – 5 of 5) sorted by relevance

/system/utest/fbl/include/fbl/tests/intrusive_containers/
A Dtest_environment_utils.h50 typename enable_if<ContainerType::SupportsConstantOrderSize == true, void>::type> {
56 typename enable_if<ContainerType::SupportsConstantOrderSize == false,
/system/ulib/fbl/include/fbl/
A Dintrusive_single_list.h242 static constexpr bool SupportsConstantOrderSize = false;
657 constexpr bool SinglyLinkedList<T, NodeTraits>::SupportsConstantOrderSize;
A Dintrusive_hash_table.h110 static constexpr bool SupportsConstantOrderSize = true; variable
549 HASH_TABLE_PROP(bool, SupportsConstantOrderSize);
A Dintrusive_double_list.h116 static constexpr bool SupportsConstantOrderSize = false;
676 constexpr bool DoublyLinkedList<T, NodeTraits>::SupportsConstantOrderSize;
A Dintrusive_wavl_tree.h156 static constexpr bool SupportsConstantOrderSize = true;
1796 constexpr bool WAVLTree<KeyType, PtrType, KeyTraits, NodeTraits, Obs>::SupportsConstantOrderSize;

Completed in 10 milliseconds