Home
last modified time | relevance | path

Searched refs:GetByteFromStringLength (Results 1 – 2 of 2) sorted by relevance

/external/chromium_org/sdch/open-vcdiff/src/
Dvcdecoder_test.h84 static char GetByteFromStringLength(const char* s, int which_byte);
89 return GetByteFromStringLength(s, 0); in StringLengthAsByte()
95 return GetByteFromStringLength(s, 0); in FirstByteOfStringLength()
101 return GetByteFromStringLength(s, 1); in SecondByteOfStringLength()
Dvcdecoder_test.cc78 char VCDiffDecoderTest::GetByteFromStringLength(const char* s, in GetByteFromStringLength() function in open_vcdiff::VCDiffDecoderTest