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

  /external/chromium_org/sql/
connection.h 565 CachedStatementMap statement_cache_; member in class:sql::Connection
connection.cc 269 statement_cache_.clear();
286 // statement_cache_, it won't cause any disk access and it most probably
693 return statement_cache_.find(id) != statement_cache_.end();
699 CachedStatementMap::iterator i = statement_cache_.find(id);
700 if (i != statement_cache_.end()) {
712 statement_cache_[id] = statement; // Only cache valid statements.
    [all...]

Completed in 155 milliseconds