/third_party/rust/crates/serde/serde_derive/src/internals/ |
D | receiver.rs | 60 if let PathArguments::AngleBracketed(bracketed) = &mut segment.arguments { in self_to_expr_path() 61 if bracketed.colon2_token.is_none() && !bracketed.args.is_empty() { in self_to_expr_path() 62 bracketed.colon2_token = Some(<Token![::]>::default()); in self_to_expr_path()
|
D | attr.rs | 1680 syn::PathArguments::AngleBracketed(bracketed) => &bracketed.args, in is_cow() 1707 syn::PathArguments::AngleBracketed(bracketed) => &bracketed.args, in is_option() 1821 if let syn::PathArguments::AngleBracketed(bracketed) = &seg.arguments { in collect_lifetimes() 1822 for arg in &bracketed.args { in collect_lifetimes()
|
/third_party/rust/crates/cxx/tests/ui/ |
D | include.stderr | 25 error: expected "quoted/path/to" or <bracketed/path/to>
|
/third_party/rust/crates/proc-macro2/src/ |
D | parse.rs | 949 let mut bracketed = TokenStreamBuilder::with_capacity(3); in doc_comment() localVariable 950 bracketed.push_token_from_parser(TokenTree::Ident(doc_ident)); in doc_comment() 951 bracketed.push_token_from_parser(TokenTree::Punct(equal)); in doc_comment() 952 bracketed.push_token_from_parser(TokenTree::Literal(literal)); in doc_comment() 953 let group = Group::new(Delimiter::Bracket, bracketed.build()); in doc_comment()
|
/third_party/python/Misc/NEWS.d/ |
D | 3.10.0a6.rst | 93 :mod:`readline`: Explicitly disable bracketed paste in the interactive 96 REPL has not implemented bracketed paste support. Also, bracketed mode 99 enabled by calling ``readline.parse_and_bind("set enable-bracketed-paste
|
/third_party/python/Lib/urllib/ |
D | parse.py | 205 _, have_open_br, bracketed = hostinfo.partition('[') 207 hostname, _, port = bracketed.partition(']') 235 _, have_open_br, bracketed = hostinfo.partition(b'[') 237 hostname, _, port = bracketed.partition(b']')
|
/third_party/rust/crates/syn/src/ |
D | attr.rs | 635 bracket_token: bracketed!(content in input), in single_parse_inner() 645 bracket_token: bracketed!(content in input), in single_parse_outer()
|
D | group.rs | 279 macro_rules! bracketed { macro
|
D | ty.rs | 538 let bracket_token = bracketed!(content in input); in ambig_ty() 575 bracket_token: bracketed!(content in input), in parse() 586 bracket_token: bracketed!(content in input), in parse()
|
D | path.rs | 151 PathArguments::AngleBracketed(bracketed) => bracketed.args.is_empty(), in is_empty()
|
D | expr.rs | 1534 bracket_token: bracketed!(content in input), in trailer_helper() 1613 bracket_token: bracketed!(content in input), in trailer_expr() 1877 let bracket_token = bracketed!(content in input); in array_or_repeat() 1924 let bracket_token = bracketed!(content in input); in parse() 1951 bracket_token: bracketed!(content in input), in parse()
|
D | pat.rs | 728 let bracket_token = bracketed!(content in input); in pat_slice()
|
/third_party/rust/crates/syn/codegen/src/ |
D | parse.rs | 283 braced, bracketed, parenthesized, parse_quote, token, Attribute, Expr, Ident, Lit, LitStr, 416 bracketed!(pattern in input); in parse_token_macro()
|
/third_party/vk-gl-cts/external/amber/src/ |
D | CMakeLists.txt | 21 # quoted or bracketed.
|
/third_party/curl/docs/libcurl/ |
D | curl_url_set.md | 108 bracketed IPv6 numeric address it may contain a zone id (or you can use
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBUtilitiesTests.m | 183 // of the bracketed extension name.
|
/third_party/spirv-tools/ |
D | CMakeLists.txt | 21 # quoted or bracketed.
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/ |
D | CMakeLists.txt | 21 # quoted or bracketed.
|
/third_party/skia/third_party/externals/spirv-tools/ |
D | CMakeLists.txt | 21 # quoted or bracketed.
|
/third_party/protobuf/src/google/protobuf/ |
D | descriptor.cc | 2719 bool bracketed = false; in DebugString() local 2721 bracketed = true; in DebugString() 2726 if (!bracketed) { in DebugString() 2727 bracketed = true; in DebugString() 2740 contents->append(bracketed ? ", " : " ["); in DebugString() 2741 bracketed = true; in DebugString() 2745 if (bracketed) { in DebugString()
|
/third_party/pcre2/pcre2/ |
D | HACKING | 688 compiled as (abc)(abc)((abc)((abc)(abc)?)?)?, except that each bracketed group 785 bracketed groups. From 10.30 onwards, repeated recursions are duplicated for
|
/third_party/pcre2/pcre2/testdata/ |
D | testoutput2 | 1586 (?R) # Recurse - i.e. nested bracketed string 7671 Failed: error 157 at offset 6: \g is not followed by a braced, angle-bracketed, or quoted name/numb… 7677 Failed: error 157 at offset 6: \g is not followed by a braced, angle-bracketed, or quoted name/numb… 8704 Failed: error 169 at offset 2: \k is not followed by a braced, angle-bracketed, or quoted name 8707 Failed: error 169 at offset 2: \k is not followed by a braced, angle-bracketed, or quoted name 8743 Failed: error 157 at offset 8: \g is not followed by a braced, angle-bracketed, or quoted name/numb… 13275 Failed: error 157 at offset 2: \g is not followed by a braced, angle-bracketed, or quoted name/numb… 13284 Failed: error 157 at offset 2: \g is not followed by a braced, angle-bracketed, or quoted name/numb… 13287 Failed: error 157 at offset 2: \g is not followed by a braced, angle-bracketed, or quoted name/numb… 15528 Failed: error 157 at offset 6: \g is not followed by a braced, angle-bracketed, or quoted name/numb… [all …]
|
D | testinput2 | 598 (?R) # Recurse - i.e. nested bracketed string
|
/third_party/glib/patch/ |
D | backport-replace-pcre1-with-pcre2.patch | 794 *errmsg = _("\\g is not followed by a braced, angle-bracketed, or quoted name or " 844 *errmsg = _("\\k is not followed by a braced, angle-bracketed, or quoted name");
|
/third_party/python/Doc/library/ |
D | mailbox.rst | 718 form as an mbox message but is bracketed before and after by lines containing
|