Home
last modified time | relevance | path

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

/dports/devel/cquery/cquery-20180718/src/
H A Dcache_manager.cc24 std::string indexed_content = Serialize(g_config->cacheFormat, file); in WriteToCache() local
25 WriteToFile(AppendSerializationFormat(cache_path), indexed_content); in WriteToCache()
/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dlogfile_sub_source.hh854 struct __attribute__((__packed__)) indexed_content { struct in logfile_sub_source
855 indexed_content() { in indexed_content() function
859 indexed_content(content_line_t cl) : ic_value(cl) { in indexed_content() argument
893 bool operator()(const indexed_content &lhs, const indexed_content &rhs)
984 big_array<indexed_content> lss_index;