Searched refs:ContainerStateType (Results 1 – 6 of 6) sorted by relevance
15 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::SLLTraits32 using OtherContainerStateType = ContainerStateType;
15 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::DLLTraits32 using OtherContainerStateType = ContainerStateType;
19 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
70 using ContainerStateType = SinglyLinkedListNodeState<PtrType>; typedef in fbl::tests::intrusive_containers::HTSLLTraits
70 using ContainerStateType = DoublyLinkedListNodeState<PtrType>; typedef in fbl::tests::intrusive_containers::HTDLLTraits
97 using ContainerStateType = typename ContainerTraits::ContainerStateType; variable98 using PtrTraits = typename ContainerStateType::PtrTraits;
Completed in 15 milliseconds