Home
last modified time | relevance | path

Searched defs:CfgExpr (Results 1 – 8 of 8) sorted by relevance

/aosp_15_r20/external/rust/cxx/syntax/
Dcfg.rs7 pub(crate) enum CfgExpr { enum
18 impl CfgExpr { impl
19 pub(crate) fn merge(&mut self, expr: CfgExpr) { in merge()
31 pub(crate) fn parse_attribute(attr: &Attribute) -> Result<CfgExpr> { in parse_attribute()
39 fn parse_single(input: ParseStream) -> Result<CfgExpr> { in parse_single()
69 fn parse_multiple(input: ParseStream) -> Result<Vec<CfgExpr>> { in parse_multiple()
Dparse.rs464 extern_block_cfg: &CfgExpr, in parse_extern_type()
522 extern_block_cfg: &CfgExpr, in parse_extern_fn()
708 extern_block_cfg: &CfgExpr, in parse_extern_verbatim()
747 extern_block_cfg: &CfgExpr, in parse_extern_verbatim_type()
847 extern_block_cfg: &CfgExpr, in parse_type_alias()
910 extern_block_cfg: &CfgExpr, in parse_extern_type_bounded()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-macro-1.0.120/src/syntax/
H A Dcfg.rs7 pub(crate) enum CfgExpr { enum
18 impl CfgExpr { impl
19 pub(crate) fn merge(&mut self, expr: CfgExpr) { in merge()
31 pub(crate) fn parse_attribute(attr: &Attribute) -> Result<CfgExpr> { in parse_attribute()
39 fn parse_single(input: ParseStream) -> Result<CfgExpr> { in parse_single()
69 fn parse_multiple(input: ParseStream) -> Result<Vec<CfgExpr>> { in parse_multiple()
H A Dparse.rs464 extern_block_cfg: &CfgExpr, in parse_extern_type()
522 extern_block_cfg: &CfgExpr, in parse_extern_fn()
708 extern_block_cfg: &CfgExpr, in parse_extern_verbatim()
747 extern_block_cfg: &CfgExpr, in parse_extern_verbatim_type()
847 extern_block_cfg: &CfgExpr, in parse_type_alias()
910 extern_block_cfg: &CfgExpr, in parse_extern_type_bounded()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/syntax/
H A Dcfg.rs7 pub(crate) enum CfgExpr { enum
18 impl CfgExpr { impl
19 pub(crate) fn merge(&mut self, expr: CfgExpr) { in merge()
31 pub(crate) fn parse_attribute(attr: &Attribute) -> Result<CfgExpr> { in parse_attribute()
39 fn parse_single(input: ParseStream) -> Result<CfgExpr> { in parse_single()
69 fn parse_multiple(input: ParseStream) -> Result<Vec<CfgExpr>> { in parse_multiple()
H A Dparse.rs464 extern_block_cfg: &CfgExpr, in parse_extern_type()
522 extern_block_cfg: &CfgExpr, in parse_extern_fn()
708 extern_block_cfg: &CfgExpr, in parse_extern_verbatim()
747 extern_block_cfg: &CfgExpr, in parse_extern_verbatim_type()
847 extern_block_cfg: &CfgExpr, in parse_type_alias()
910 extern_block_cfg: &CfgExpr, in parse_extern_type_bounded()
/aosp_15_r20/external/rust/cxx/gen/src/
Dcfg.rs44 expr: &CfgExpr, in eval()
112 fn cfg(&self) -> &CfgExpr { in cfg()
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/cxxbridge-cmd-1.0.121/src/gen/
H A Dcfg.rs44 expr: &CfgExpr, in eval()
112 fn cfg(&self) -> &CfgExpr { in cfg()