Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/brpc
/ full_size
Method
full_size
src/mcpack2pb/parser.cpp:71–71 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
69
size_t value_size() const { return _value_size; }
70
void set_value_size(size_t value_size) { _value_size = value_size; }
71
size_t full_size() const { return value_offset() + value_size(); }
72
private:
73
uint8_t _type;
74
uint8_t _name_size;
Callers
1
operator++
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected