Home
last modified time | relevance | path

Searched refs:ForeignName (Results 1 - 25 of 30) sorted by relevance

12

/third_party/rust/crates/cxx/gen/build/src/syntax/
H A Dnames.rs11 pub struct ForeignName { structure names
41 impl ForeignName { impls
48 Ok(ForeignName { text }) in parse()
55 impl Display for ForeignName {
61 impl PartialEq<str> for ForeignName {
H A Dsymbol.rs2 use crate::syntax::{ForeignName, Pair};
86 impl Segment for ForeignName {
H A Dattrs.rs5 use crate::syntax::{cfg, Derive, Doc, ForeignName};
36 pub cxx_name: Option<&'a mut Option<ForeignName>>,
247 fn parse_cxx_name_attribute(meta: &Meta) -> Result<ForeignName> { in parse_cxx_name_attribute()
252 return ForeignName::parse(&lit.value(), lit.span()); in parse_cxx_name_attribute()
257 return ForeignName::parse(&ident.to_string(), ident.span()); in parse_cxx_name_attribute()
H A Dmod.rs47 pub use self::names::ForeignName;
296 pub cxx: ForeignName,
/third_party/rust/crates/cxx/gen/lib/src/syntax/
H A Dnames.rs11 pub struct ForeignName { structure names
41 impl ForeignName { impls
48 Ok(ForeignName { text }) in parse()
55 impl Display for ForeignName {
61 impl PartialEq<str> for ForeignName {
H A Dsymbol.rs2 use crate::syntax::{ForeignName, Pair};
86 impl Segment for ForeignName {
H A Dattrs.rs5 use crate::syntax::{cfg, Derive, Doc, ForeignName};
36 pub cxx_name: Option<&'a mut Option<ForeignName>>,
247 fn parse_cxx_name_attribute(meta: &Meta) -> Result<ForeignName> { in parse_cxx_name_attribute()
252 return ForeignName::parse(&lit.value(), lit.span()); in parse_cxx_name_attribute()
257 return ForeignName::parse(&ident.to_string(), ident.span()); in parse_cxx_name_attribute()
H A Dmod.rs47 pub use self::names::ForeignName;
296 pub cxx: ForeignName,
/third_party/rust/crates/cxx/macro/src/syntax/
H A Dnames.rs11 pub struct ForeignName { structure names
41 impl ForeignName { impls
48 Ok(ForeignName { text }) in parse()
55 impl Display for ForeignName {
61 impl PartialEq<str> for ForeignName {
H A Dsymbol.rs2 use crate::syntax::{ForeignName, Pair};
86 impl Segment for ForeignName {
H A Dattrs.rs5 use crate::syntax::{cfg, Derive, Doc, ForeignName};
36 pub cxx_name: Option<&'a mut Option<ForeignName>>,
247 fn parse_cxx_name_attribute(meta: &Meta) -> Result<ForeignName> { in parse_cxx_name_attribute()
252 return ForeignName::parse(&lit.value(), lit.span()); in parse_cxx_name_attribute()
257 return ForeignName::parse(&ident.to_string(), ident.span()); in parse_cxx_name_attribute()
H A Dmod.rs47 pub use self::names::ForeignName;
296 pub cxx: ForeignName,
/third_party/rust/crates/cxx/syntax/
H A Dnames.rs11 pub struct ForeignName { structure names
41 impl ForeignName { impls
48 Ok(ForeignName { text }) in parse()
55 impl Display for ForeignName {
61 impl PartialEq<str> for ForeignName {
H A Dsymbol.rs2 use crate::syntax::{ForeignName, Pair};
86 impl Segment for ForeignName {
H A Dattrs.rs5 use crate::syntax::{cfg, Derive, Doc, ForeignName};
36 pub cxx_name: Option<&'a mut Option<ForeignName>>,
247 fn parse_cxx_name_attribute(meta: &Meta) -> Result<ForeignName> { in parse_cxx_name_attribute()
252 return ForeignName::parse(&lit.value(), lit.span()); in parse_cxx_name_attribute()
257 return ForeignName::parse(&ident.to_string(), ident.span()); in parse_cxx_name_attribute()
H A Dmod.rs47 pub use self::names::ForeignName;
296 pub cxx: ForeignName,
/third_party/rust/crates/cxx/gen/cmd/src/syntax/
H A Dnames.rs11 pub struct ForeignName { structure names
41 impl ForeignName { impls
48 Ok(ForeignName { text }) in parse()
55 impl Display for ForeignName {
61 impl PartialEq<str> for ForeignName {
H A Dsymbol.rs2 use crate::syntax::{ForeignName, Pair};
86 impl Segment for ForeignName {
H A Dattrs.rs5 use crate::syntax::{cfg, Derive, Doc, ForeignName};
36 pub cxx_name: Option<&'a mut Option<ForeignName>>,
247 fn parse_cxx_name_attribute(meta: &Meta) -> Result<ForeignName> { in parse_cxx_name_attribute()
252 return ForeignName::parse(&lit.value(), lit.span()); in parse_cxx_name_attribute()
257 return ForeignName::parse(&ident.to_string(), ident.span()); in parse_cxx_name_attribute()
H A Dmod.rs47 pub use self::names::ForeignName;
296 pub cxx: ForeignName,
/third_party/rust/crates/cxx/gen/cmd/src/gen/
H A Dnested.rs57 use crate::syntax::{Api, Doc, ExternType, ForeignName, Lang, Lifetimes, Pair};
141 cxx: ForeignName::parse(ident, Span::call_site()).unwrap(), in make_api()
/third_party/rust/crates/cxx/gen/src/
H A Dnested.rs57 use crate::syntax::{Api, Doc, ExternType, ForeignName, Lang, Lifetimes, Pair};
141 cxx: ForeignName::parse(ident, Span::call_site()).unwrap(), in make_api()
/third_party/rust/crates/cxx/gen/lib/src/gen/
H A Dnested.rs57 use crate::syntax::{Api, Doc, ExternType, ForeignName, Lang, Lifetimes, Pair};
141 cxx: ForeignName::parse(ident, Span::call_site()).unwrap(), in make_api()
/third_party/rust/crates/cxx/gen/build/src/gen/
H A Dnested.rs57 use crate::syntax::{Api, Doc, ExternType, ForeignName, Lang, Lifetimes, Pair};
141 cxx: ForeignName::parse(ident, Span::call_site()).unwrap(), in make_api()
/third_party/rust/crates/cxx/macro/src/
H A Dload.rs6 use crate::syntax::{Api, Discriminant, Doc, Enum, EnumRepr, ForeignName, Pair, Variant};
172 let cxx_name = match ForeignName::parse(&decl.name, span) { in traverse()

Completed in 8 milliseconds

12