HomeSort by relevance Sort by last modified time
    Searched defs:Descriptor (Results 26 - 50 of 261) sorted by null

12 3 4 5 6 7 8 91011

  /external/v8/src/
property.h 16 // Abstraction for elements in instance-descriptor arrays.
18 // Each descriptor has a key, property attributes, property type,
19 // property index (in the actual instance-descriptor array) and
21 class Descriptor final BASE_EMBEDDED {
23 Descriptor() : details_(Smi::kZero) {}
31 static Descriptor DataField(Handle<Name> key, int field_index,
35 static Descriptor DataField(Handle<Name> key, int field_index,
41 static Descriptor DataConstant(Handle<Name> key, Handle<Object> value,
43 return Descriptor(key, value, kData, attributes, kDescriptor, kConst,
47 static Descriptor DataConstant(Handle<Name> key, int field_index
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
DWARFDebugArangeSet.h 36 // The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 typedef std::vector<Descriptor> DescriptorColl;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
DWARFDebugArangeSet.h 36 /// The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 typedef std::vector<Descriptor> DescriptorColl;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
DWARFDebugArangeSet.h 36 /// The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 typedef std::vector<Descriptor> DescriptorColl;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
DWARFDebugArangeSet.h 36 /// The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 using DescriptorColl = std::vector<Descriptor>;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
DWARFDebugArangeSet.h 36 /// The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 using DescriptorColl = std::vector<Descriptor>;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
DWARFDebugArangeSet.h 36 /// The size in bytes of a segment descriptor on the target architecture.
41 struct Descriptor {
49 using DescriptorColl = std::vector<Descriptor>;
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/DebugInfo/DWARF/
DWARFDebugPubTable.h 31 dwarf::PubIndexEntryDescriptor Descriptor;
  /external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
Wrappers.cs 16 #region Descriptor
17 /// <summary>File descriptor for google/protobuf/wrappers.proto</summary>
18 public static pbr::FileDescriptor Descriptor {
19 get { return descriptor; }
21 private static pbr::FileDescriptor descriptor; field in class:Google.Protobuf.WellKnownTypes.WrappersReflection
36 descriptor = pbr::FileDescriptor.FromGeneratedCode(descriptorData,
64 public static pbr::MessageDescriptor Descriptor {
65 get { return global::Google.Protobuf.WellKnownTypes.WrappersReflection.Descriptor.MessageTypes[0]; }
68 pbr::MessageDescriptor pb::IMessage.Descriptor {
69 get { return Descriptor; }
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Guid/SmramMemoryReserve/
SmramMemoryReserve.h 65 EFI_SMRAM_DESCRIPTOR Descriptor[1];
  /external/golang-protobuf/ptypes/wrappers/
wrappers.pb.go 49 func (*DoubleValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} }
70 func (*FloatValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} }
91 func (*Int64Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} }
112 func (*UInt64Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} }
133 func (*Int32Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} }
154 func (*UInt32Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} }
175 func (*BoolValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} }
196 func (*StringValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} }
217 func (*BytesValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} }
  /external/llvm/include/llvm/DebugInfo/DWARF/
DWARFDebugArangeSet.h 35 // The size in bytes of a segment descriptor on the target architecture.
40 struct Descriptor {
47 typedef std::vector<Descriptor> DescriptorColl;

Completed in 1554 milliseconds

12 3 4 5 6 7 8 91011