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

  /system/nvram/messages/include/nvram/messages/
proto.hpp 354 static constexpr FieldDescriptor kDescriptor =
367 FieldDescriptorBuilder<indices>::kDescriptor...};
  /art/runtime/
utils.cc 556 enum ClassNameType { kName, kDescriptor };
571 if (type != kDescriptor && arrayCount != 0) {
578 type = kDescriptor;
581 if (type == kDescriptor) {
636 return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0');
669 return IsValidClassName<kDescriptor, '/'>(s);
  /external/v8/src/
property-details.h 75 enum PropertyLocation { kField = 0, kDescriptor = 1 };
402 // kField location is more general than kDescriptor, kDescriptor generalizes
405 return b == kField || a == kDescriptor;

Completed in 92 milliseconds