Searched refs:AddDescriptor (Results 1 – 11 of 11) sorted by relevance
47 message.AddDescriptor(mach_task_self()); // this task in RequestDumpForException()48 message.AddDescriptor(crashing_thread); // crashing thread in RequestDumpForException()49 message.AddDescriptor(mach_thread_self()); // handler thread in RequestDumpForException()50 message.AddDescriptor(acknowledge_port.GetPort()); // message receive port in RequestDumpForException()
52 child_message.AddDescriptor(mach_task_self()); in main()53 child_message.AddDescriptor(mach_thread_self()); in main()
255 child_message.AddDescriptor(mach_task_self()); in TEST_F()256 child_message.AddDescriptor(mach_thread_self()); in TEST_F()
156 child_message.AddDescriptor(mach_task_self()); in TEST_F()
97 self.pool.AddDescriptor(desc)
134 def AddDescriptor(self, desc): member in DescriptorPool
350 PyObject* AddDescriptor(PyDescriptorPool* self, PyObject* descriptor) { in AddDescriptor() function477 { "AddDescriptor", (PyCFunction)AddDescriptor, METH_O,
184 bool AddDescriptor(const MachMsgPortDescriptor &desc);
111 bool MachMessage::AddDescriptor(const MachMsgPortDescriptor &desc) {
707 message.AddDescriptor(mach_task_self()); // our task708 message.AddDescriptor(crashing_thread); // crashing thread709 message.AddDescriptor(mach_thread_self()); // exception-handling thread710 message.AddDescriptor(acknowledge_port.GetPort());// message receive port
523 pool.AddDescriptor(unittest_pb2.TestAllTypes.DESCRIPTOR)534 pool.AddDescriptor(unittest_pb2.TestAllTypes.NestedMessage.DESCRIPTOR)