Home
last modified time | relevance | path

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

/external/cronet/ipc/
Dmach_port_mac.h23 MachPortMac() : mach_port_(MACH_PORT_NULL) {} in MachPortMac() function
25 explicit MachPortMac(mach_port_t mach_port) : mach_port_(mach_port) {} in MachPortMac() function