Searched defs:to_address (Results 1 – 7 of 7) sorted by relevance
51 static T* to_address(const P3<T>& p) BOOST_NOEXCEPT { in to_address() function75 static T* to_address(const P4<T>& p) BOOST_NOEXCEPT { in to_address() function97 static T* to_address(const P5<T>& p) BOOST_NOEXCEPT { in to_address() function118 static T* to_address(const P6<T>& p) BOOST_NOEXCEPT { in to_address() function127 static T* to_address(const P6<T>& p) BOOST_NOEXCEPT { in to_address() function
185 to_address(T* v) BOOST_NOEXCEPT in to_address() function219 to_address(const T& v) BOOST_NOEXCEPT in to_address() function226 to_address(const T& v) BOOST_NOEXCEPT in to_address() function
43 static TEST_CONSTEXPR int *to_address(const P3& p) { return p.p_; } in to_address() function54 static TEST_CONSTEXPR int *to_address(const P4& p) { return p.p_; } in to_address() function101 static TEST_CONSTEXPR T *to_address(const P8::FancyPtrB<T>& p) { return p.p_; } in to_address() function
45 static constexpr int *to_address(const P3& p) { return p.p_; } in to_address() function56 static constexpr int *to_address(const P4& p) { return p.p_; } in to_address() function103 static TEST_CONSTEXPR T *to_address(const P8::FancyPtrB<T>& p) { return p.p_; } in to_address() function
25 constexpr T* to_address(T* p) noexcept { in to_address() function34 constexpr auto to_address(const P& p) noexcept { in to_address() function
69 static int* to_address(const ::P3& p) noexcept in to_address() function95 static int* to_address(const ::P4& p) noexcept in to_address() function
105 def _CreateDummynetRule(self, pipe_id, from_address, to_address, port_range): argument