MCPcopy 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_FFunction · 0.80
is_notify_on_successFunction · 0.80
need_shutdown_writeFunction · 0.80
pipelined_countFunction · 0.80
get_auth_flagsFunction · 0.80

Calls

no outgoing calls

Tested by 1

TEST_FFunction · 0.64