OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ParseByte
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sdch/open-vcdiff/src/
addrcache.cc
214
static unsigned char
ParseByte
(const char** byte_pointer) {
293
unsigned char encoded_address =
ParseByte
(&new_address_pos);
headerparser.cc
73
bool VCDiffHeaderParser::
ParseByte
(unsigned char* value) {
212
if (!
ParseByte
(win_indicator)) {
274
if (!
ParseByte
(&delta_indicator)) {
Completed in 54 milliseconds