Home
last modified time | relevance | path

Searched refs:parse_identifier_or_integer (Results 1 – 1 of 1) sorted by relevance

/aosp_15_r20/external/rust/android-crates-io/crates/pdl-compiler/src/
Dparser.rs269 fn parse_identifier_or_integer( in parse_identifier_or_integer() function
321 let (tag_id, value) = parse_identifier_or_integer(&mut children)?; in parse_constraint()
481 let (type_id, width) = parse_identifier_or_integer(&mut children)?; in parse_field()