proxygen
fizz::detail::Sizer< ServerName > Struct Template Reference

#include <Extensions-inl.h>

Public Member Functions

template<class T >
size_t getSize (const ServerName &name)
 

Detailed Description

template<>
struct fizz::detail::Sizer< ServerName >

Definition at line 500 of file Extensions-inl.h.

Member Function Documentation

template<class T >
size_t fizz::detail::Sizer< ServerName >::getSize ( const ServerName name)
inline

Definition at line 502 of file Extensions-inl.h.

References fizz::ServerName::hostname.

502  {
503  return sizeof(ServerNameType) + getBufSize<uint16_t>(name.hostname);
504  }
ServerNameType
Definition: Extensions.h:120
const char * name
Definition: http_parser.c:437

The documentation for this struct was generated from the following file: