Home
last modified time | relevance | path

Searched refs:parse_with (Results 1 - 12 of 12) sorted by relevance

/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dqualified.rs15 lit.parse_with(|input: ParseStream| { in parse_quoted()
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dqualified.rs15 lit.parse_with(|input: ParseStream| { in parse_quoted()
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dqualified.rs15 lit.parse_with(|input: ParseStream| { in parse_quoted()
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dqualified.rs15 lit.parse_with(|input: ParseStream| { in parse_quoted()
/third_party/rust/crates/cxx/syntax/
H A Dqualified.rs15 lit.parse_with(|input: ParseStream| { in parse_quoted()
/third_party/rust/crates/syn/src/
H A Dlit.rs173 self.parse_with(T::parse) in parse()
195 /// let basic_path = lit_str.parse_with(syn::Path::parse_mod_style)?;
202 pub fn parse_with<F: Parser>(&self, parser: F) -> Result<F::Output> { in parse_with() functions
/third_party/rust/crates/serde/serde_derive_internals/src/
H A Dattr.rs1563 match string.parse_with(Punctuated::<syn::WherePredicate, Token![,]>::parse_terminated) { in parse_lit_into_where()
1606 if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { in parse_lit_into_lifetimes()
/third_party/rust/crates/serde/serde_derive/src/internals/
H A Dattr.rs1563 match string.parse_with(Punctuated::<syn::WherePredicate, Token![,]>::parse_terminated) { in parse_lit_into_where()
1606 if let Ok(lifetimes) = string.parse_with(|input: ParseStream| { in parse_lit_into_lifetimes()
/third_party/jinja2/
H A Dparser.py271 def parse_with(self) -> nodes.With: member in Parser
/third_party/node/deps/v8/third_party/jinja2/
H A Dparser.py235 def parse_with(self): member in Parser
/third_party/node/tools/inspector_protocol/jinja2/
H A Dparser.py227 def parse_with(self): member in Parser
/third_party/skia/third_party/externals/jinja2/
H A Dparser.py235 def parse_with(self): member in Parser

Completed in 24 milliseconds