Searched refs:SubsectionEnd (Results 1 – 2 of 2) sorted by relevance
/system/logging/rust/tests/ |
D | structured_logging_tests.rs | 17 use structured_log::StructuredLogSection::SubsectionEnd; 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() 73 let res = structured_log!(TAG_KEY_SAMPLE, "test message", SubsectionEnd); in log_subsection_missing_start() 89 SubsectionEnd, in log_two_subsection() 92 SubsectionEnd in log_two_subsection() 105 SubsectionEnd in log_simple_entry_and_subsection() 119 SubsectionEnd, in mixed_subsection() 123 SubsectionEnd, in mixed_subsection() 124 SubsectionEnd in mixed_subsection()
|
/system/logging/rust/ |
D | structured_logger.rs | 61 SubsectionEnd, enumerator 68 StructuredLogSection::SubsectionEnd => ctx.end_list(), in add_to_context()
|