Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs29 "destructors" => config.insert(CodegenConfig::DESTRUCTORS), in parse_codegen_config()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs150 const DESTRUCTORS = 1 << 5; constant
182 self.contains(CodegenConfig::DESTRUCTORS) in destructors()