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/libdexfile/dex/
descriptors_names.cc 290 enum ClassNameType { kName, kDescriptor };
305 if (type != kDescriptor && arrayCount != 0) {
312 type = kDescriptor;
315 if (type == kDescriptor) {
370 return (type == kDescriptor) && !sepOrFirst && (s[1] == '\0');
403 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 82 milliseconds