Home
last modified time | relevance | path

Searched defs:to_native (Results 1 – 3 of 3) sorted by relevance

/external/mtools/
DcharsetConv.c333 static iconv_t to_native = NULL; variable
/external/rust/crates/grpcio/src/security/
Dcredentials.rs84 pub(crate) fn to_native(self) -> grpc_ssl_client_certificate_request_type { in to_native() method
/external/rust/crates/android_logger/src/
Dlib.rs99 fn to_native(log_id: Option<Self>) -> log_ffi::log_id_t { in to_native() method