HomeSort by relevance Sort by last modified time
    Searched defs:GetDescriptor (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/protobuf/python/google/protobuf/
service.py 61 def GetDescriptor():
76 * method_descriptor.service == GetDescriptor
101 method = service.GetDescriptor().FindMethodByName("Foo")
  /external/chromium_org/third_party/protobuf/src/google/protobuf/
message.h 82 // const Descriptor* descriptor = foo->GetDescriptor();
295 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; }
310 // need to implement this method, rather than the GetDescriptor() and
    [all...]
  /external/protobuf/python/google/protobuf/
service.py 61 def GetDescriptor():
76 * method_descriptor.service == GetDescriptor
101 method = service.GetDescriptor().FindMethodByName("Foo")
  /external/protobuf/src/google/protobuf/
message.h 82 // Descriptor* descriptor = foo->GetDescriptor();
314 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; }
329 // need to implement this method, rather than the GetDescriptor() and
    [all...]
  /external/chromium_org/third_party/tcmalloc/vendor/src/
page_heap.h 135 inline Span* GetDescriptor(PageID p) const {
  /external/chromium_org/third_party/libjingle/source/talk/media/devices/
linuxdevicemanager.cc 66 virtual int GetDescriptor();
395 int LinuxDeviceWatcher::GetDescriptor() {
  /external/chromium_org/third_party/tcmalloc/chromium/src/
page_heap.h 143 inline Span* GetDescriptor(PageID p) const {
  /external/chromium/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 567 virtual int GetDescriptor() {
615 int GetDescriptor() const {
716 ssize_t ret = read(GetDescriptor(), b, sizeof(b));
743 virtual int GetDescriptor() {
744 return PosixSignalHandler::Instance()->GetDescriptor();
796 virtual int GetDescriptor() {
895 virtual int GetDescriptor() {
    [all...]
  /external/chromium/third_party/libjingle/source/talk/session/phone/
devicemanager.cc 96 virtual int GetDescriptor();
950 int DeviceWatcher::GetDescriptor() {
  /external/chromium_org/third_party/libjingle/source/talk/base/
physicalsocketserver.cc 598 virtual int GetDescriptor() {
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() {
    [all...]
  /art/runtime/verifier/
reg_type.h 206 const std::string& GetDescriptor() const {
  /art/runtime/
dex_file.h 930 const char* GetDescriptor() {
    [all...]
  /external/chromium_org/third_party/libusb/src/libusb/os/
windows_usb.h 809 WinUsb_GetDescriptor_t GetDescriptor;

Completed in 551 milliseconds