Searched refs:getValuePtr (Results 1 – 2 of 2) sorted by relevance
178 static typename OptionsT::pointer getValuePtr(ilist_node_impl<OptionsT> *N) { in getValuePtr() function184 getValuePtr(const ilist_node_impl<OptionsT> *N) { in getValuePtr() function225 static pointer getValuePtr(node_type *N) { in getValuePtr() function226 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()229 static const_pointer getValuePtr(const node_type *N) { in getValuePtr() function230 return NodeAccess::getValuePtr<OptionsT>(N); in getValuePtr()
141 return *Access::getValuePtr(NodePtr);