Searched defs:DecodeInt (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/content/browser/indexed_db/
H A Dindexed_db_leveldb_coding.cc408 bool DecodeInt(StringPiece* slice, int64* value) { function in namespace:content
1208 if (!DecodeInt(&tmp, &result->database_id_))
1214 if (!DecodeInt(&tmp, &result->object_store_id_))
1220 if (!DecodeInt(&tmp, &result->index_id_))

Completed in 227 milliseconds