Searched defs:GetDescriptor (Results 1 – 8 of 8) sorted by relevance
630 int SocketDispatcher::GetDescriptor() { in GetDescriptor() function in rtc::SocketDispatcher804 int GetDescriptor() override { return afd_[0]; } in GetDescriptor() function in rtc::EventDispatcher854 int GetDescriptor() const { in GetDescriptor() function in rtc::PosixSignalHandler973 int GetDescriptor() override { in GetDescriptor() function in rtc::PosixSignalDispatcher1015 int GetDescriptor() override { return fd_; } in GetDescriptor() function in rtc::FileDispatcher
61 def GetDescriptor(): member in Service
292 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } in GetDescriptor() function
27 function GetDescriptor() { class
399 int LinuxDeviceWatcher::GetDescriptor() { in GetDescriptor() function in cricket::LinuxDeviceWatcher
515 static PyObject* GetDescriptor(CMessage* self, PyObject* name) { in CheckAndGetInteger() function
1224 TEST_F(GeneratedServiceTest, GetDescriptor) { in TEST_F() argument