Home
last modified time | relevance | path

Searched defs:type_token (Results 1 – 5 of 5) sorted by relevance

/external/freetype/src/cid/
Dcidparse.c217 T1_TokenRec type_token; in cid_parser_new() local
/external/rust/cxx/syntax/
Dmod.rs93 pub type_token: Token![type], field
177 pub type_token: Token![type], field
Dparse.rs489 let type_token = foreign_type.type_token; in parse_extern_type() localVariable
751 let type_token: Token![type] = input.parse()?; in parse_extern_verbatim_type() localVariable
/external/rust/crates/syn/src/
Ditem.rs1085 type_token: Token![type], field
1119 let type_token: Token![type] = input.parse()?; in parse() localVariable
2390 let type_token: Token![type] = input.parse()?; in parse() localVariable
2752 let type_token: Token![type] = input.parse()?; in parse() localVariable
/external/rust/cxx/macro/src/
Dexpand.rs1233 let type_token = alias.type_token; in expand_type_alias() localVariable