Home
last modified time | relevance | path

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

/freebsd/contrib/kyua/utils/sqlite/
H A Dstatement.cpp257 const std::string aux_name = column_name(i); in column_id() local
258 INV(cache.find(aux_name) == cache.end()); in column_id()
259 cache[aux_name] = i; in column_id()