Home
last modified time | relevance | path

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

/dports/sysutils/lnav/lnav-0.10.1/src/
H A Dlog_format.cc542 if (!ypc->is_level(1) && !jlu->jlu_format->has_value_def(field_name)) { in rewrite_json_null()
556 if (!ypc->is_level(1) && !jlu->jlu_format->has_value_def(field_name)) { in rewrite_json_bool()
570 if (!ypc->is_level(1) && !jlu->jlu_format->has_value_def(field_name)) { in rewrite_json_int()
584 if (!ypc->is_level(1) && !jlu->jlu_format->has_value_def(field_name)) { in rewrite_json_double()
1171 if (!ypc->is_level(1) && !jlu->jlu_format->has_value_def(field_name)) { in rewrite_json_field()
1186 if (!ypc->is_level(1) && !jlu->jlu_format->has_value_def(field_name)) { in rewrite_json_field()
H A Dlog_format_ext.hh299 bool has_value_def(const intern_string_t ist) const { in has_value_def() function in external_log_format