Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
find
Method · 0.70
find_first_of
Method · 0.70
TEST
Function · 0.50
TEST_F
Function · 0.50
operator()
Method · 0.50
TEST_F
Function · 0.50
ApplyTopology
Method · 0.50
socket.cpp
File · 0.50
RemoveBatch
Method · 0.50
remove
Method · 0.50
subscribe
Method · 0.50
unsubscribe
Method · 0.50
Calls
1
c16memchr
Function · 0.85
Tested by
4
TEST
Function · 0.40
TEST_F
Function · 0.40
operator()
Method · 0.40
TEST_F
Function · 0.40