Searched defs:GetDescriptor (Results 1 - 17 of 17) sorted by last modified time

/external/protobuf/python/google/protobuf/
H A Dservice.py61 def GetDescriptor(): member in class:Service
76 * method_descriptor.service == GetDescriptor
101 method = service.GetDescriptor().FindMethodByName("Foo")
/external/protobuf/src/google/protobuf/
H A Dmessage.h82 // Descriptor* descriptor = foo->GetDescriptor();
314 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } function in class:google::protobuf::Message
329 // need to implement this method, rather than the GetDescriptor() and
/external/lldb/source/Host/common/
H A DFile.cpp107 File::GetDescriptor() const function in class:File
170 m_descriptor = ::fcntl(rhs.GetDescriptor(), F_DUPFD);
287 if (::fcntl(GetDescriptor(), F_GETPATH, path) == -1)
299 if (::snprintf(proc, sizeof(proc), "/proc/self/fd/%d", GetDescriptor()) < 0)
563 int fd = GetDescriptor();
598 int fd = GetDescriptor();
648 int fd = GetDescriptor();
/external/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFDebugArangeSet.h51 const Descriptor* GetDescriptor(uint32_t i) const function in class:DWARFDebugArangeSet
H A DDWARFDebugPubnamesSet.h64 const DWARFDebugPubnamesSet::Descriptor* GetDescriptor(uint32_t i) const function in class:DWARFDebugPubnamesSet
/external/chromium_org/third_party/webrtc/base/
H A Dphysicalsocketserver.cc598 virtual int GetDescriptor() { function in class:rtc::EventDispatcher
652 int GetDescriptor() const {
746 ssize_t ret = read(GetDescriptor(), b, sizeof(b));
773 virtual int GetDescriptor() {
774 return PosixSignalHandler::Instance()->GetDescriptor();
830 virtual int GetDescriptor() {
931 virtual int GetDescriptor() {
1327 int fd = pdispatcher->GetDescriptor();
1363 int fd = pdispatcher->GetDescriptor();
/external/chromium_org/third_party/libjingle/source/talk/media/devices/
H A Dlinuxdevicemanager.cc66 virtual int GetDescriptor();
399 int LinuxDeviceWatcher::GetDescriptor() { function in class:cricket::LinuxDeviceWatcher
/external/chromium_org/tools/usb_gadget/
H A Dgadget.py205 print 'GetDescriptor(recipient={}, type={}, index={}, lang={})'.format(
208 return self.GetDescriptor(recipient, desc_type, desc_index, desc_lang,
211 def GetDescriptor(self, recipient, typ, index, lang, length): member in class:Gadget
H A Dhid_gadget.py135 def GetDescriptor(self, recipient, typ, index, lang, length): member in class:HidGadget
141 return super(HidGadget, self).GetDescriptor(recipient, typ, index, lang,
/external/chromium_org/third_party/libusb/src/libusb/os/
H A Dwindows_usb.h809 WinUsb_GetDescriptor_t GetDescriptor; member in struct:winusb_interface
/external/chromium_org/third_party/protobuf/python/google/protobuf/
H A Dservice.py61 def GetDescriptor(): member in class:Service
76 * method_descriptor.service == GetDescriptor
101 method = service.GetDescriptor().FindMethodByName("Foo")
/external/chromium_org/third_party/protobuf/src/google/protobuf/
H A Dmessage.h82 // const Descriptor* descriptor = foo->GetDescriptor();
295 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; } function in class:google::protobuf::Message
310 // need to implement this method, rather than the GetDescriptor() and
822 PB::default_instance().GetDescriptor()));
831 PB::default_instance().GetDescriptor()));
/external/chromium_org/third_party/tcmalloc/chromium/src/
H A Dpage_heap.h143 inline Span* GetDescriptor(PageID p) const { function in class:tcmalloc::PageHeap
/external/chromium_org/third_party/tcmalloc/vendor/src/
H A Dpage_heap.h135 inline Span* GetDescriptor(PageID p) const { function in class:tcmalloc::PageHeap
/external/chromium_org/device/bluetooth/
H A Dbluetooth_remote_gatt_characteristic_chromeos.cc172 BluetoothRemoteGattCharacteristicChromeOS::GetDescriptor( function in class:chromeos::BluetoothRemoteGattCharacteristicChromeOS
/external/chromium_org/extensions/browser/api/bluetooth_low_energy/
H A Dbluetooth_low_energy_event_router.cc517 BluetoothLowEnergyEventRouter::GetDescriptor( function in class:extensions::BluetoothLowEnergyEventRouter
1211 BluetoothGattDescriptor* descriptor = chrc->GetDescriptor(instance_id);
/external/chromium_org/media/midi/
H A Dusb_midi_device_android.cc29 std::vector<uint8> UsbMidiDeviceAndroid::GetDescriptor() { function in class:media::UsbMidiDeviceAndroid

Completed in 4777 milliseconds