Home
last modified time | relevance | path

Searched refs:column_cache (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/external/bsd/kyua-cli/dist/utils/sqlite/
H A Dstatement.cpp110 std::map< std::string, int > column_cache; member
251 std::map< std::string, int >& cache = _pimpl->column_cache; in column_id()