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

/external/chromium_org/sdch/open-vcdiff/src/
H A Daddrcache.cc211 // Increments *byte_pointer and returns the byte it pointed to before the
212 // increment. The caller must check bounds to ensure that *byte_pointer
214 static unsigned char ParseByte(const char** byte_pointer) { argument
215 unsigned char byte_value = static_cast<unsigned char>(**byte_pointer);
216 ++(*byte_pointer);

Completed in 129 milliseconds