Home
last modified time | relevance | path

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

/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/
H A DSerializationSwitch.h29 auto xferStart = prot->getCursorPosition(); in deserializeRequestBody() local
31 return folly::to_narrow(prot->getCursorPosition() - xferStart); in deserializeRequestBody()
/dports/devel/fbthrift/fbthrift-2021.12.27.00/thrift/lib/cpp2/reflection/
H A Dserializer.h133 auto xferStart = protocol.getCursorPosition();
136 return protocol.getCursorPosition() - xferStart;