Home
last modified time | relevance | path

Searched refs:bracketed (Results 1 – 25 of 26) 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.rs1738 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/
Dattr.rs297 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()
Dgroup.rs270 macro_rules! bracketed { macro
Dpath.rs87 PathArguments::AngleBracketed(bracketed) => bracketed.args.is_empty(), in is_empty()
Dty.rs624 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()
Dexpr.rs1652 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()
Dpat.rs698 let bracket_token = bracketed!(content in input); in pat_slice()
/third_party/rust/crates/proc-macro2/src/
Dparse.rs829 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/
Dinclude.stderr25 error: expected "quoted/path/to" or <bracketed/path/to>
/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/flutter/engine/flutter/frontend_server/
DREADME.md68 Response from the Dart Frontend compiler is bracketed by `<boundary-key>` tags. If the compiler
/third_party/rust/crates/syn/codegen/src/
Dparse.rs270 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/
DCMakeLists.txt18 # quoted or bracketed.
/third_party/vk-gl-cts/external/amber/src/
DCMakeLists.txt21 # quoted or bracketed.
/third_party/protobuf/objectivec/Tests/
DGPBUtilitiesTests.m183 // of the bracketed extension name.
/third_party/skia/third_party/externals/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/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/
DHACKING689 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/
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/python/Doc/library/
Dmailbox.rst718 form as an mbox message but is bracketed before and after by lines containing

12