Searched refs:SubsectionStart (Results 1 – 2 of 2) sorted by relevance
/system/logging/rust/tests/ |
D | structured_logging_tests.rs | 18 use structured_log::StructuredLogSection::SubsectionStart; 61 let res = structured_log!(TAG_KEY_SAMPLE, SubsectionStart, "test message", SubsectionEnd); in log_subsection() 67 let res = structured_log!(TAG_KEY_SAMPLE, SubsectionEnd, "test message", SubsectionStart); in log_subsection_start_end_swapped() 79 let res = structured_log!(TAG_KEY_SAMPLE, SubsectionStart, "test message"); in log_subsection_missing_end() 87 SubsectionStart, in log_two_subsection() 90 SubsectionStart, in log_two_subsection() 103 SubsectionStart, in log_simple_entry_and_subsection() 114 SubsectionStart, in mixed_subsection() 116 SubsectionStart, in mixed_subsection() 120 SubsectionStart, in mixed_subsection()
|
/system/logging/rust/ |
D | structured_logger.rs | 59 SubsectionStart, enumerator 67 StructuredLogSection::SubsectionStart => ctx.begin_list(), in add_to_context()
|