Searched defs:__sockopt_base (Results 1 – 2 of 2) sorted by relevance
96 struct __sockopt_base in _GLIBCXX_VISIBILITY() struct100 explicit __sockopt_base(int __val) : _M_value(__val) { } in _GLIBCXX_VISIBILITY() argument102 int value() const noexcept { return _M_value; } in _GLIBCXX_VISIBILITY()106 data(const _Protocol&) noexcept in _GLIBCXX_VISIBILITY()111 data(const _Protocol&) const noexcept in _GLIBCXX_VISIBILITY()116 size(const _Protocol&) const noexcept in _GLIBCXX_VISIBILITY()121 resize(const _Protocol&, size_t __s) in _GLIBCXX_VISIBILITY()
104 struct __sockopt_base in _GLIBCXX_VISIBILITY() struct109 __sockopt_base(_Tp __val) noexcept(noexcept(_Tp(std::declval<_Tp&>()))) in _GLIBCXX_VISIBILITY() function115 data(const _Protocol&) noexcept in _GLIBCXX_VISIBILITY()120 data(const _Protocol&) const noexcept in _GLIBCXX_VISIBILITY()125 size(const _Protocol&) const noexcept in _GLIBCXX_VISIBILITY()130 resize(const _Protocol&, size_t __s) in _GLIBCXX_VISIBILITY()