HomeSort by relevance Sort by last modified time
    Searched refs:DecodeByte (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/content/browser/indexed_db/
indexed_db_leveldb_coding.cc 356 bool DecodeByte(StringPiece* slice, unsigned char* value) {
905 if (!DecodeByte(&slice_a, &type_byte_a)) {
911 if (!DecodeByte(&slice_b, &type_byte_b)) {
934 if (!DecodeByte(&slice_a, &type_byte_a)) {
940 if (!DecodeByte(&slice_b, &type_byte_b)) {
    [all...]
indexed_db_leveldb_coding_unittest.cc 68 TEST(IndexedDBLevelDBCodingTest, DecodeByte) {
82 EXPECT_TRUE(DecodeByte(&slice, &res));
90 EXPECT_FALSE(DecodeByte(&slice, &value));
indexed_db_leveldb_coding.h 38 CONTENT_EXPORT WARN_UNUSED_RESULT bool DecodeByte(base::StringPiece* slice,

Completed in 1147 milliseconds