MCPcopy Create free account
hub / github.com/apache/brpc / begin

Method begin

src/butil/strings/string_piece.h:274–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

272 char back_or_0() const { return length_ ? *(ptr_ + length_ - 1) : '\0'; }
273
274 const_iterator begin() const { return ptr_; }
275 const_iterator end() const { return ptr_ + length_; }
276 const_reverse_iterator rbegin() const {
277 return const_reverse_iterator(ptr_ + length_);

Callers 15

StringToLowerASCIIFunction · 0.45
StringToUpperASCIIFunction · 0.45
AdjustOffsetsMethod · 0.45
AdjustOffsetMethod · 0.45
UnadjustOffsetsMethod · 0.45
UnadjustOffsetMethod · 0.45
CollapseWhitespaceTFunction · 0.45
LowerCaseEqualsASCIIFunction · 0.45
EqualsASCIIFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected