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

  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/spirv-tools/source/
id_descriptor.h 42 uint32_t GetDescriptor(uint32_t id) const {
  /external/nanopb-c/generator/google/protobuf/
service.py 61 def GetDescriptor():
76 * method_descriptor.service == GetDescriptor
101 method = service.GetDescriptor().FindMethodByName("Foo")
  /external/protobuf/python/google/protobuf/
service.py 61 def GetDescriptor():
76 * method_descriptor.service == GetDescriptor
101 method = service.GetDescriptor().FindMethodByName("Foo")
  /prebuilts/misc/darwin-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/linux-x86_64/protobuf2.5/include/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...]
  /prebuilts/misc/windows/protobuf2.5/include/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...]
  /prebuilts/tools/linux-x86_64/protoc/include/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...]
  /art/runtime/
hidden_api.cc 79 class_name_ = field->GetDeclaringClass()->GetDescriptor(&tmp_);
90 class_name_ = method->GetDeclaringClass()->GetDescriptor(&tmp_);
  /external/protobuf/src/google/protobuf/
message.h 82 // const Descriptor* descriptor = foo->GetDescriptor();
322 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; }
337 // need to implement this method, rather than the GetDescriptor() and
    [all...]
  /prebuilts/tools/darwin-x86_64/protoc/include/google/protobuf/
message.h 82 // const Descriptor* descriptor = foo->GetDescriptor();
322 const Descriptor* GetDescriptor() const { return GetMetadata().descriptor; }
337 // need to implement this method, rather than the GetDescriptor() and
    [all...]
  /art/tools/hiddenapi/
hiddenapi.cc 92 const char* GetDescriptor() const { return dex_file_.GetClassDescriptor(class_def_); }
139 ss << klass_.GetDescriptor() << "->";
  /external/webrtc/talk/media/devices/
linuxdevicemanager.cc 66 virtual int GetDescriptor();
399 int LinuxDeviceWatcher::GetDescriptor() {
  /external/webrtc/webrtc/base/
physicalsocketserver.cc 630 int SocketDispatcher::GetDescriptor() {
804 int GetDescriptor() override { return afd_[0]; }
854 int GetDescriptor() const {
946 ssize_t ret = read(GetDescriptor(), b, sizeof(b));
973 int GetDescriptor() override {
974 return PosixSignalHandler::Instance()->GetDescriptor();
1015 int GetDescriptor() override { return fd_; }
    [all...]
  /art/runtime/mirror/
class.cc 268 const char* descriptor = h_this->GetDescriptor(&temp);
318 << "'" << GetDescriptor(&temp) << "' cl=" << GetClassLoader() << " -----\n",
436 return IsInSamePackage(klass1->GetDescriptor(&temp1), klass2->GetDescriptor(&temp2));
    [all...]
  /art/runtime/verifier/
reg_type.h 188 const StringPiece& GetDescriptor() const {
    [all...]
  /external/protobuf/python/google/protobuf/pyext/
descriptor_containers.cc 924 static ParentDescriptor GetDescriptor(PyContainer* self) {
933 return GetDescriptor(self)->field_count();
    [all...]
  /art/libdexfile/dex/
dex_file.h     [all...]
  /external/libusb/libusb/os/
windows_winusb.h 840 WinUsb_GetDescriptor_t GetDescriptor;

Completed in 792 milliseconds