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

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc390 bool DecodeByte(StringPiece* slice, unsigned char* value) { function in namespace:content
989 if (!DecodeByte(&slice_a, &type_byte_a)) {
995 if (!DecodeByte(&slice_b, &type_byte_b)) {
1025 if (!DecodeByte(&slice_a, &type_byte_a)) {
1031 if (!DecodeByte(&slice_b, &type_byte_b)) {
1195 if (!DecodeByte(slice, &first_byte))
1352 if (!DecodeByte(slice, &type_byte))
1389 if (!DecodeByte(slice, &type_byte))
1453 if (!DecodeByte(slice, &type_byte))
1459 if (!DecodeByte(slic
[all...]

Completed in 76 milliseconds