DecodeByte 956 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(&slice_a, &type_byte_a)) { DecodeByte 962 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(&slice_b, &type_byte_b)) { DecodeByte 992 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(&slice_a, &type_byte_a)) { DecodeByte 998 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(&slice_b, &type_byte_b)) { DecodeByte 1162 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(slice, &first_byte)) DecodeByte 1319 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(slice, &type_byte)) DecodeByte 1356 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(slice, &type_byte)) DecodeByte 1420 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(slice, &type_byte)) DecodeByte 1426 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(slice, &result->meta_data_type_)) DecodeByte 1479 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(slice, &type_byte)) DecodeByte 1486 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(slice, &result->meta_data_type_)) DecodeByte 1546 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(slice, &type_byte)) DecodeByte 1590 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(slice, &type_byte)) DecodeByte 1647 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(slice, &type_byte)) DecodeByte 1681 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeByte(slice, &type_byte)) DecodeByte 40 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT WARN_UNUSED_RESULT bool DecodeByte(base::StringPiece* slice, DecodeByte 69 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc TEST(IndexedDBLevelDBCodingTest, DecodeByte) { DecodeByte 83 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc EXPECT_TRUE(DecodeByte(&slice, &res)); DecodeByte 91 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc EXPECT_FALSE(DecodeByte(&slice, &value));