Home
last modified time | relevance | path

Searched refs:bracketed (Results 1 – 25 of 28) sorted by relevance

12

/third_party/rust/crates/serde/serde_derive/src/internals/
Dreceiver.rs60 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()
Dattr.rs1680 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/
Dinclude.stderr25 error: expected "quoted/path/to" or <bracketed/path/to>
/third_party/rust/crates/proc-macro2/src/
Dparse.rs949 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/
D3.10.0a6.rst93 :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/
Dparse.py205 _, 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/
Dattr.rs635 bracket_token: bracketed!(content in input), in single_parse_inner()
645 bracket_token: bracketed!(content in input), in single_parse_outer()
Dgroup.rs279 macro_rules! bracketed { macro
Dty.rs538 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()
Dpath.rs151 PathArguments::AngleBracketed(bracketed) => bracketed.args.is_empty(), in is_empty()
Dexpr.rs1534 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()
Dpat.rs728 let bracket_token = bracketed!(content in input); in pat_slice()
/third_party/rust/crates/syn/codegen/src/
Dparse.rs283 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/
DCMakeLists.txt21 # quoted or bracketed.
/third_party/curl/docs/libcurl/
Dcurl_url_set.md108 bracketed IPv6 numeric address it may contain a zone id (or you can use
/third_party/protobuf/objectivec/Tests/
DGPBUtilitiesTests.m183 // of the bracketed extension name.
/third_party/spirv-tools/
DCMakeLists.txt21 # quoted or bracketed.
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DCMakeLists.txt21 # quoted or bracketed.
/third_party/skia/third_party/externals/spirv-tools/
DCMakeLists.txt21 # quoted or bracketed.
/third_party/protobuf/src/google/protobuf/
Ddescriptor.cc2719 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/
DHACKING688 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/
Dtestoutput21586 (?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 …]
Dtestinput2598 (?R) # Recurse - i.e. nested bracketed string
/third_party/glib/patch/
Dbackport-replace-pcre1-with-pcre2.patch794 *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/
Dmailbox.rst718 form as an mbox message but is bracketed before and after by lines containing

12