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 369 bool DecodeByte(StringPiece* slice, unsigned char* value) {
938 if (!DecodeByte(&slice_a, &type_byte_a)) {
944 if (!DecodeByte(&slice_b, &type_byte_b)) {
974 if (!DecodeByte(&slice_a, &type_byte_a)) {
980 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));
    [all...]
indexed_db_leveldb_coding.h 40 CONTENT_EXPORT WARN_UNUSED_RESULT bool DecodeByte(base::StringPiece* slice,

Completed in 28 milliseconds