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

Method set_type

src/mcpack2pb/serializer.cpp:65–65  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

63class FieldLongHead {
64public:
65 void set_type(uint8_t type) { _type = type; }
66 uint8_t type() const { return _type; }
67 size_t name_offset() const { return sizeof(FieldLongHead); }
68 size_t name_size() const { return _name_size; }

Callers 7

add_primitiveFunction · 0.45
add_primitivesFunction · 0.45
add_binary_internalFunction · 0.45
add_null_internalFunction · 0.45
add_empty_array_internalFunction · 0.45
end_object_internalMethod · 0.45
end_arrayMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected