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

Method type

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

Source from the content-addressed store, hash-verified

62public:
63 void set_type(uint8_t type) { _type = type; }
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; }

Callers 3

operator++Method · 0.45
unboxFunction · 0.45
parser.cppFile · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected