Searched defs:_M_access (Results 1 – 2 of 2) sorted by relevance
85 void* _M_access() noexcept { return &_M_pod_data[0]; } in _GLIBCXX_VISIBILITY() function86 const void* _M_access() const noexcept { return &_M_pod_data[0]; } in _GLIBCXX_VISIBILITY() function90 _M_access() noexcept in _GLIBCXX_VISIBILITY() function95 _M_access() const noexcept in _GLIBCXX_VISIBILITY() function
87 void* _M_access() { return &_M_pod_data[0]; } in _GLIBCXX_VISIBILITY() function88 const void* _M_access() const { return &_M_pod_data[0]; } in _GLIBCXX_VISIBILITY() function92 _M_access() in _GLIBCXX_VISIBILITY() function97 _M_access() const in _GLIBCXX_VISIBILITY() function