Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/bindgen/codegen/
Ddyngen.rs181 let library_get = if ctx.options().wrap_unsafe_ops { in push() localVariable
189 let #ident = #library_get.map(|sym| *sym)?; in push()
193 let #ident = #library_get.map(|sym| *sym); in push()
/external/python/cpython3/Modules/_ctypes/
D_ctypes_test.c658 EXPORT(xxx_library) *library_get(void) in EXPORT()