Home
last modified time | relevance | path

Searched refs:readHeaderFormat (Results 1 – 2 of 2) sorted by relevance

/thrift-3.4.0/lib/cpp/src/thrift/transport/
DTHeaderTransport.h121 void readHeaderFormat(uint16_t headerSize, uint32_t sz);
DTHeaderTransport.cpp162 readHeaderFormat(headerSize, sz); in readFrame()
195 void THeaderTransport::readHeaderFormat(uint16_t headerSize, uint32_t sz) { in readHeaderFormat() function in apache::thrift::transport::THeaderTransport