Searched defs:ClientInfo (Results 1 – 8 of 8) sorted by relevance
37 explicit ClientInfo(pid_t pid) : pid_(pid) {} in ClientInfo() function
41 class ClientInfo; variable
39 ClientInfo(pid_t pid, CrashGenerationServer* crash_server) in ClientInfo() function
38 ClientInfo::ClientInfo(CrashGenerationServer* crash_server, in ClientInfo() function in google_breakpad::ClientInfo
40 class ClientInfo; variable
154 class ClientInfo(collections.namedtuple('ClientInfo', ( class
287 def ClientInfo(cls): member in BaseApiClient