Searched refs:VarintMaxBytes (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
H A Dvarint_bigendian.h51 template <typename SignedIntegerType> class VarintMaxBytes;
54 template<> class VarintMaxBytes<int32_t> { class in namespace:open_vcdiff
60 template<> class VarintMaxBytes<int64_t> { class in namespace:open_vcdiff
84 static const int kMaxBytes = VarintMaxBytes<SignedIntegerType>::kMaxBytes;

Completed in 81 milliseconds