HomeSort by relevance Sort by last modified time
    Searched refs:VarintMaxBytes (Results 1 - 3 of 3) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
varint_bigendian.h 51 template <typename SignedIntegerType> class VarintMaxBytes;
54 template<> class VarintMaxBytes<int32_t> {
60 template<> class VarintMaxBytes<int64_t> {
84 static const int kMaxBytes = VarintMaxBytes<SignedIntegerType>::kMaxBytes;
  /external/chromium_org/sdch/open-vcdiff/src/
varint_bigendian.h 51 template <typename SignedIntegerType> class VarintMaxBytes;
54 template<> class VarintMaxBytes<int32_t> {
60 template<> class VarintMaxBytes<int64_t> {
84 static const int kMaxBytes = VarintMaxBytes<SignedIntegerType>::kMaxBytes;
  /external/open-vcdiff/src/
varint_bigendian.h 51 template <typename SignedIntegerType> class VarintMaxBytes;
54 template<> class VarintMaxBytes<int32_t> {
60 template<> class VarintMaxBytes<int64_t> {
84 static const int kMaxBytes = VarintMaxBytes<SignedIntegerType>::kMaxBytes;

Completed in 35 milliseconds