Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/ir/
Dobjc.rs62 is_class_method: bool, field
184 let is_class_method = in from_ty() localVariable
187 ObjCMethod::new(&name, signature, is_class_method); in from_ty()
206 if method.is_class_method { in add_method()
218 is_class_method: bool, in new()
228 is_class_method, in new()
244 pub(crate) fn is_class_method(&self) -> bool { in is_class_method() method
245 self.is_class_method in is_class_method()
/aosp_15_r20/external/rust/android-crates-io/crates/bindgen/codegen/
Dmod.rs4457 let sig = if method.is_class_method() { in objc_method_codegen()
4472 let body = if method.is_class_method() { in objc_method_codegen()