DecodeVarInt 185 content/browser/indexed_db/indexed_db_backing_store.cc if (DecodeVarInt(&slice, found_int) && slice.empty()) DecodeVarInt 1352 content/browser/indexed_db/indexed_db_backing_store.cc if (!DecodeVarInt(&slice, &version)) { DecodeVarInt 1596 content/browser/indexed_db/indexed_db_backing_store.cc if (!DecodeVarInt(&slice, &version)) DecodeVarInt 1907 content/browser/indexed_db/indexed_db_backing_store.cc if (!DecodeVarInt(&slice, &version)) { DecodeVarInt 2255 content/browser/indexed_db/indexed_db_backing_store.cc if (!DecodeVarInt(&slice, &version)) { DecodeVarInt 2312 content/browser/indexed_db/indexed_db_backing_store.cc if (!DecodeVarInt(&value_slice, &version)) { DecodeVarInt 2387 content/browser/indexed_db/indexed_db_backing_store.cc if (!DecodeVarInt(&slice, &index_data_version)) { DecodeVarInt 2420 content/browser/indexed_db/indexed_db_backing_store.cc if (!DecodeVarInt(&slice, &object_store_data_version)) { DecodeVarInt 2495 content/browser/indexed_db/indexed_db_backing_store.cc if (!DecodeVarInt(&slice, &index_data_version)) { DecodeVarInt 2527 content/browser/indexed_db/indexed_db_backing_store.cc if (!DecodeVarInt(&slice, &object_store_data_version)) { DecodeVarInt 459 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &length) || length < 0) DecodeVarInt 478 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &length) || length < 0) DecodeVarInt 503 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &length) || length < 0) DecodeVarInt 592 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &count)) DecodeVarInt 620 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &length)) DecodeVarInt 630 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &length) || length < 0) DecodeVarInt 639 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &length) || length < 0) DecodeVarInt 693 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice1, &len1) || !DecodeVarInt(slice2, &len2)) { DecodeVarInt 726 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice1, &len1) || !DecodeVarInt(slice2, &len2)) { DecodeVarInt 803 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice_a, &length_a) || DecodeVarInt 804 content/browser/indexed_db/indexed_db_leveldb_coding.cc !DecodeVarInt(slice_b, &length_b)) { DecodeVarInt 913 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!slice_a->empty() && !DecodeVarInt(slice_a, &sequence_number_a)) DecodeVarInt 915 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!slice_b->empty() && !DecodeVarInt(slice_b, &sequence_number_b)) DecodeVarInt 1322 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &result->database_id_)) DecodeVarInt 1423 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &result->object_store_id_)) DecodeVarInt 1482 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &result->object_store_id_)) DecodeVarInt 1484 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &result->index_id_)) DecodeVarInt 1549 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &result->object_store_id_)) DecodeVarInt 1593 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &result->object_store_id_)) DecodeVarInt 1595 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &result->index_id_)) DecodeVarInt 1684 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &result->object_store_id_)) DecodeVarInt 1906 content/browser/indexed_db/indexed_db_leveldb_coding.cc if (!DecodeVarInt(slice, &result->sequence_number_)) DecodeVarInt 46 content/browser/indexed_db/indexed_db_leveldb_coding.h CONTENT_EXPORT WARN_UNUSED_RESULT bool DecodeVarInt(base::StringPiece* slice, DecodeVarInt 272 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc TEST(IndexedDBLevelDBCodingTest, DecodeVarInt) { DecodeVarInt 292 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc EXPECT_TRUE(DecodeVarInt(&slice, &res)); DecodeVarInt 297 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc EXPECT_FALSE(DecodeVarInt(&slice, &res)); DecodeVarInt 300 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc EXPECT_FALSE(DecodeVarInt(&slice, &res)); DecodeVarInt 305 content/browser/indexed_db/indexed_db_leveldb_coding_unittest.cc EXPECT_TRUE(DecodeVarInt(&slice, &res));