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

  /external/chromium_org/third_party/leveldatabase/src/issues/
issue178_test.cc 66 std::string start_key = Key1(0); local
68 leveldb::Slice least(start_key.data(), start_key.size());
  /external/chromium_org/chrome/browser/net/
firefox_proxy_settings.cc 82 size_t start_key = line.find(kUserPrefString); local
83 if (start_key == std::string::npos)
85 start_key += kUserPrefString.length();
86 size_t stop_key = line.find('"', start_key);
92 std::string key = line.substr(start_key, stop_key - start_key);
  /external/chromium_org/content/browser/indexed_db/
indexed_db_backing_store.cc 387 const std::string start_key = local
392 for (s = it->Seek(start_key);
1159 const std::string start_key = local
1412 std::string start_key, stop_key; local
1440 const std::string start_key = DatabaseMetaDataKey::Encode( local
1508 const std::string start_key = local
1954 const std::string start_key = local
2025 std::string start_key = ObjectStoreDataKey::Encode( local
2094 const std::string start_key = local
2523 const std::string start_key = local
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
c.h 133 const char* start_key, size_t start_key_len,
  /external/chromium_org/third_party/leveldatabase/src/db/
c.cc 269 const char* start_key, size_t start_key_len,
274 (start_key ? (a = Slice(start_key, start_key_len), &a) : NULL),

Completed in 1372 milliseconds