Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/ir/
Dcontext.rs2122 let mut found_namespace_keyword = false; in tokenize_namespace() localVariable
2126 assert!(!found_namespace_keyword); in tokenize_namespace()
2141 found_namespace_keyword = true; in tokenize_namespace()
2144 assert!(found_namespace_keyword); in tokenize_namespace()
2147 name if found_namespace_keyword => { in tokenize_namespace()
2154 spelling if !found_namespace_keyword => { in tokenize_namespace()