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

Method name_size

src/mcpack2pb/parser.cpp:66–66  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

64 uint8_t type() const { return _type; }
65 size_t name_offset() const { return sizeof(FieldLongHead); }
66 size_t name_size() const { return _name_size; }
67 void set_name_size(size_t name_size) { _name_size = name_size; }
68 size_t value_offset() const { return name_offset() + name_size(); }
69 size_t value_size() const { return _value_size; }

Callers 2

operator++Method · 0.45
unboxFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected