Searched refs:raw_section (Results 1 – 2 of 2) sorted by relevance
28 LIBC_NAMESPACE::printf_core::FormatSection raw_section; in TEST_F() local29 raw_section.has_conv = false; in TEST_F()30 raw_section.raw_string = "abc"; in TEST_F()32 LIBC_NAMESPACE::printf_core::convert(&writer, raw_section); in TEST_F()
122 raw_section = get_raw_section_dump(args.tool_path, args.section, args.input_file) variable125 for line in raw_section.splitlines(False):