HomeSort by relevance Sort by last modified time
    Searched defs:VarintBE (Results 1 - 2 of 2) sorted by null

  /external/chromium/sdch/open-vcdiff/src/
varint_bigendian.h 48 // VarintBE<SignedIntegerType>::kMaxBytes is treated
65 // Objects of type VarintBE should not be instantiated. The class is a
69 // int32_t value = VarintBE<int32_t>::Parse(&ptr, limit);
75 class VarintBE { // BE stands for Big-Endian
124 VarintBE();
125 VarintBE(const VarintBE&); // NOLINT
126 void operator=(const VarintBE&);
  /external/open-vcdiff/src/
varint_bigendian.h 48 // VarintBE<SignedIntegerType>::kMaxBytes is treated
65 // Objects of type VarintBE should not be instantiated. The class is a
69 // int32_t value = VarintBE<int32_t>::Parse(&ptr, limit);
75 class VarintBE { // BE stands for Big-Endian
124 VarintBE();
125 VarintBE(const VarintBE&); // NOLINT
126 void operator=(const VarintBE&);

Completed in 47 milliseconds