Home
last modified time | relevance | path

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

/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dlog_format.hh425 if (this->lf_timestamp_format.empty()) { in get_timestamp_formats()
429 return &this->lf_timestamp_format[0]; in get_timestamp_formats()
462 std::vector<const char *> lf_timestamp_format; member in log_format
H A Dlog_format.cc1531 if (!this->lf_timestamp_format.empty()) { in build()
1532 this->lf_timestamp_format.push_back(nullptr); in build()
H A Dlog_format_loader.cc239 elf->lf_timestamp_format.push_back(intern_string::lookup(value)->get()); in read_format_field()