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

Function find

src/butil/strings/string16.h:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90 }
91
92 static const char_type* find(const char_type* s, size_t n,
93 const char_type& a) {
94 return c16memchr(s, a, n);
95 }
96
97 static char_type* move(char_type* s1, const char_type* s2, int_type n) {
98 return c16memmove(s1, s2, n);

Callers 15

findMethod · 0.70
find_first_ofMethod · 0.70
TESTFunction · 0.50
TEST_FFunction · 0.50
operator()Method · 0.50
TEST_FFunction · 0.50
ApplyTopologyMethod · 0.50
socket.cppFile · 0.50
RemoveBatchMethod · 0.50
removeMethod · 0.50
subscribeMethod · 0.50
unsubscribeMethod · 0.50

Calls 1

c16memchrFunction · 0.85

Tested by 4

TESTFunction · 0.40
TEST_FFunction · 0.40
operator()Method · 0.40
TEST_FFunction · 0.40