Home
last modified time | relevance | path

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

/external/iproute2/tipc/
Dmsg.c48 static struct mnl_socket *msg_send(struct nlmsghdr *nlh) in msg_send() function
105 nl = msg_send(nlh); in msg_query()
/external/rust/crates/bindgen/src/codegen/
Dmod.rs3952 msg_send!(class!(#class_name), #methods_and_args) in objc_method_codegen()
3956 msg_send!(*self, #methods_and_args) in objc_method_codegen()
4047 msg_send!(objc::class!(#class_name), alloc) in codegen()
4133 … let is_kind_of : bool = unsafe { msg_send!(parent, isKindOfClass:class!(#class_name))}; in codegen()