Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ extra
Method
extra
src/brpc/socket.h:212–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
210
}
211
212
uint16_t extra() const { return _data >> MAX_POINTER_LEN; }
213
214
void set_ptr_and_extra(T* p, uint16_t extra) {
215
_data = ((uint64_t)(uintptr_t)p & POINTER_MASK) |
Callers
5
TEST_F
Function · 0.80
is_notify_on_success
Function · 0.80
need_shutdown_write
Function · 0.80
pipelined_count
Function · 0.80
get_auth_flags
Function · 0.80
Calls
no outgoing calls
Tested by
1
TEST_F
Function · 0.64