Home
last modified time | relevance | path

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

/third_party/python/Lib/test/
Dpydocfodder.py58 def C_method(self): member in C_classic
157 def C_method(self): member in C_new
/third_party/rust/crates/bindgen/bindgen-tests/tests/expectations/tests/
Dclass_with_typedef.rs70 pub fn C_method(this: *mut C, c: C_MyInt); in C_method() function
96 C_method(self, c) in method()