Home
last modified time | relevance | path

Searched defs:Descriptor (Results 1 – 25 of 124) sorted by relevance

12345

/external/libchrome/base/posix/
Dglobal_descriptors.h45 struct Descriptor { struct
56 typedef std::vector<Descriptor> Mapping; argument
Dglobal_descriptors.cc14 GlobalDescriptors::Descriptor::Descriptor(Key key, int fd) in Descriptor() function in base::GlobalDescriptors::Descriptor
18 GlobalDescriptors::Descriptor::Descriptor(Key key, in Descriptor() function in base::GlobalDescriptors::Descriptor
/external/protobuf/ruby/ext/google/protobuf_c/
Dprotobuf.h53 typedef struct Descriptor Descriptor; typedef
109 struct Descriptor { struct
125 struct FieldDescriptor { argument
/external/v8/src/builtins/
Dbuiltins-handler.cc17 typedef LoadWithVectorDescriptor Descriptor; in TF_BUILTIN() typedef
41 typedef LoadWithVectorDescriptor Descriptor; in TF_BUILTIN() typedef
54 typedef LoadWithVectorDescriptor Descriptor; in TF_BUILTIN() typedef
74 typedef StoreWithVectorDescriptor Descriptor; in TF_BUILTIN() typedef
88 typedef StoreWithVectorDescriptor Descriptor; in TF_BUILTIN() typedef
104 typedef LoadGlobalWithVectorDescriptor Descriptor; in TF_BUILTIN() typedef
115 typedef LoadGlobalWithVectorDescriptor Descriptor; in TF_BUILTIN() typedef
130 typedef LoadWithVectorDescriptor Descriptor; in TF_BUILTIN() typedef
159 typedef LoadWithVectorDescriptor Descriptor; in TF_BUILTIN() typedef
171 typedef LoadWithVectorDescriptor Descriptor; in TF_BUILTIN() typedef
[all …]
Dbuiltins-conversion.cc34 typedef TypeConversionDescriptor Descriptor; in Generate_NonPrimitiveToPrimitive() typedef
122 typedef TypeConversionDescriptor Descriptor; in Generate_StringToNumber() typedef
133 typedef TypeConversionDescriptor Descriptor; in Generate_ToName() typedef
145 typedef TypeConversionDescriptor Descriptor; in Generate_NonNumberToNumber() typedef
157 typedef TypeConversionDescriptor Descriptor; in Generate_ToNumber() typedef
169 typedef TypeConversionDescriptor Descriptor; in Generate_ToString() typedef
234 typedef TypeConversionDescriptor Descriptor; in Generate_OrdinaryToPrimitive() typedef
314 typedef TypeConversionDescriptor Descriptor; in Generate_ToBoolean() typedef
406 typedef TypeConversionDescriptor Descriptor; in Generate_ToInteger() typedef
420 typedef TypeConversionDescriptor Descriptor; in Generate_ToObject() typedef
[all …]
Dbuiltins-internal.cc63 typedef CopyFastSmiOrObjectElementsDescriptor Descriptor; in Generate_CopyFastSmiOrObjectElements() typedef
108 typedef GrowArrayElementsDescriptor Descriptor; in Generate_GrowFastDoubleElements() typedef
129 typedef GrowArrayElementsDescriptor Descriptor; in Generate_GrowFastSmiOrObjectElements() typedef
233 typedef NewArgumentsElementsDescriptor Descriptor; in Generate_NewUnmappedArgumentsElements() typedef
276 typedef NewArgumentsElementsDescriptor Descriptor; in Generate_NewRestParameterElements() typedef
/external/llvm/include/llvm/DebugInfo/DWARF/
DDWARFDebugArangeSet.h40 struct Descriptor { struct
47 typedef std::vector<Descriptor> DescriptorColl; argument
/external/skia/src/shaders/gradients/
DSkGradientShaderPriv.h28 struct Descriptor { struct
29 Descriptor() { in Descriptor() function
45 class DescriptorScope : public Descriptor { argument
/external/skqp/src/shaders/gradients/
DSkGradientShaderPriv.h28 struct Descriptor { struct
29 Descriptor() { in Descriptor() function
45 class DescriptorScope : public Descriptor { argument
/external/swiftshader/third_party/LLVM/lib/DebugInfo/
DDWARFDebugArangeSet.h39 struct Descriptor { struct
46 typedef std::vector<Descriptor> DescriptorColl; argument
/external/golang-protobuf/ptypes/wrappers/
Dwrappers.pb.go49 func (*DoubleValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } func
70 func (*FloatValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } func
91 func (*Int64Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } func
112 func (*UInt64Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } func
133 func (*Int32Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} } func
154 func (*UInt32Value) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} } func
175 func (*BoolValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} } func
196 func (*StringValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} } func
217 func (*BytesValue) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{8} } func
/external/golang-protobuf/protoc-gen-go/generator/
Dgenerator.go114 type Descriptor struct { struct
115 common
116 *descriptor.DescriptorProto
117 parent *Descriptor // The containing message, if any.
118 nested []*Descriptor // Inner messages, if any.
119 enums []*EnumDescriptor // Inner enums, if any.
120 ext []*ExtensionDescriptor // Extensions, if any.
121 typename []string // Cached typename vector.
122 …dex int // The index into the container, whether the file or another message.
123 path string // The SourceCodeInfo path as comma-separated integers.
[all …]
/external/v8/src/
Dproperty.h23 Descriptor() : details_(Smi::kZero) {} in Descriptor() function
71 Descriptor(Handle<Name> key, Handle<Object> value, PropertyDetails details) in Descriptor() function
77 Descriptor(Handle<Name> key, Handle<Object> value, PropertyKind kind, in Descriptor() function
/external/protobuf/php/ext/google/protobuf/
Dprotobuf.h23 typedef struct Descriptor Descriptor; typedef
70 struct Descriptor { struct
85 struct FieldDescriptor { argument
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/
DWrappers.cs18 public static pbr::FileDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.WrappersReflection
64 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.DoubleValue
175 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.FloatValue
286 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.Int64Value
397 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.UInt64Value
508 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.Int32Value
619 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.UInt32Value
730 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.BoolValue
841 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.StringValue
952 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.BytesValue
DEmpty.cs18 public static pbr::FileDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.EmptyReflection
57 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.Empty
DStruct.cs18 public static pbr::FileDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.StructReflection
84 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.Struct
190 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.Value
503 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.ListValue
DSourceContext.cs18 public static pbr::FileDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.SourceContextReflection
50 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.WellKnownTypes.SourceContext
/external/golang-protobuf/jsonpb/jsonpb_test_proto/
Dmore_test_objects.pb.go75 func (*Simple3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } func
91 func (*SimpleSlice3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } func
107 func (*SimpleMap3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } func
123 func (*SimpleNull3) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } func
148 func (*Mappy) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} } func
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/
DUnittestIssues.cs18 public static pbr::FileDescriptor Descriptor { property in UnitTest.Issues.TestProtos.UnittestIssuesReflection
91 public static pbr::MessageDescriptor Descriptor { property in UnitTest.Issues.TestProtos.Issue307
169 public static pbr::MessageDescriptor Descriptor { property in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce
247 public static pbr::MessageDescriptor Descriptor { property in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice
333 public static pbr::MessageDescriptor Descriptor { property in UnitTest.Issues.TestProtos.NegativeEnumMessage
476 public static pbr::MessageDescriptor Descriptor { property in UnitTest.Issues.TestProtos.DeprecatedChild
552 public static pbr::MessageDescriptor Descriptor { property in UnitTest.Issues.TestProtos.DeprecatedFieldsMessage
783 public static pbr::MessageDescriptor Descriptor { property in UnitTest.Issues.TestProtos.ItemField
886 public static pbr::MessageDescriptor Descriptor { property in UnitTest.Issues.TestProtos.ReservedNames
1021 public static pbr::MessageDescriptor Descriptor { property in UnitTest.Issues.TestProtos.ReservedNames.Types.SomeNestedType
[all …]
DUnittestProto3.cs18 public static pbr::FileDescriptor Descriptor { property in Google.Protobuf.TestProtos.UnittestProto3Reflection
243 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.TestProtos.TestAllTypes
1544 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage
1660 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.TestProtos.NestedTestAllTypes
1821 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.TestProtos.TestDeprecatedFields
1929 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.TestProtos.ForeignMessage
2032 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.TestProtos.TestReservedFields
2111 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.TestProtos.TestForeignNested
2223 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.TestProtos.TestReallyLargeTagNumber
2357 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.TestProtos.TestRecursiveMessage
[all …]
DUnittestImportPublicProto3.cs18 public static pbr::FileDescriptor Descriptor { property in Google.Protobuf.TestProtos.UnittestImportPublicProto3Reflection
45 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.TestProtos.PublicImportMessage
/external/protobuf/csharp/src/AddressBook/
DAddressbook.cs18 public static pbr::FileDescriptor Descriptor { property in Google.Protobuf.Examples.AddressBook.AddressbookReflection
54 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.Examples.AddressBook.Person
241 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.Examples.AddressBook.Person.Types.PhoneNumber
379 public static pbr::MessageDescriptor Descriptor { property in Google.Protobuf.Examples.AddressBook.AddressBook
/external/golang-protobuf/protoc-gen-go/plugin/
Dplugin.pb.go47 func (*Version) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } func
108 func (*CodeGeneratorRequest) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } func
156 func (*CodeGeneratorResponse) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } func
232 func (*CodeGeneratorResponse_File) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2, … func
/external/golang-protobuf/protoc-gen-go/descriptor/
Ddescriptor.pb.go351 func (*FileDescriptorSet) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{0} } func
391 func (*FileDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{1} } func
497 func (*DescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{2} } func
578 func (*DescriptorProto_ExtensionRange) Descriptor() ([]byte, []int) { func
608 func (*DescriptorProto_ReservedRange) Descriptor() ([]byte, []int) { func
664 func (*FieldDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{3} } func
746 func (*OneofDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{4} } func
773 func (*EnumDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{5} } func
807 func (*EnumValueDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{6} } func
841 func (*ServiceDescriptorProto) Descriptor() ([]byte, []int) { return fileDescriptor0, []int{7} } func
[all …]

12345