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

Method size

include/tscore/TsBuffer.h:352–356  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

350 return _ptr;
351}
352inline size_t
353Buffer::size() const
354{
355 return _size;
356}
357
358inline ConstBuffer::ConstBuffer() {}
359inline ConstBuffer::ConstBuffer(char const *ptr, size_t n) : _ptr(ptr), _size(n) {}

Callers 15

mark_as_viewMethod · 0.45
is_notificationMethod · 0.45
decode_and_validateMethod · 0.45
decodeMethod · 0.45
encode_errorMethod · 0.45
IsNoCasePrefixOfFunction · 0.45
IsPrefixOfFunction · 0.45
TsLuaConfigSVHashFunction · 0.45
TsEnumDescriptorMethod · 0.45
get_user_argMethod · 0.45
set_user_argMethod · 0.45
pushMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected