Home
last modified time | relevance | path

Searched defs:indent_str (Results 1 – 17 of 17) sorted by relevance

/third_party/gn/src/gn/
Dxcode_object.cc447 const std::string indent_str(indent, '\t'); in Print() local
479 const std::string indent_str(indent, '\t'); in Print() local
503 const std::string indent_str(indent, '\t'); in Print() local
536 const std::string indent_str(indent, '\t'); in Print() local
576 const std::string indent_str(indent, '\t'); in Print() local
667 const std::string indent_str(indent, '\t'); in Print() local
759 const std::string indent_str(indent, '\t'); in Print() local
928 const std::string indent_str(indent, '\t'); in Print() local
962 const std::string indent_str(indent, '\t'); in Print() local
991 const std::string indent_str(indent, '\t'); in Print() local
[all …]
/third_party/rust/rust/src/tools/rustfmt/src/
Dpairs.rs112 let indent_str = nested_shape.indent.to_string_with_newline(context.config); in rewrite_pairs_multiline() localVariable
235 let indent_str = rhs_shape.indent.to_string_with_newline(context.config); in rewrite_pair() localVariable
Dmissed_spans.rs246 let indent_str = self.block_indent.to_string(self.config); in process_comment() localVariable
Dmacros.rs569 let indent_str = shape.indent.to_string_with_newline(context.config); in delim_token_to_str() localVariable
956 let indent_str = shape.indent.to_string_with_newline(context.config); in wrap_macro_args_inner() localVariable
1278 let indent_str = body_indent.to_string(&config); in rewrite() localVariable
Dmatches.rs420 let indent_str = shape.indent.to_string_with_newline(context.config); in rewrite_match_body() localVariable
Doverflow.rs657 let indent_str = shape in wrap_items() localVariable
Dlib.rs390 let indent_str = Indent::from_width(config, config.tab_spaces()).to_string(config); in format_code_block() localVariable
Dcomment.rs586 indent_str: String, field
618 let indent_str = shape.indent.to_string_with_newline(config).to_string(); in new() localVariable
Dvisitor.rs938 let indent_str = self.block_indent.to_string_with_newline(self.config); in format_mod() localVariable
Dlists.rs281 let indent_str = &formatting.shape.indent.to_string(formatting.config); in write_list() localVariable
Dtypes.rs802 let indent_str = shape.indent.to_string_with_newline(context.config); in rewrite() localVariable
Ditems.rs370 let indent_str = self.block_indent.to_string(self.config); in format_item() localVariable
741 let indent_str = self.block_indent.to_string_with_newline(self.config); in visit_impl_items() localVariable
/third_party/rust/rust/src/tools/clippy/clippy_lints/src/
Dentry.rs132 let indent_str = snippet_indent(cx, expr.span); in check_expr() localVariable
133 let indent_str = indent_str.as_deref().unwrap_or(""); in check_expr() localVariable
/third_party/libbpf/src/
Dbtf.h281 const char *indent_str; member
Dbtf_dump.c71 char indent_str[BTF_DATA_INDENT_STR_LEN]; member
/third_party/rust/rust/src/librustdoc/html/render/
Dmod.rs853 let indent_str = " "; in assoc_method() localVariable
/third_party/backends/sanei/
Dsanei_usb.c2335 xmlChar* indent_str = malloc(indent_count + 2); in sanei_xml_indent_child() local