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

Function length

src/butil/strings/string16.h:88–90  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

86 }
87
88 static size_t length(const char_type* s) {
89 return c16len(s);
90 }
91
92 static const char_type* find(const char_type* s, size_t n,
93 const char_type& a) {

Callers 15

BasicStringPieceMethod · 0.70
setMethod · 0.70
sizeMethod · 0.50
field_spMethod · 0.50
to_longMethod · 0.50
to_ulongMethod · 0.50
to_longlongMethod · 0.50
to_ulonglongMethod · 0.50
to_floatMethod · 0.50
to_doubleMethod · 0.50
pop_frontMethod · 0.50
pop_backMethod · 0.50

Calls 1

c16lenFunction · 0.85

Tested by

no test coverage detected