Searched defs:VarintBE (Results 1 - 1 of 1) sorted by relevance

/external/chromium/sdch/open-vcdiff/src/
H A Dvarint_bigendian.h48 // 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 class in namespace:open_vcdiff
124 VarintBE();
125 VarintBE(const VarintBE&); // NOLINT
126 void operator=(const VarintBE&);

Completed in 181 milliseconds