MCPcopy Create free account
hub / github.com/chen3feng/toft / rend

Method rend

base/string/string_piece.h:183–185  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

181 return const_reverse_iterator(m_ptr + m_length);
182 }
183 const_reverse_iterator rend() const {
184 return const_reverse_iterator(m_ptr);
185 }
186
187 size_type max_size() const { return m_length; }
188 size_type capacity() const { return m_length; }

Callers 1

TESTFunction · 0.45

Calls

no outgoing calls

Tested by 1

TESTFunction · 0.36