Home
last modified time | relevance | path

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

/third_party/rust/crates/bindgen/bindgen-cli/
Doptions.rs28 "constructors" => config.insert(CodegenConfig::CONSTRUCTORS), in parse_codegen_config()
/third_party/rust/crates/bindgen/bindgen/
Dlib.rs148 const CONSTRUCTORS = 1 << 4; constant
177 self.contains(CodegenConfig::CONSTRUCTORS) in constructors()