HomeSort by relevance Sort by last modified time
    Searched refs:AddToBatch (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/chrome/browser/value_store/
leveldb_value_store.h 66 std::string AddToBatch(
leveldb_value_store.cc 216 error = AddToBatch(options, key, value, &batch, changes.get());
238 error = AddToBatch(options, it.key(), it.value(), &batch, changes.get());
391 std::string LeveldbValueStore::AddToBatch(

Completed in 47 milliseconds