Home
last modified time | relevance | path

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

/external/rust/crates/bindgen/src/
Dlib.rs847 pub fn allowlist_function<T: AsRef<str>>(mut self, arg: T) -> Builder { in allowlist_function() method
857 self.allowlist_function(arg) in whitelist_function()
865 self.allowlist_function(arg) in whitelisted_function()
2606 .allowlist_function("safe_function"); in commandline_flag_unit_test_function()
Doptions.rs827 builder = builder.allowlist_function(regex); in builder_from_flags()