| /third_party/gn/src/gn/ |
| D | xcode_object.cc | 447 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/ |
| D | pairs.rs | 112 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
|
| D | missed_spans.rs | 246 let indent_str = self.block_indent.to_string(self.config); in process_comment() localVariable
|
| D | macros.rs | 569 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
|
| D | matches.rs | 420 let indent_str = shape.indent.to_string_with_newline(context.config); in rewrite_match_body() localVariable
|
| D | overflow.rs | 657 let indent_str = shape in wrap_items() localVariable
|
| D | lib.rs | 390 let indent_str = Indent::from_width(config, config.tab_spaces()).to_string(config); in format_code_block() localVariable
|
| D | comment.rs | 586 indent_str: String, field 618 let indent_str = shape.indent.to_string_with_newline(config).to_string(); in new() localVariable
|
| D | visitor.rs | 938 let indent_str = self.block_indent.to_string_with_newline(self.config); in format_mod() localVariable
|
| D | lists.rs | 281 let indent_str = &formatting.shape.indent.to_string(formatting.config); in write_list() localVariable
|
| D | types.rs | 802 let indent_str = shape.indent.to_string_with_newline(context.config); in rewrite() localVariable
|
| D | items.rs | 370 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/ |
| D | entry.rs | 132 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/ |
| D | btf.h | 281 const char *indent_str; member
|
| D | btf_dump.c | 71 char indent_str[BTF_DATA_INDENT_STR_LEN]; member
|
| /third_party/rust/rust/src/librustdoc/html/render/ |
| D | mod.rs | 853 let indent_str = " "; in assoc_method() localVariable
|
| /third_party/backends/sanei/ |
| D | sanei_usb.c | 2335 xmlChar* indent_str = malloc(indent_count + 2); in sanei_xml_indent_child() local
|