Searched refs:DecodeStringWithLength (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc466 bool DecodeStringWithLength(StringPiece* slice, base::string16* value) { function in namespace:content
536 if (!DecodeStringWithLength(slice, &s))
595 if (!DecodeStringWithLength(slice, &string))
609 if (!DecodeStringWithLength(slice, &string))
1392 if (!DecodeStringWithLength(slice, &result->origin_))
1394 if (!DecodeStringWithLength(slice, &result->database_name_))
1683 if (!DecodeStringWithLength(slice, &result->object_store_name_))
1719 if (!DecodeStringWithLength(slice, &result->index_name_))
H A Dindexed_db_leveldb_coding_unittest.cc380 TEST(IndexedDBLevelDBCodingTest, DecodeStringWithLength) {
404 EXPECT_TRUE(DecodeStringWithLength(&slice, &res));
409 EXPECT_FALSE(DecodeStringWithLength(&slice, &res));
412 EXPECT_FALSE(DecodeStringWithLength(&slice, &res));
417 EXPECT_TRUE(DecodeStringWithLength(&slice, &res));
H A Dindexed_db_leveldb_coding.h58 CONTENT_EXPORT WARN_UNUSED_RESULT bool DecodeStringWithLength(
H A Dindexed_db_backing_store.cc687 if (!DecodeStringWithLength(&slice, &type))
690 if (!DecodeStringWithLength(&slice, &file_name))

Completed in 138 milliseconds