/third_party/rust/crates/cxx/gen/build/src/syntax/ |
H A D | names.rs | 11 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 D | symbol.rs | 2 use crate::syntax::{ForeignName, Pair}; 86 impl Segment for ForeignName {
|
H A D | attrs.rs | 5 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 D | mod.rs | 47 pub use self::names::ForeignName; 296 pub cxx: ForeignName,
|
/third_party/rust/crates/cxx/gen/lib/src/syntax/ |
H A D | names.rs | 11 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 D | symbol.rs | 2 use crate::syntax::{ForeignName, Pair}; 86 impl Segment for ForeignName {
|
H A D | attrs.rs | 5 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 D | mod.rs | 47 pub use self::names::ForeignName; 296 pub cxx: ForeignName,
|
/third_party/rust/crates/cxx/macro/src/syntax/ |
H A D | names.rs | 11 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 D | symbol.rs | 2 use crate::syntax::{ForeignName, Pair}; 86 impl Segment for ForeignName {
|
H A D | attrs.rs | 5 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 D | mod.rs | 47 pub use self::names::ForeignName; 296 pub cxx: ForeignName,
|
/third_party/rust/crates/cxx/syntax/ |
H A D | names.rs | 11 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 D | symbol.rs | 2 use crate::syntax::{ForeignName, Pair}; 86 impl Segment for ForeignName {
|
H A D | attrs.rs | 5 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 D | mod.rs | 47 pub use self::names::ForeignName; 296 pub cxx: ForeignName,
|
/third_party/rust/crates/cxx/gen/cmd/src/syntax/ |
H A D | names.rs | 11 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 D | symbol.rs | 2 use crate::syntax::{ForeignName, Pair}; 86 impl Segment for ForeignName {
|
H A D | attrs.rs | 5 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 D | mod.rs | 47 pub use self::names::ForeignName; 296 pub cxx: ForeignName,
|
/third_party/rust/crates/cxx/gen/cmd/src/gen/ |
H A D | nested.rs | 57 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 D | nested.rs | 57 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 D | nested.rs | 57 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 D | nested.rs | 57 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 D | load.rs | 6 use crate::syntax::{Api, Discriminant, Doc, Enum, EnumRepr, ForeignName, Pair, Variant}; 172 let cxx_name = match ForeignName::parse(&decl.name, span) { in traverse()
|