MCPcopy Create free account
hub / github.com/apache/trafficserver / FieldPtrGet

Function FieldPtrGet

include/tscore/Extendible.h:297–301  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295{
296 template <typename Derived_t>
297 FieldPtr
298 FieldPtrGet(Extendible<Derived_t> const &d, FieldDesc const &desc)
299 {
300 return FieldPtr(d.Extendible<Derived_t>::getBegin() + desc.field_offset);
301 }
302
303 // overloadable function to construct and init an FieldId
304 //////////////////////////////////////////////////////

Callers 3

getFunction · 0.85
setFunction · 0.85
serializeFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected