Home
last modified time | relevance | path

Searched defs:getDescriptor (Results 1 – 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/
DCLImage.h73 inline const ImageDescriptor &Image::getDescriptor() const in getDescriptor() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DUser.cpp92 ArrayRef<const uint8_t> User::getDescriptor() const { in getDescriptor() function in llvm::User
97 MutableArrayRef<uint8_t> User::getDescriptor() { in getDescriptor() function in llvm::User
/third_party/protobuf/ruby/src/main/java/com/google/protobuf/jruby/
DRubyEnum.java83 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor() method in RubyEnum
DSentinelOuterClass.java126 getDescriptor() { in getDescriptor() method in SentinelOuterClass.Sentinel
343 getDescriptor() { in getDescriptor() method in SentinelOuterClass.Sentinel.Builder
740 getDescriptor() { in getDescriptor() method in SentinelOuterClass
DRubyEnumDescriptor.java159 public Descriptors.EnumDescriptor getDescriptor() { in getDescriptor() method in RubyEnumDescriptor
DRubyDescriptor.java224 public Descriptors.Descriptor getDescriptor() { in getDescriptor() method in RubyDescriptor
DRubyMessage.java302 public static IRubyObject getDescriptor(ThreadContext context, IRubyObject recv) { in getDescriptor() method in RubyMessage
431 protected Descriptors.Descriptor getDescriptor() { in getDescriptor() method in RubyMessage
/third_party/protobuf/java/core/src/main/java/com/google/protobuf/
DExtension.java48 public abstract Descriptors.FieldDescriptor getDescriptor(); in getDescriptor() method in Extension
/third_party/skia/src/core/
DSkStrikeCache.h108 const SkDescriptor& getDescriptor() const override { in getDescriptor() function
DSkRemoteGlyphCache.cpp247 const SkDescriptor& getDescriptor() const override { in getDescriptor() function in RemoteStrike
/third_party/libphonenumber/javascript/i18n/phonenumbers/
Dphonemetadata.pb.js2302 i18n.phonenumbers.NumberFormat.prototype.getDescriptor = function() { method in i18n.phonenumbers.NumberFormat
2360 i18n.phonenumbers.PhoneNumberDesc.prototype.getDescriptor = function() { method in i18n.phonenumbers.PhoneNumberDesc
2406 i18n.phonenumbers.PhoneMetadata.prototype.getDescriptor = function() { method in i18n.phonenumbers.PhoneMetadata
2585 i18n.phonenumbers.PhoneMetadataCollection.prototype.getDescriptor = function() { method in i18n.phonenumbers.PhoneMetadataCollection
Dphonenumber.pb.js482 i18n.phonenumbers.PhoneNumber.prototype.getDescriptor = function() { method in i18n.phonenumbers.PhoneNumber
/third_party/vk-gl-cts/framework/opengl/
DgluDrawUtil.cpp116 const VertexBufferDescriptor& getDescriptor (void) const { return m_layout; } in getDescriptor() function in glu::__anon9d57f76c0111::VertexBuffer
/third_party/node/test/parallel/
Dtest-runner-mock-timers.js50 const getDescriptor = (ctx, fn) => Object.getOwnPropertyDescriptor(ctx, fn); function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MCA/
DInstruction.h262 const ReadDescriptor &getDescriptor() const { return *RD; } in getDescriptor() function