Searched defs:body_end (Results 1 – 3 of 3) sorted by relevance
636 const std::uint64_t body_end = body_start + metadata.size; in PrintElementMetadata() local
583 body_iterator body_end() { return Body + size(); } in body_end() function599 const_body_iterator body_end() const { return Body + size(); } in body_end() function
1433 body_iterator body_end() { return body_begin() + size(); } in body_end() function1451 const_body_iterator body_end() const { return body_begin() + size(); } in body_end() function