/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 | 1738 syn::PathArguments::AngleBracketed(bracketed) => &bracketed.args, in is_cow() 1765 syn::PathArguments::AngleBracketed(bracketed) => &bracketed.args, in is_option() 1880 if let syn::PathArguments::AngleBracketed(bracketed) = &seg.arguments { in collect_lifetimes() 1881 for arg in &bracketed.args { in collect_lifetimes()
|
/third_party/rust/crates/syn/src/ |
D | attr.rs | 297 bracketed!(content in input); in enter_args() 515 bracket_token: bracketed!(content in input), in single_parse_inner() 526 bracket_token: bracketed!(content in input), in single_parse_outer()
|
D | group.rs | 270 macro_rules! bracketed { macro
|
D | path.rs | 87 PathArguments::AngleBracketed(bracketed) => bracketed.args.is_empty(), in is_empty()
|
D | ty.rs | 624 let bracket_token = bracketed!(content in input); in ambig_ty() 661 bracket_token: bracketed!(content in input), in parse() 672 bracket_token: bracketed!(content in input), in parse()
|
D | expr.rs | 1652 bracket_token: bracketed!(content in input), in trailer_helper() 1701 bracket_token: bracketed!(content in input), in trailer_expr() 1932 let bracket_token = bracketed!(content in input); in array_or_repeat() 1979 let bracket_token = bracketed!(content in input); in parse() 2006 bracket_token: bracketed!(content in input), in parse()
|
D | pat.rs | 698 let bracket_token = bracketed!(content in input); in pat_slice()
|
/third_party/rust/crates/proc-macro2/src/ |
D | parse.rs | 829 let mut bracketed = TokenStreamBuilder::with_capacity(3); in doc_comment() localVariable 830 bracketed.push_token_from_parser(TokenTree::Ident(doc_ident)); in doc_comment() 831 bracketed.push_token_from_parser(TokenTree::Punct(equal)); in doc_comment() 832 bracketed.push_token_from_parser(TokenTree::Literal(literal)); in doc_comment() 833 let group = Group::new(Delimiter::Bracket, bracketed.build()); in doc_comment()
|
/third_party/rust/crates/cxx/tests/ui/ |
D | include.stderr | 25 error: expected "quoted/path/to" or <bracketed/path/to>
|
/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/flutter/engine/flutter/frontend_server/ |
D | README.md | 68 Response from the Dart Frontend compiler is bracketed by `<boundary-key>` tags. If the compiler
|
/third_party/rust/crates/syn/codegen/src/ |
D | parse.rs | 270 braced, bracketed, parenthesized, parse_quote, token, Attribute, Ident, LitStr, Path, Token, 438 bracketed!(pattern in rules); in parse_token_macro()
|
/third_party/flutter/skia/third_party/externals/spirv-tools/ |
D | CMakeLists.txt | 18 # quoted or bracketed.
|
/third_party/vk-gl-cts/external/amber/src/ |
D | CMakeLists.txt | 21 # quoted or bracketed.
|
/third_party/protobuf/objectivec/Tests/ |
D | GPBUtilitiesTests.m | 183 // of the bracketed extension name.
|
/third_party/skia/third_party/externals/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/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 | 689 compiled as (abc)(abc)((abc)((abc)(abc)?)?)?, except that each bracketed group 786 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/python/Doc/library/ |
D | mailbox.rst | 718 form as an mbox message but is bracketed before and after by lines containing
|