Home
last modified time | relevance | path

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

/system/utest/fbl/
A Dintrusive_singly_linked_list_tests.cpp15 template <typename ContainerStateType>
17 using PtrTraits = typename ContainerStateType::PtrTraits;
18 static ContainerStateType& node_state(typename PtrTraits::RefType obj) { in node_state()
30 using ContainerStateType = SinglyLinkedListNodeState<PtrType>; typedef in fbl::tests::intrusive_containers::SLLTraits
32 using OtherContainerStateType = ContainerStateType;
A Dintrusive_doubly_linked_list_tests.cpp15 template <typename ContainerStateType>
17 using PtrTraits = typename ContainerStateType::PtrTraits;
18 static ContainerStateType& node_state(typename PtrTraits::RefType obj) { in node_state()
30 using ContainerStateType = DoublyLinkedListNodeState<PtrType>; typedef in fbl::tests::intrusive_containers::DLLTraits
32 using OtherContainerStateType = ContainerStateType;
A Dintrusive_wavl_tree_tests.cpp19 template <typename ContainerStateType>
21 using KeyType = typename ContainerStateType::KeyType;
22 using PtrType = typename ContainerStateType::PtrType;
64 using ContainerStateType = WAVLTreeNodeState<PtrType>; typedef in fbl::tests::intrusive_containers::WAVLTraits
A Dintrusive_hash_table_sll_tests.cpp70 using ContainerStateType = SinglyLinkedListNodeState<PtrType>; typedef in fbl::tests::intrusive_containers::HTSLLTraits
A Dintrusive_hash_table_dll_tests.cpp70 using ContainerStateType = DoublyLinkedListNodeState<PtrType>; typedef in fbl::tests::intrusive_containers::HTDLLTraits
/system/utest/fbl/include/fbl/tests/intrusive_containers/
A Dobjects.h97 using ContainerStateType = typename ContainerTraits::ContainerStateType; variable
98 using PtrTraits = typename ContainerStateType::PtrTraits;

Completed in 15 milliseconds